HEX: #4D04C4
RGB: (77,4,196)
Il colore #4D04C4 contiene principalmente il blu. Per il #4D04C4 il colore web safe è #3300CC (#30C).
Il colore 4D04C4 in RGB è definito come 77,4,196
RGB: (77,4,196) (30%,2%,77%)
R 77 da 255 = 30%
G 4 da 255 = 2%
B 196 da 255 = 77%
R + G + B ~ 36%. #4D04C4 colore abbastanza scuro.
R + G + B =
77 + 4 + 196 = 277 (100%)
R 77 da 277 ~ 27.8%
G 4 da 277 ~ 1.44%
B 196 da 277 ~ 70.76%
Il colore #4D04C4 in CMYK è definito come 61,98,0,23.
CMYK: (61,98,0,23) C61M98Y0K23 (61%,98%,0%,23%) (0.61/0.98/0.00/0.23)
4D | 04 | C4 | |
---|---|---|---|
RGB | 77 | 4 | 196 |
HSL | 263° | 96.00% | 39.22% |
HSB/HSV | 263° | 97.96% | 76.86% |
CMYK | 60.71% | 97.96% | 0.00% |
23.14% |
Esadicemale | 4D | 04 | C4 |
Decimale | 77 | 4 | 196 |
Binario | 1001101 | 100 | 11000100 |
Ottale | 115 | 4 | 304 |
Esempi dei codici css e html per gli elementi di colore #4D04C4. Utilizzate rgb(77,4,196) anche al posto del codice hex.
.myTextColor { color: #4D04C4; }
<p style="color:#4D04C4">This sample text font color is #4D04C4.</p>
Il colore di questo testo è #4D04C4.
.myBgColor { background-color: #4D04C4; }
<div style="background-color:#4D04C4">Inner text</div>
Questo div ha lo sfondo di colore #4D04C4.
.myBorderColor { border: 1px solid #4D04C4; }
<div style="border:3px solid #4D04C4">Div</div>
Questo div ha i bordi di colore 4D04C4.
.myOpacity80 { color: #4D04C4; opacity: 0.8; }
<p style="color:#4D04C4;opacity:0.8;">80%</p>
Il testo di color #4D04C4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D04C4;}
<p style="text-shadow: 3px 3px 1px #4D04C4">Text here.</p>
Questo testo ha l'ombra di colore #4D04C4.
.textShadow {text-shadow: 3px 3px 1px #4D04C4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D04C4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #4D04C4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D04C4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D04C4, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D04C4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D04C4; -webkit-box-shadow: 1px 1px 3px 2px #4D04C4; box-shadow: 1px 1px 3px 2px #4D04C4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D04C4; -webkit-box-shadow: 1px 1px 3px 2px #4D04C4; box-shadow:1px 1px 3px 2px #4D04C4;">
Div content here</div>
Questo e il testo di colore #4D04C4 sullo sfondo nero.
Questo e il testo di colore #4D04C4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #4D04C4.
Questo è un testo bianco sullo sfondo del colore #4D04C4.