Shades of Royal Blue #466ECE
Tints of Royal Blue #466ECE
RGB
CMYK
RGB Variations
Color information
#466ECE (or 0x466ECE) is known color: Royal Blue. HEX triplet: 46, 6E and CE. RGB value is (70,110,206). Sum of RGB (Red+Green+Blue) = 70+110+206=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #466ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ECE is #B99131. Grayscale: #6C6C6C. Windows color (decimal): -12161330 or 13528646. OLE color: 13528646.
HSL color Cylindrical-coordinate representation of color #466ECE: hue angle of 222.35º 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 #466ECE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 110 | 206 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.19 |
| HSL | 222.35º | 0.58% | 0.54% | - |
| HSV(B) | 222.35º | 0.66% | 0.81% | - |
| XYZ | 19.24 | 16.91 | 60.64 | - |
| YUV | 108.98 | 182.75 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 206 | 0.66 | 0.47 | 0 | 0.19 | 222.35 | 0.58 | 0.54 |
| Hex | 46 | 6E | CE | 42 | 2F | 0 | 13 | DE | 3A | 36 |
| Octal | 106 | 156 | 316 | 102 | 57 | 0 | 23 | 336 | 72 | 66 |
| Binary | 1000110 | 1101110 | 11001110 | 1000010 | 101111 | 0 | 10011 | 11011110 | 111010 | 110110 |
Color Harmonies of #466ECE
Complementary color
Monochromatic Colors of #466ECE
Black with #466ECE
Text Example
Text Example
White with #466ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466ECE; }
p { color: rgb(70,110,206); }
H1.HeaderClassName
{
color: #466ECE;
}
.AnyTagClassName
{
color: #466ECE;
}
</style>
background-color css
<style>
a { background-color: #466ECE; }
a { background-color: rgb(70,110,206); }
div.DivClassName
{
background-color: #466ECE;
}
.BgClassName
{
background-color: #466ECE;
}
</style>
border-color css
<style>
span { border-color: #466ECE; }
span { border-color: rgb(70,110,206); }
td.TdClassName
{
border-color: #466ECE;
}
.TagClassName
{
border-color: #466ECE;
}
</style>