Shades of Royal Blue #466DCF
Tints of Royal Blue #466DCF
RGB
CMYK
RGB Variations
Color information
#466DCF (or 0x466DCF) is known color: Royal Blue. HEX triplet: 46, 6D and CF. RGB value is (70,109,207). Sum of RGB (Red+Green+Blue) = 70+109+207=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #466DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DCF is #B99230. Grayscale: #6C6C6C. Windows color (decimal): -12161585 or 13593926. OLE color: 13593926.
HSL color Cylindrical-coordinate representation of color #466DCF: hue angle of 222.92º 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 #466DCF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 109 | 207 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.19 |
| HSL | 222.92º | 0.59% | 0.54% | - |
| HSV(B) | 222.92º | 0.66% | 0.81% | - |
| XYZ | 19.26 | 16.74 | 61.25 | - |
| YUV | 108.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 207 | 0.66 | 0.47 | 0 | 0.19 | 222.92 | 0.59 | 0.54 |
| Hex | 46 | 6D | CF | 42 | 2F | 0 | 13 | DF | 3B | 36 |
| Octal | 106 | 155 | 317 | 102 | 57 | 0 | 23 | 337 | 73 | 66 |
| Binary | 1000110 | 1101101 | 11001111 | 1000010 | 101111 | 0 | 10011 | 11011111 | 111011 | 110110 |
Color Harmonies of #466DCF
Complementary color
Monochromatic Colors of #466DCF
Black with #466DCF
Text Example
Text Example
White with #466DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DCF; }
p { color: rgb(70,109,207); }
H1.HeaderClassName
{
color: #466DCF;
}
.AnyTagClassName
{
color: #466DCF;
}
</style>
background-color css
<style>
a { background-color: #466DCF; }
a { background-color: rgb(70,109,207); }
div.DivClassName
{
background-color: #466DCF;
}
.BgClassName
{
background-color: #466DCF;
}
</style>
border-color css
<style>
span { border-color: #466DCF; }
span { border-color: rgb(70,109,207); }
td.TdClassName
{
border-color: #466DCF;
}
.TagClassName
{
border-color: #466DCF;
}
</style>