HEX: #504EA0
RGB: (80,78,160)
Il colore #504EA0 contiene principalmente il blu. Per il #504EA0 il colore web safe è #666699 (#669).
Il colore 504EA0 in RGB è definito come 80,78,160
RGB: (80,78,160) (31%,31%,63%)
R 80 da 255 = 31%
G 78 da 255 = 31%
B 160 da 255 = 63%
R + G + B ~ 42%. #504EA0 colore medio (né scuro né chiaro).
R + G + B =
80 + 78 + 160 = 318 (100%)
R 80 da 318 ~ 25.16%
G 78 da 318 ~ 24.53%
B 160 da 318 ~ 50.31%
Il colore #504EA0 in CMYK è definito come 50,51,0,37.
CMYK: (50,51,0,37) C50M51Y0K37 (50%,51%,0%,37%) (0.50/0.51/0.00/0.37)
50 | 4E | A0 | |
---|---|---|---|
RGB | 80 | 78 | 160 |
HSL | 241° | 34.45% | 46.67% |
HSB/HSV | 241° | 51.25% | 62.75% |
CMYK | 50.00% | 51.25% | 0.00% |
37.25% |
Esadicemale | 50 | 4E | A0 |
Decimale | 80 | 78 | 160 |
Binario | 1010000 | 1001110 | 10100000 |
Ottale | 120 | 116 | 240 |
Esempi dei codici css e html per gli elementi di colore #504EA0. Utilizzate rgb(80,78,160) anche al posto del codice hex.
.myTextColor { color: #504EA0; }
<p style="color:#504EA0">This sample text font color is #504EA0.</p>
Il colore di questo testo è #504EA0.
.myBgColor { background-color: #504EA0; }
<div style="background-color:#504EA0">Inner text</div>
Questo div ha lo sfondo di colore #504EA0.
.myBorderColor { border: 1px solid #504EA0; }
<div style="border:3px solid #504EA0">Div</div>
Questo div ha i bordi di colore 504EA0.
.myOpacity80 { color: #504EA0; opacity: 0.8; }
<p style="color:#504EA0;opacity:0.8;">80%</p>
Il testo di color #504EA0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #504EA0;}
<p style="text-shadow: 3px 3px 1px #504EA0">Text here.</p>
Questo testo ha l'ombra di colore #504EA0.
.textShadow {text-shadow: 3px 3px 1px #504EA0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #504EA0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #504EA0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#504EA0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#504EA0, Direction=45, Strength=4)">Text</p>
This text has shadow with #504EA0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #504EA0; -webkit-box-shadow: 1px 1px 3px 2px #504EA0; box-shadow: 1px 1px 3px 2px #504EA0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #504EA0; -webkit-box-shadow: 1px 1px 3px 2px #504EA0; box-shadow:1px 1px 3px 2px #504EA0;">
Div content here</div>
Questo e il testo di colore #504EA0 sullo sfondo nero.
Questo e il testo di colore #504EA0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #504EA0.
Questo è un testo bianco sullo sfondo del colore #504EA0.