HEX: #496D9C
RGB: (73,109,156)
Il colore #496D9C contiene principalmente il verde e il blu. Per il #496D9C il colore web safe è #336699 (#369).
Il colore 496D9C in RGB è definito come 73,109,156
RGB: (73,109,156)
(29%, 43%, 61%)
R 73 da 255 = 29%
G 109 da 255 = 43%
B 156 da 255 = 61%
R + G + B ~ 44%. #496D9C colore medio (né scuro né chiaro).
R + G + B = 73 + 109 + 156 = 338 (100%)
R 73 da 338 ~ 21.6%
G 109 da 338 ~ 32.25%
B 156 da 338 ~ 46.15'%
Il colore #496D9C in CMYK è definito come 53,30,0,39.
CMYK: (53,30,0,39)
C53M30Y0K39 (53%, 30%, 0%, 39%)
(0.53 / 0.30 / 0.00 / 0.39)
Il #496D9C nei modelli di colore popolari.
49 | 6D | 9C | |
---|---|---|---|
RGB | 73 | 109 | 156 |
HSL | 214° | 36.24% | 44.90% |
HSB/HSV | 214° | 53.21% | 61.18% |
CMYK | 53.21% | 30.13% | 0.00% |
38.82% |
Il #496D9C nei modelli numerici popolari.
Esadicemale | 49 | 6D | 9C |
Decimale | 73 | 109 | 156 |
Binario | 1001001 | 1101101 | 10011100 |
Ottale | 111 | 155 | 234 |
Tonalità scure del colore #496D9C
Tonalità chiare del colore #496D9C
Esempi dei codici css e html per gli elementi di colore #496D9C. Utilizzate rgb(73,109,156) anche al posto del codice hex.
.myTextColor { color: #496D9C; }
<p style="color:#496D9C">This sample text font color is #496D9C.</p>
Il colore di questo testo è #496D9C.
.myBgColor { background-color: #496D9C; }
<div style="background-color:#496D9C">Inner text</div>
Questo div ha lo sfondo di colore #496D9C.
.myBorderColor { border: 1px solid #496D9C; }
<div style="border:3px solid #496D9C">Div</div>
Questo div ha i bordi di colore 496D9C.
.myOpacity80 { color: #496D9C; opacity: 0.8; }
<p style="color:#496D9C;opacity:0.8;">80%</p>
Il testo di color #496D9C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496D9C;}
<p style="text-shadow: 3px 3px 1px #496D9C">Text here.</p>
Questo testo ha l'ombra di colore #496D9C.
.textShadow {text-shadow: 3px 3px 1px #496D9C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496D9C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #496D9C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496D9C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496D9C, Direction=45, Strength=4)">Text</p>
This text has shadow with #496D9C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496D9C;
-webkit-box-shadow: 1px 1px 3px 2px #496D9C;
box-shadow: 1px 1px 3px 2px #496D9C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496D9C; -webkit-box-shadow: 1px 1px 3px 2px #496D9C; box-shadow:1px 1px 3px 2px #496D9C;">
Div content here
</div>
Questo e il testo di colore #496D9C sullo sfondo nero.
Questo e il testo di colore #496D9C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #496D9C.
Questo è un testo bianco sullo sfondo del colore #496D9C.
Il colore complimentare del #hex è #B69263..