Shades of Royal Blue #466ED0
Tints of Royal Blue #466ED0
RGB
CMYK
RGB Variations
Color information
#466ED0 (or 0x466ED0) is known color: Royal Blue. HEX triplet: 46, 6E and D0. RGB value is (70,110,208). Sum of RGB (Red+Green+Blue) = 70+110+208=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #466ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ED0 is #B9912F. Grayscale: #6C6C6C. Windows color (decimal): -12161328 or 13659718. OLE color: 13659718.
HSL color Cylindrical-coordinate representation of color #466ED0: hue angle of 222.61º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466ED0 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 110 | 208 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.18 |
| HSL | 222.61º | 0.59% | 0.55% | - |
| HSV(B) | 222.61º | 0.66% | 0.82% | - |
| XYZ | 19.49 | 17.01 | 61.93 | - |
| YUV | 109.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 208 | 0.66 | 0.47 | 0 | 0.18 | 222.61 | 0.59 | 0.55 |
| Hex | 46 | 6E | D0 | 42 | 2F | 0 | 12 | DF | 3B | 37 |
| Octal | 106 | 156 | 320 | 102 | 57 | 0 | 22 | 337 | 73 | 67 |
| Binary | 1000110 | 1101110 | 11010000 | 1000010 | 101111 | 0 | 10010 | 11011111 | 111011 | 110111 |
Color Harmonies of #466ED0
Complementary color
Monochromatic Colors of #466ED0
Black with #466ED0
Text Example
Text Example
White with #466ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466ED0; }
p { color: rgb(70,110,208); }
H1.HeaderClassName
{
color: #466ED0;
}
.AnyTagClassName
{
color: #466ED0;
}
</style>
background-color css
<style>
a { background-color: #466ED0; }
a { background-color: rgb(70,110,208); }
div.DivClassName
{
background-color: #466ED0;
}
.BgClassName
{
background-color: #466ED0;
}
</style>
border-color css
<style>
span { border-color: #466ED0; }
span { border-color: rgb(70,110,208); }
td.TdClassName
{
border-color: #466ED0;
}
.TagClassName
{
border-color: #466ED0;
}
</style>