HEX: #466D7E
RGB: (70,109,126)
Il colore #466D7E contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #466D7E il colore web safe è #336666 (#366).
Il colore 466D7E in RGB è definito come 70,109,126
RGB: (70,109,126) (27%,43%,49%)
R 70 da 255 = 27%
G 109 da 255 = 43%
B 126 da 255 = 49%
R + G + B ~ 40%. #466D7E colore medio (né scuro né chiaro).
R + G + B =
70 + 109 + 126 = 305 (100%)
R 70 da 305 ~ 22.95%
G 109 da 305 ~ 35.74%
B 126 da 305 ~ 41.31%
Il colore #466D7E in CMYK è definito come 44,13,0,51.
CMYK: (44,13,0,51) C44M13Y0K51 (44%,13%,0%,51%) (0.44/0.13/0.00/0.51)
46 | 6D | 7E | |
---|---|---|---|
RGB | 70 | 109 | 126 |
HSL | 198° | 28.57% | 38.43% |
HSB/HSV | 198° | 44.44% | 49.41% |
CMYK | 44.44% | 13.49% | 0.00% |
50.59% |
Esadicemale | 46 | 6D | 7E |
Decimale | 70 | 109 | 126 |
Binario | 1000110 | 1101101 | 1111110 |
Ottale | 106 | 155 | 176 |
Esempi dei codici css e html per gli elementi di colore #466D7E. Utilizzate rgb(70,109,126) anche al posto del codice hex.
.myTextColor { color: #466D7E; }
<p style="color:#466D7E">This sample text font color is #466D7E.</p>
Il colore di questo testo è #466D7E.
.myBgColor { background-color: #466D7E; }
<div style="background-color:#466D7E">Inner text</div>
Questo div ha lo sfondo di colore #466D7E.
.myBorderColor { border: 1px solid #466D7E; }
<div style="border:3px solid #466D7E">Div</div>
Questo div ha i bordi di colore 466D7E.
.myOpacity80 { color: #466D7E; opacity: 0.8; }
<p style="color:#466D7E;opacity:0.8;">80%</p>
Il testo di color #466D7E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466D7E;}
<p style="text-shadow: 3px 3px 1px #466D7E">Text here.</p>
Questo testo ha l'ombra di colore #466D7E.
.textShadow {text-shadow: 3px 3px 1px #466D7E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466D7E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #466D7E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466D7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466D7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #466D7E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466D7E; -webkit-box-shadow: 1px 1px 3px 2px #466D7E; box-shadow: 1px 1px 3px 2px #466D7E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #466D7E; -webkit-box-shadow: 1px 1px 3px 2px #466D7E; box-shadow:1px 1px 3px 2px #466D7E;">
Div content here</div>
Questo e il testo di colore #466D7E sullo sfondo nero.
Questo e il testo di colore #466D7E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #466D7E.
Questo è un testo bianco sullo sfondo del colore #466D7E.