Shades of Royal Blue #466FCC
Tints of Royal Blue #466FCC
RGB
CMYK
RGB Variations
Color information
#466FCC (or 0x466FCC) is known color: Royal Blue. HEX triplet: 46, 6F and CC. RGB value is (70,111,204). Sum of RGB (Red+Green+Blue) = 70+111+204=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #466FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FCC is #B99033. Grayscale: #6C6C6C. Windows color (decimal): -12161076 or 13397830. OLE color: 13397830.
HSL color Cylindrical-coordinate representation of color #466FCC: hue angle of 221.64º 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 #466FCC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 111 | 204 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.2 |
| HSL | 221.64º | 0.57% | 0.54% | - |
| HSV(B) | 221.64º | 0.66% | 0.8% | - |
| XYZ | 19.11 | 17.03 | 59.41 | - |
| YUV | 109.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 204 | 0.66 | 0.46 | 0 | 0.2 | 221.64 | 0.57 | 0.54 |
| Hex | 46 | 6F | CC | 42 | 2E | 0 | 14 | DE | 39 | 36 |
| Octal | 106 | 157 | 314 | 102 | 56 | 0 | 24 | 336 | 71 | 66 |
| Binary | 1000110 | 1101111 | 11001100 | 1000010 | 101110 | 0 | 10100 | 11011110 | 111001 | 110110 |
Color Harmonies of #466FCC
Complementary color
Monochromatic Colors of #466FCC
Black with #466FCC
Text Example
Text Example
White with #466FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FCC; }
p { color: rgb(70,111,204); }
H1.HeaderClassName
{
color: #466FCC;
}
.AnyTagClassName
{
color: #466FCC;
}
</style>
background-color css
<style>
a { background-color: #466FCC; }
a { background-color: rgb(70,111,204); }
div.DivClassName
{
background-color: #466FCC;
}
.BgClassName
{
background-color: #466FCC;
}
</style>
border-color css
<style>
span { border-color: #466FCC; }
span { border-color: rgb(70,111,204); }
td.TdClassName
{
border-color: #466FCC;
}
.TagClassName
{
border-color: #466FCC;
}
</style>