Shades of Royal Blue #466ECF
Tints of Royal Blue #466ECF
RGB
CMYK
RGB Variations
Color information
#466ECF (or 0x466ECF) is known color: Royal Blue. HEX triplet: 46, 6E and CF. RGB value is (70,110,207). Sum of RGB (Red+Green+Blue) = 70+110+207=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #466ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ECF is #B99130. Grayscale: #6C6C6C. Windows color (decimal): -12161329 or 13594182. OLE color: 13594182.
HSL color Cylindrical-coordinate representation of color #466ECF: hue angle of 222.48º degrees, saturation: 0.59, 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 #466ECF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 110 | 207 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.19 |
| HSL | 222.48º | 0.59% | 0.54% | - |
| HSV(B) | 222.48º | 0.66% | 0.81% | - |
| XYZ | 19.36 | 16.96 | 61.28 | - |
| YUV | 109.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 207 | 0.66 | 0.47 | 0 | 0.19 | 222.48 | 0.59 | 0.54 |
| Hex | 46 | 6E | CF | 42 | 2F | 0 | 13 | DE | 3B | 36 |
| Octal | 106 | 156 | 317 | 102 | 57 | 0 | 23 | 336 | 73 | 66 |
| Binary | 1000110 | 1101110 | 11001111 | 1000010 | 101111 | 0 | 10011 | 11011110 | 111011 | 110110 |
Color Harmonies of #466ECF
Complementary color
Monochromatic Colors of #466ECF
Black with #466ECF
Text Example
Text Example
White with #466ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466ECF; }
p { color: rgb(70,110,207); }
H1.HeaderClassName
{
color: #466ECF;
}
.AnyTagClassName
{
color: #466ECF;
}
</style>
background-color css
<style>
a { background-color: #466ECF; }
a { background-color: rgb(70,110,207); }
div.DivClassName
{
background-color: #466ECF;
}
.BgClassName
{
background-color: #466ECF;
}
</style>
border-color css
<style>
span { border-color: #466ECF; }
span { border-color: rgb(70,110,207); }
td.TdClassName
{
border-color: #466ECF;
}
.TagClassName
{
border-color: #466ECF;
}
</style>