Shades of Royal Blue #466BCE
Tints of Royal Blue #466BCE
RGB
CMYK
RGB Variations
Color information
#466BCE (or 0x466BCE) is known color: Royal Blue. HEX triplet: 46, 6B and CE. RGB value is (70,107,206). Sum of RGB (Red+Green+Blue) = 70+107+206=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #466BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BCE is #B99431. Grayscale: #6A6A6A. Windows color (decimal): -12162098 or 13527878. OLE color: 13527878.
HSL color Cylindrical-coordinate representation of color #466BCE: hue angle of 223.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466BCE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 107 | 206 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.19 |
| HSL | 223.68º | 0.58% | 0.54% | - |
| HSV(B) | 223.68º | 0.66% | 0.81% | - |
| XYZ | 18.92 | 16.27 | 60.54 | - |
| YUV | 107.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 206 | 0.66 | 0.48 | 0 | 0.19 | 223.68 | 0.58 | 0.54 |
| Hex | 46 | 6B | CE | 42 | 30 | 0 | 13 | E0 | 3A | 36 |
| Octal | 106 | 153 | 316 | 102 | 60 | 0 | 23 | 340 | 72 | 66 |
| Binary | 1000110 | 1101011 | 11001110 | 1000010 | 110000 | 0 | 10011 | 11100000 | 111010 | 110110 |
Color Harmonies of #466BCE
Complementary color
Monochromatic Colors of #466BCE
Black with #466BCE
Text Example
Text Example
White with #466BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BCE; }
p { color: rgb(70,107,206); }
H1.HeaderClassName
{
color: #466BCE;
}
.AnyTagClassName
{
color: #466BCE;
}
</style>
background-color css
<style>
a { background-color: #466BCE; }
a { background-color: rgb(70,107,206); }
div.DivClassName
{
background-color: #466BCE;
}
.BgClassName
{
background-color: #466BCE;
}
</style>
border-color css
<style>
span { border-color: #466BCE; }
span { border-color: rgb(70,107,206); }
td.TdClassName
{
border-color: #466BCE;
}
.TagClassName
{
border-color: #466BCE;
}
</style>