HEX: #4D697B
RGB: (77,105,123)
Il colore #4D697B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #4D697B il colore web safe è #336666 (#366).
Il colore 4D697B in RGB è definito come 77,105,123
RGB: (77,105,123) (30%,41%,48%)
R 77 da 255 = 30%
G 105 da 255 = 41%
B 123 da 255 = 48%
R + G + B ~ 40%. #4D697B colore medio (né scuro né chiaro).
R + G + B =
77 + 105 + 123 = 305 (100%)
R 77 da 305 ~ 25.25%
G 105 da 305 ~ 34.43%
B 123 da 305 ~ 40.33%
Il colore #4D697B in CMYK è definito come 37,15,0,52.
CMYK: (37,15,0,52) C37M15Y0K52 (37%,15%,0%,52%) (0.37/0.15/0.00/0.52)
4D | 69 | 7B | |
---|---|---|---|
RGB | 77 | 105 | 123 |
HSL | 203° | 23.00% | 39.22% |
HSB/HSV | 203° | 37.40% | 48.24% |
CMYK | 37.40% | 14.63% | 0.00% |
51.76% |
Esadicemale | 4D | 69 | 7B |
Decimale | 77 | 105 | 123 |
Binario | 1001101 | 1101001 | 1111011 |
Ottale | 115 | 151 | 173 |
Esempi dei codici css e html per gli elementi di colore #4D697B. Utilizzate rgb(77,105,123) anche al posto del codice hex.
.myTextColor { color: #4D697B; }
<p style="color:#4D697B">This sample text font color is #4D697B.</p>
Il colore di questo testo è #4D697B.
.myBgColor { background-color: #4D697B; }
<div style="background-color:#4D697B">Inner text</div>
Questo div ha lo sfondo di colore #4D697B.
.myBorderColor { border: 1px solid #4D697B; }
<div style="border:3px solid #4D697B">Div</div>
Questo div ha i bordi di colore 4D697B.
.myOpacity80 { color: #4D697B; opacity: 0.8; }
<p style="color:#4D697B;opacity:0.8;">80%</p>
Il testo di color #4D697B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D697B;}
<p style="text-shadow: 3px 3px 1px #4D697B">Text here.</p>
Questo testo ha l'ombra di colore #4D697B.
.textShadow {text-shadow: 3px 3px 1px #4D697B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D697B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #4D697B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D697B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D697B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D697B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D697B; -webkit-box-shadow: 1px 1px 3px 2px #4D697B; box-shadow: 1px 1px 3px 2px #4D697B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D697B; -webkit-box-shadow: 1px 1px 3px 2px #4D697B; box-shadow:1px 1px 3px 2px #4D697B;">
Div content here</div>
Questo e il testo di colore #4D697B sullo sfondo nero.
Questo e il testo di colore #4D697B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #4D697B.
Questo è un testo bianco sullo sfondo del colore #4D697B.