HEX: #480699
RGB: (72,6,153)
Il colore #480699 contiene principalmente il blu. Per il #480699 il colore web safe è #330099 (#309).
Il colore 480699 in RGB è definito come 72,6,153
RGB: (72,6,153) (28%,2%,60%)
R 72 da 255 = 28%
G 6 da 255 = 2%
B 153 da 255 = 60%
R + G + B ~ 30%. #480699 colore abbastanza scuro.
R + G + B =
72 + 6 + 153 = 231 (100%)
R 72 da 231 ~ 31.17%
G 6 da 231 ~ 2.6%
B 153 da 231 ~ 66.23%
Il colore #480699 in CMYK è definito come 53,96,0,40.
CMYK: (53,96,0,40) C53M96Y0K40 (53%,96%,0%,40%) (0.53/0.96/0.00/0.40)
48 | 06 | 99 | |
---|---|---|---|
RGB | 72 | 6 | 153 |
HSL | 267° | 92.45% | 31.18% |
HSB/HSV | 267° | 96.08% | 60.00% |
CMYK | 52.94% | 96.08% | 0.00% |
40.00% |
Esadicemale | 48 | 06 | 99 |
Decimale | 72 | 6 | 153 |
Binario | 1001000 | 110 | 10011001 |
Ottale | 110 | 6 | 231 |
Esempi dei codici css e html per gli elementi di colore #480699. Utilizzate rgb(72,6,153) anche al posto del codice hex.
.myTextColor { color: #480699; }
<p style="color:#480699">This sample text font color is #480699.</p>
Il colore di questo testo è #480699.
.myBgColor { background-color: #480699; }
<div style="background-color:#480699">Inner text</div>
Questo div ha lo sfondo di colore #480699.
.myBorderColor { border: 1px solid #480699; }
<div style="border:3px solid #480699">Div</div>
Questo div ha i bordi di colore 480699.
.myOpacity80 { color: #480699; opacity: 0.8; }
<p style="color:#480699;opacity:0.8;">80%</p>
Il testo di color #480699 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #480699;}
<p style="text-shadow: 3px 3px 1px #480699">Text here.</p>
Questo testo ha l'ombra di colore #480699.
.textShadow {text-shadow: 3px 3px 1px #480699, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #480699, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #480699 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#480699, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#480699, Direction=45, Strength=4)">Text</p>
This text has shadow with #480699 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #480699; -webkit-box-shadow: 1px 1px 3px 2px #480699; box-shadow: 1px 1px 3px 2px #480699; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #480699; -webkit-box-shadow: 1px 1px 3px 2px #480699; box-shadow:1px 1px 3px 2px #480699;">
Div content here</div>
Questo e il testo di colore #480699 sullo sfondo nero.
Questo e il testo di colore #480699 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #480699.
Questo è un testo bianco sullo sfondo del colore #480699.