HEX: #497DAB
RGB: (73,125,171)
Il colore #497DAB contiene principalmente il verde e il blu. Per il #497DAB il colore web safe è #336699 (#369).
Il colore 497DAB in RGB è definito come 73,125,171
RGB: (73,125,171)
(29%, 49%, 67%)
R 73 da 255 = 29%
G 125 da 255 = 49%
B 171 da 255 = 67%
R + G + B ~ 48%. #497DAB colore medio (né scuro né chiaro).
R + G + B = 73 + 125 + 171 = 369 (100%)
R 73 da 369 ~ 19.78%
G 125 da 369 ~ 33.88%
B 171 da 369 ~ 46.34'%
Il colore #497DAB in CMYK è definito come 57,27,0,33.
CMYK: (57,27,0,33)
C57M27Y0K33 (57%, 27%, 0%, 33%)
(0.57 / 0.27 / 0.00 / 0.33)
Il #497DAB nei modelli di colore popolari.
49 | 7D | AB | |
---|---|---|---|
RGB | 73 | 125 | 171 |
HSL | 208° | 40.16% | 47.84% |
HSB/HSV | 208° | 57.31% | 67.06% |
CMYK | 57.31% | 26.90% | 0.00% |
32.94% |
Il #497DAB nei modelli numerici popolari.
Esadicemale | 49 | 7D | AB |
Decimale | 73 | 125 | 171 |
Binario | 1001001 | 1111101 | 10101011 |
Ottale | 111 | 175 | 253 |
Tonalità scure del colore #497DAB
Tonalità chiare del colore #497DAB
Esempi dei codici css e html per gli elementi di colore #497DAB. Utilizzate rgb(73,125,171) anche al posto del codice hex.
.myTextColor { color: #497DAB; }
<p style="color:#497DAB">This sample text font color is #497DAB.</p>
Il colore di questo testo è #497DAB.
.myBgColor { background-color: #497DAB; }
<div style="background-color:#497DAB">Inner text</div>
Questo div ha lo sfondo di colore #497DAB.
.myBorderColor { border: 1px solid #497DAB; }
<div style="border:3px solid #497DAB">Div</div>
Questo div ha i bordi di colore 497DAB.
.myOpacity80 { color: #497DAB; opacity: 0.8; }
<p style="color:#497DAB;opacity:0.8;">80%</p>
Il testo di color #497DAB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497DAB;}
<p style="text-shadow: 3px 3px 1px #497DAB">Text here.</p>
Questo testo ha l'ombra di colore #497DAB.
.textShadow {text-shadow: 3px 3px 1px #497DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497DAB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #497DAB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #497DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #497DAB;
-webkit-box-shadow: 1px 1px 3px 2px #497DAB;
box-shadow: 1px 1px 3px 2px #497DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497DAB; -webkit-box-shadow: 1px 1px 3px 2px #497DAB; box-shadow:1px 1px 3px 2px #497DAB;">
Div content here
</div>
Questo e il testo di colore #497DAB sullo sfondo nero.
Questo e il testo di colore #497DAB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #497DAB.
Questo è un testo bianco sullo sfondo del colore #497DAB.
Il colore complimentare del #hex è #B68254..