Shades of Royal Blue #466EDB
Tints of Royal Blue #466EDB
RGB
CMYK
RGB Variations
Color information
#466EDB (or 0x466EDB) is known color: Royal Blue. HEX triplet: 46, 6E and DB. RGB value is (70,110,219). Sum of RGB (Red+Green+Blue) = 70+110+219=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #466EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EDB is #B99124. Grayscale: #6D6D6D. Windows color (decimal): -12161317 or 14380614. OLE color: 14380614.
HSL color Cylindrical-coordinate representation of color #466EDB: hue angle of 223.89º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466EDB is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 110 | 219 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.14 |
| HSL | 223.89º | 0.67% | 0.57% | - |
| HSV(B) | 223.89º | 0.68% | 0.86% | - |
| XYZ | 20.89 | 17.57 | 69.31 | - |
| YUV | 110.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 219 | 0.68 | 0.50 | 0 | 0.14 | 223.89 | 0.67 | 0.57 |
| Hex | 46 | 6E | DB | 44 | 32 | 0 | E | E0 | 43 | 39 |
| Octal | 106 | 156 | 333 | 104 | 62 | 0 | 16 | 340 | 103 | 71 |
| Binary | 1000110 | 1101110 | 11011011 | 1000100 | 110010 | 0 | 1110 | 11100000 | 1000011 | 111001 |
Color Harmonies of #466EDB
Complementary color
Monochromatic Colors of #466EDB
Black with #466EDB
Text Example
Text Example
White with #466EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EDB; }
p { color: rgb(70,110,219); }
H1.HeaderClassName
{
color: #466EDB;
}
.AnyTagClassName
{
color: #466EDB;
}
</style>
background-color css
<style>
a { background-color: #466EDB; }
a { background-color: rgb(70,110,219); }
div.DivClassName
{
background-color: #466EDB;
}
.BgClassName
{
background-color: #466EDB;
}
</style>
border-color css
<style>
span { border-color: #466EDB; }
span { border-color: rgb(70,110,219); }
td.TdClassName
{
border-color: #466EDB;
}
.TagClassName
{
border-color: #466EDB;
}
</style>