HEX: #4B6D7B
RGB: (75,109,123)
Il colore #4B6D7B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #4B6D7B il colore web safe è #336666 (#366).
Il colore 4B6D7B in RGB è definito come 75,109,123
RGB: (75,109,123)
(29%, 43%, 48%)
R 75 da 255 = 29%
G 109 da 255 = 43%
B 123 da 255 = 48%
R + G + B ~ 40%. #4B6D7B colore medio (né scuro né chiaro).
R + G + B = 75 + 109 + 123 = 307 (100%)
R 75 da 307 ~ 24.43%
G 109 da 307 ~ 35.5%
B 123 da 307 ~ 40.07'%
Il colore #4B6D7B in CMYK è definito come 39,11,0,52.
CMYK: (39,11,0,52)
C39M11Y0K52 (39%, 11%, 0%, 52%)
(0.39 / 0.11 / 0.00 / 0.52)
Il #4B6D7B nei modelli di colore popolari.
4B | 6D | 7B | |
---|---|---|---|
RGB | 75 | 109 | 123 |
HSL | 198° | 24.24% | 38.82% |
HSB/HSV | 198° | 39.02% | 48.24% |
CMYK | 39.02% | 11.38% | 0.00% |
51.76% |
Il #4B6D7B nei modelli numerici popolari.
Esadicemale | 4B | 6D | 7B |
Decimale | 75 | 109 | 123 |
Binario | 1001011 | 1101101 | 1111011 |
Ottale | 113 | 155 | 173 |
Tonalità scure del colore #4B6D7B
Tonalità chiare del colore #4B6D7B
Esempi dei codici css e html per gli elementi di colore #4B6D7B. Utilizzate rgb(75,109,123) anche al posto del codice hex.
.myTextColor { color: #4B6D7B; }
<p style="color:#4B6D7B">This sample text font color is #4B6D7B.</p>
Il colore di questo testo è #4B6D7B.
.myBgColor { background-color: #4B6D7B; }
<div style="background-color:#4B6D7B">Inner text</div>
Questo div ha lo sfondo di colore #4B6D7B.
.myBorderColor { border: 1px solid #4B6D7B; }
<div style="border:3px solid #4B6D7B">Div</div>
Questo div ha i bordi di colore 4B6D7B.
.myOpacity80 { color: #4B6D7B; opacity: 0.8; }
<p style="color:#4B6D7B;opacity:0.8;">80%</p>
Il testo di color #4B6D7B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B6D7B;}
<p style="text-shadow: 3px 3px 1px #4B6D7B">Text here.</p>
Questo testo ha l'ombra di colore #4B6D7B.
.textShadow {text-shadow: 3px 3px 1px #4B6D7B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B6D7B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #4B6D7B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B6D7B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B6D7B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B6D7B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B6D7B;
-webkit-box-shadow: 1px 1px 3px 2px #4B6D7B;
box-shadow: 1px 1px 3px 2px #4B6D7B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B6D7B; -webkit-box-shadow: 1px 1px 3px 2px #4B6D7B; box-shadow:1px 1px 3px 2px #4B6D7B;">
Div content here
</div>
Questo e il testo di colore #4B6D7B sullo sfondo nero.
Questo e il testo di colore #4B6D7B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #4B6D7B.
Questo è un testo bianco sullo sfondo del colore #4B6D7B.
Il colore complimentare del #hex è #B49284..