Shades of Royal Blue #466FCE
Tints of Royal Blue #466FCE
RGB
CMYK
RGB Variations
Color information
#466FCE (or 0x466FCE) is known color: Royal Blue. HEX triplet: 46, 6F and CE. RGB value is (70,111,206). Sum of RGB (Red+Green+Blue) = 70+111+206=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #466FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FCE is #B99031. Grayscale: #6D6D6D. Windows color (decimal): -12161074 or 13528902. OLE color: 13528902.
HSL color Cylindrical-coordinate representation of color #466FCE: hue angle of 221.91º 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 #466FCE is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 111 | 206 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.19 |
| HSL | 221.91º | 0.58% | 0.54% | - |
| HSV(B) | 221.91º | 0.66% | 0.81% | - |
| XYZ | 19.35 | 17.13 | 60.68 | - |
| YUV | 109.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 206 | 0.66 | 0.46 | 0 | 0.19 | 221.91 | 0.58 | 0.54 |
| Hex | 46 | 6F | CE | 42 | 2E | 0 | 13 | DE | 3A | 36 |
| Octal | 106 | 157 | 316 | 102 | 56 | 0 | 23 | 336 | 72 | 66 |
| Binary | 1000110 | 1101111 | 11001110 | 1000010 | 101110 | 0 | 10011 | 11011110 | 111010 | 110110 |
Color Harmonies of #466FCE
Complementary color
Monochromatic Colors of #466FCE
Black with #466FCE
Text Example
Text Example
White with #466FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FCE; }
p { color: rgb(70,111,206); }
H1.HeaderClassName
{
color: #466FCE;
}
.AnyTagClassName
{
color: #466FCE;
}
</style>
background-color css
<style>
a { background-color: #466FCE; }
a { background-color: rgb(70,111,206); }
div.DivClassName
{
background-color: #466FCE;
}
.BgClassName
{
background-color: #466FCE;
}
</style>
border-color css
<style>
span { border-color: #466FCE; }
span { border-color: rgb(70,111,206); }
td.TdClassName
{
border-color: #466FCE;
}
.TagClassName
{
border-color: #466FCE;
}
</style>