Shades of Royal Blue #466BCF
Tints of Royal Blue #466BCF
RGB
CMYK
RGB Variations
Color information
#466BCF (or 0x466BCF) is known color: Royal Blue. HEX triplet: 46, 6B and CF. RGB value is (70,107,207). Sum of RGB (Red+Green+Blue) = 70+107+207=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #466BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BCF is #B99430. Grayscale: #6A6A6A. Windows color (decimal): -12162097 or 13593414. OLE color: 13593414.
HSL color Cylindrical-coordinate representation of color #466BCF: hue angle of 223.8º 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 #466BCF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 107 | 207 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.19 |
| HSL | 223.8º | 0.59% | 0.54% | - |
| HSV(B) | 223.8º | 0.66% | 0.81% | - |
| XYZ | 19.05 | 16.32 | 61.18 | - |
| YUV | 107.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 207 | 0.66 | 0.48 | 0 | 0.19 | 223.8 | 0.59 | 0.54 |
| Hex | 46 | 6B | CF | 42 | 30 | 0 | 13 | E0 | 3B | 36 |
| Octal | 106 | 153 | 317 | 102 | 60 | 0 | 23 | 340 | 73 | 66 |
| Binary | 1000110 | 1101011 | 11001111 | 1000010 | 110000 | 0 | 10011 | 11100000 | 111011 | 110110 |
Color Harmonies of #466BCF
Complementary color
Monochromatic Colors of #466BCF
Black with #466BCF
Text Example
Text Example
White with #466BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BCF; }
p { color: rgb(70,107,207); }
H1.HeaderClassName
{
color: #466BCF;
}
.AnyTagClassName
{
color: #466BCF;
}
</style>
background-color css
<style>
a { background-color: #466BCF; }
a { background-color: rgb(70,107,207); }
div.DivClassName
{
background-color: #466BCF;
}
.BgClassName
{
background-color: #466BCF;
}
</style>
border-color css
<style>
span { border-color: #466BCF; }
span { border-color: rgb(70,107,207); }
td.TdClassName
{
border-color: #466BCF;
}
.TagClassName
{
border-color: #466BCF;
}
</style>