Shades of Royal Blue #466EC8
Tints of Royal Blue #466EC8
RGB
CMYK
RGB Variations
Color information
#466EC8 (or 0x466EC8) is known color: Royal Blue. HEX triplet: 46, 6E and C8. RGB value is (70,110,200). Sum of RGB (Red+Green+Blue) = 70+110+200=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #466EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EC8 is #B99137. Grayscale: #6B6B6B. Windows color (decimal): -12161336 or 13135430. OLE color: 13135430.
HSL color Cylindrical-coordinate representation of color #466EC8: hue angle of 221.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466EC8 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 110 | 200 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.22 |
| HSL | 221.54º | 0.54% | 0.53% | - |
| HSV(B) | 221.54º | 0.65% | 0.78% | - |
| XYZ | 18.53 | 16.62 | 56.88 | - |
| YUV | 108.3 | 179.75 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 200 | 0.65 | 0.45 | 0 | 0.22 | 221.54 | 0.54 | 0.53 |
| Hex | 46 | 6E | C8 | 41 | 2D | 0 | 16 | DE | 36 | 35 |
| Octal | 106 | 156 | 310 | 101 | 55 | 0 | 26 | 336 | 66 | 65 |
| Binary | 1000110 | 1101110 | 11001000 | 1000001 | 101101 | 0 | 10110 | 11011110 | 110110 | 110101 |
Color Harmonies of #466EC8
Complementary color
Monochromatic Colors of #466EC8
Black with #466EC8
Text Example
Text Example
White with #466EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EC8; }
p { color: rgb(70,110,200); }
H1.HeaderClassName
{
color: #466EC8;
}
.AnyTagClassName
{
color: #466EC8;
}
</style>
background-color css
<style>
a { background-color: #466EC8; }
a { background-color: rgb(70,110,200); }
div.DivClassName
{
background-color: #466EC8;
}
.BgClassName
{
background-color: #466EC8;
}
</style>
border-color css
<style>
span { border-color: #466EC8; }
span { border-color: rgb(70,110,200); }
td.TdClassName
{
border-color: #466EC8;
}
.TagClassName
{
border-color: #466EC8;
}
</style>