HEX: #4B47AB
RGB: (75,71,171)
Il colore #4B47AB contiene principalmente il blu. Per il #4B47AB il colore web safe è #333399 (#339).
Il colore 4B47AB in RGB è definito come 75,71,171
RGB: (75,71,171) (29%,28%,67%)
R 75 da 255 = 29%
G 71 da 255 = 28%
B 171 da 255 = 67%
R + G + B ~ 41%. #4B47AB colore medio (né scuro né chiaro).
R + G + B =
75 + 71 + 171 = 317 (100%)
R 75 da 317 ~ 23.66%
G 71 da 317 ~ 22.4%
B 171 da 317 ~ 53.94%
Il colore #4B47AB in CMYK è definito come 56,58,0,33.
CMYK: (56,58,0,33) C56M58Y0K33 (56%,58%,0%,33%) (0.56/0.58/0.00/0.33)
4B | 47 | AB | |
---|---|---|---|
RGB | 75 | 71 | 171 |
HSL | 242° | 41.32% | 47.45% |
HSB/HSV | 242° | 58.48% | 67.06% |
CMYK | 56.14% | 58.48% | 0.00% |
32.94% |
Esadicemale | 4B | 47 | AB |
Decimale | 75 | 71 | 171 |
Binario | 1001011 | 1000111 | 10101011 |
Ottale | 113 | 107 | 253 |
Esempi dei codici css e html per gli elementi di colore #4B47AB. Utilizzate rgb(75,71,171) anche al posto del codice hex.
.myTextColor { color: #4B47AB; }
<p style="color:#4B47AB">This sample text font color is #4B47AB.</p>
Il colore di questo testo è #4B47AB.
.myBgColor { background-color: #4B47AB; }
<div style="background-color:#4B47AB">Inner text</div>
Questo div ha lo sfondo di colore #4B47AB.
.myBorderColor { border: 1px solid #4B47AB; }
<div style="border:3px solid #4B47AB">Div</div>
Questo div ha i bordi di colore 4B47AB.
.myOpacity80 { color: #4B47AB; opacity: 0.8; }
<p style="color:#4B47AB;opacity:0.8;">80%</p>
Il testo di color #4B47AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B47AB;}
<p style="text-shadow: 3px 3px 1px #4B47AB">Text here.</p>
Questo testo ha l'ombra di colore #4B47AB.
.textShadow {text-shadow: 3px 3px 1px #4B47AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B47AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #4B47AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B47AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B47AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B47AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4B47AB; -webkit-box-shadow: 1px 1px 3px 2px #4B47AB; box-shadow: 1px 1px 3px 2px #4B47AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4B47AB; -webkit-box-shadow: 1px 1px 3px 2px #4B47AB; box-shadow:1px 1px 3px 2px #4B47AB;">
Div content here</div>
Questo e il testo di colore #4B47AB sullo sfondo nero.
Questo e il testo di colore #4B47AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #4B47AB.
Questo è un testo bianco sullo sfondo del colore #4B47AB.