Shades of Royal Blue #466DCE
Tints of Royal Blue #466DCE
RGB
CMYK
RGB Variations
Color information
#466DCE (or 0x466DCE) is known color: Royal Blue. HEX triplet: 46, 6D and CE. RGB value is (70,109,206). Sum of RGB (Red+Green+Blue) = 70+109+206=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #466DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DCE is #B99231. Grayscale: #6B6B6B. Windows color (decimal): -12161586 or 13528390. OLE color: 13528390.
HSL color Cylindrical-coordinate representation of color #466DCE: hue angle of 222.79º 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 #466DCE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 109 | 206 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.19 |
| HSL | 222.79º | 0.58% | 0.54% | - |
| HSV(B) | 222.79º | 0.66% | 0.81% | - |
| XYZ | 19.14 | 16.7 | 60.61 | - |
| YUV | 108.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 206 | 0.66 | 0.47 | 0 | 0.19 | 222.79 | 0.58 | 0.54 |
| Hex | 46 | 6D | CE | 42 | 2F | 0 | 13 | DF | 3A | 36 |
| Octal | 106 | 155 | 316 | 102 | 57 | 0 | 23 | 337 | 72 | 66 |
| Binary | 1000110 | 1101101 | 11001110 | 1000010 | 101111 | 0 | 10011 | 11011111 | 111010 | 110110 |
Color Harmonies of #466DCE
Complementary color
Monochromatic Colors of #466DCE
Black with #466DCE
Text Example
Text Example
White with #466DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DCE; }
p { color: rgb(70,109,206); }
H1.HeaderClassName
{
color: #466DCE;
}
.AnyTagClassName
{
color: #466DCE;
}
</style>
background-color css
<style>
a { background-color: #466DCE; }
a { background-color: rgb(70,109,206); }
div.DivClassName
{
background-color: #466DCE;
}
.BgClassName
{
background-color: #466DCE;
}
</style>
border-color css
<style>
span { border-color: #466DCE; }
span { border-color: rgb(70,109,206); }
td.TdClassName
{
border-color: #466DCE;
}
.TagClassName
{
border-color: #466DCE;
}
</style>