HEX: #466FDB
RGB: (70,111,219)
#466FDB contains mainly blue color. Web safe color of #466FDB is #3366CC (or #36C).
#466FDB color RGB value is (70,111,219).
RGB: (70,111,219)
(27%, 44%, 86%)
R 70 of 255 = 27%
G 111 of 255 = 44%
B 219 of 255 = 86%
R + G + B ~ 52%. #466FDB is middle color (not dark and not light).
R + G + B = 70 + 111 + 219 = 400 (100%)
R 70 of 400 ~ 17.5%
G 111 of 400 ~ 27.75%
B 219 of 400 ~ 54.75'%
#466FDB color CMYK value is (68,49,0,14).
CMYK: (68,49,0,14)
C68M49Y0K14 (68%, 49%, 0%, 14%)
(0.68 / 0.49 / 0.00 / 0.14)
Color #466FDB in popluar color models
46 | 6F | DB | |
---|---|---|---|
RGB | 70 | 111 | 219 |
HSL | 223° | 67.42% | 56.67% |
HSB/HSV | 223° | 68.04% | 85.88% |
CMYK | 68.04% | 49.32% | 0.00% |
14.12% |
Color #466FDB in popluar number systems.
HEX | 46 | 6F | DB |
Decimal | 70 | 111 | 219 |
Binary | 1000110 | 1101111 | 11011011 |
Octal | 106 | 157 | 333 |
Shades of #466FDB
Tints of #466FDB
Examples of css and html codes for elements with #466FDB color. Also use rgb(70,111,219) instead hex code.
.myTextColor { color: #466FDB; }
<p style="color:#466FDB">This sample text font color is #466FDB.</p>
This text font color is #466FDB.
.myBgColor { background-color: #466FDB; }
<div style="background-color:#466FDB">Inner text</div>
This div background color is #466FDB.
.myBorderColor { border: 1px solid #466FDB; }
<div style="border:3px solid #466FDB">Div</div>
This div border color is #466FDB.
.myOpacity80 { color: #466FDB; opacity: 0.8; }
<p style="color:#466FDB;opacity:0.8;">80%</p>
Text with #466FDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466FDB;}
<p style="text-shadow: 3px 3px 1px #466FDB">Text here.</p>
This text has shadow with #466FDB color.
.textShadow {text-shadow: 3px 3px 1px #466FDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466FDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #466FDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466FDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466FDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #466FDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #466FDB;
-webkit-box-shadow: 1px 1px 3px 2px #466FDB;
box-shadow: 1px 1px 3px 2px #466FDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #466FDB; -webkit-box-shadow: 1px 1px 3px 2px #466FDB; box-shadow:1px 1px 3px 2px #466FDB;">
Div content here
</div>
This text has color #466FDB on black background.
This text has color #466FDB on white background.
This text has black color on #466FDB background.
This text has white color on #466FDB background.
Complementary color for #hex is #B99024.