HEX: #4763AB
RGB: (71,99,171)
Il colore #4763AB contiene principalmente il blu. Per il #4763AB il colore web safe è #336699 (#369).
Il colore 4763AB in RGB è definito come 71,99,171
RGB: (71,99,171) (28%,39%,67%)
R 71 da 255 = 28%
G 99 da 255 = 39%
B 171 da 255 = 67%
R + G + B ~ 45%. #4763AB colore medio (né scuro né chiaro).
R + G + B =
71 + 99 + 171 = 341 (100%)
R 71 da 341 ~ 20.82%
G 99 da 341 ~ 29.03%
B 171 da 341 ~ 50.15%
Il colore #4763AB in CMYK è definito come 58,42,0,33.
CMYK: (58,42,0,33) C58M42Y0K33 (58%,42%,0%,33%) (0.58/0.42/0.00/0.33)
47 | 63 | AB | |
---|---|---|---|
RGB | 71 | 99 | 171 |
HSL | 223° | 41.32% | 47.45% |
HSB/HSV | 223° | 58.48% | 67.06% |
CMYK | 58.48% | 42.11% | 0.00% |
32.94% |
Esadicemale | 47 | 63 | AB |
Decimale | 71 | 99 | 171 |
Binario | 1000111 | 1100011 | 10101011 |
Ottale | 107 | 143 | 253 |
Esempi dei codici css e html per gli elementi di colore #4763AB. Utilizzate rgb(71,99,171) anche al posto del codice hex.
.myTextColor { color: #4763AB; }
<p style="color:#4763AB">This sample text font color is #4763AB.</p>
Il colore di questo testo è #4763AB.
.myBgColor { background-color: #4763AB; }
<div style="background-color:#4763AB">Inner text</div>
Questo div ha lo sfondo di colore #4763AB.
.myBorderColor { border: 1px solid #4763AB; }
<div style="border:3px solid #4763AB">Div</div>
Questo div ha i bordi di colore 4763AB.
.myOpacity80 { color: #4763AB; opacity: 0.8; }
<p style="color:#4763AB;opacity:0.8;">80%</p>
Il testo di color #4763AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4763AB;}
<p style="text-shadow: 3px 3px 1px #4763AB">Text here.</p>
Questo testo ha l'ombra di colore #4763AB.
.textShadow {text-shadow: 3px 3px 1px #4763AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4763AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #4763AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4763AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4763AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #4763AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4763AB; -webkit-box-shadow: 1px 1px 3px 2px #4763AB; box-shadow: 1px 1px 3px 2px #4763AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4763AB; -webkit-box-shadow: 1px 1px 3px 2px #4763AB; box-shadow:1px 1px 3px 2px #4763AB;">
Div content here</div>
Questo e il testo di colore #4763AB sullo sfondo nero.
Questo e il testo di colore #4763AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #4763AB.
Questo è un testo bianco sullo sfondo del colore #4763AB.