Shades of Royal Blue #466FCD
Tints of Royal Blue #466FCD
RGB
CMYK
RGB Variations
Color information
#466FCD (or 0x466FCD) is known color: Royal Blue. HEX triplet: 46, 6F and CD. RGB value is (70,111,205). Sum of RGB (Red+Green+Blue) = 70+111+205=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #466FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FCD is #B99032. Grayscale: #6D6D6D. Windows color (decimal): -12161075 or 13463366. OLE color: 13463366.
HSL color Cylindrical-coordinate representation of color #466FCD: hue angle of 221.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466FCD is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 111 | 205 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.20 |
| HSL | 221.78º | 0.57% | 0.54% | - |
| HSV(B) | 221.78º | 0.66% | 0.8% | - |
| XYZ | 19.23 | 17.08 | 60.04 | - |
| YUV | 109.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 205 | 0.66 | 0.46 | 0 | 0.20 | 221.78 | 0.57 | 0.54 |
| Hex | 46 | 6F | CD | 42 | 2E | 0 | 14 | DE | 39 | 36 |
| Octal | 106 | 157 | 315 | 102 | 56 | 0 | 24 | 336 | 71 | 66 |
| Binary | 1000110 | 1101111 | 11001101 | 1000010 | 101110 | 0 | 10100 | 11011110 | 111001 | 110110 |
Color Harmonies of #466FCD
Complementary color
Monochromatic Colors of #466FCD
Black with #466FCD
Text Example
Text Example
White with #466FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FCD; }
p { color: rgb(70,111,205); }
H1.HeaderClassName
{
color: #466FCD;
}
.AnyTagClassName
{
color: #466FCD;
}
</style>
background-color css
<style>
a { background-color: #466FCD; }
a { background-color: rgb(70,111,205); }
div.DivClassName
{
background-color: #466FCD;
}
.BgClassName
{
background-color: #466FCD;
}
</style>
border-color css
<style>
span { border-color: #466FCD; }
span { border-color: rgb(70,111,205); }
td.TdClassName
{
border-color: #466FCD;
}
.TagClassName
{
border-color: #466FCD;
}
</style>