HEX: #4729AF
RGB: (71,41,175)
Il colore #4729AF contiene principalmente il blu. Per il #4729AF il colore web safe è #333399 (#339).
Il colore 4729AF in RGB è definito come 71,41,175
RGB: (71,41,175) (28%,16%,69%)
R 71 da 255 = 28%
G 41 da 255 = 16%
B 175 da 255 = 69%
R + G + B ~ 38%. #4729AF colore abbastanza scuro.
R + G + B =
71 + 41 + 175 = 287 (100%)
R 71 da 287 ~ 24.74%
G 41 da 287 ~ 14.29%
B 175 da 287 ~ 60.98%
Il colore #4729AF in CMYK è definito come 59,77,0,31.
CMYK: (59,77,0,31) C59M77Y0K31 (59%,77%,0%,31%) (0.59/0.77/0.00/0.31)
47 | 29 | AF | |
---|---|---|---|
RGB | 71 | 41 | 175 |
HSL | 253° | 62.04% | 42.35% |
HSB/HSV | 253° | 76.57% | 68.63% |
CMYK | 59.43% | 76.57% | 0.00% |
31.37% |
Esadicemale | 47 | 29 | AF |
Decimale | 71 | 41 | 175 |
Binario | 1000111 | 101001 | 10101111 |
Ottale | 107 | 51 | 257 |
Esempi dei codici css e html per gli elementi di colore #4729AF. Utilizzate rgb(71,41,175) anche al posto del codice hex.
.myTextColor { color: #4729AF; }
<p style="color:#4729AF">This sample text font color is #4729AF.</p>
Il colore di questo testo è #4729AF.
.myBgColor { background-color: #4729AF; }
<div style="background-color:#4729AF">Inner text</div>
Questo div ha lo sfondo di colore #4729AF.
.myBorderColor { border: 1px solid #4729AF; }
<div style="border:3px solid #4729AF">Div</div>
Questo div ha i bordi di colore 4729AF.
.myOpacity80 { color: #4729AF; opacity: 0.8; }
<p style="color:#4729AF;opacity:0.8;">80%</p>
Il testo di color #4729AF e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4729AF;}
<p style="text-shadow: 3px 3px 1px #4729AF">Text here.</p>
Questo testo ha l'ombra di colore #4729AF.
.textShadow {text-shadow: 3px 3px 1px #4729AF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4729AF, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #4729AF e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4729AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4729AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #4729AF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4729AF; -webkit-box-shadow: 1px 1px 3px 2px #4729AF; box-shadow: 1px 1px 3px 2px #4729AF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4729AF; -webkit-box-shadow: 1px 1px 3px 2px #4729AF; box-shadow:1px 1px 3px 2px #4729AF;">
Div content here</div>
Questo e il testo di colore #4729AF sullo sfondo nero.
Questo e il testo di colore #4729AF sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #4729AF.
Questo è un testo bianco sullo sfondo del colore #4729AF.