Shades of Royal Blue #466ECC
Tints of Royal Blue #466ECC
RGB
CMYK
RGB Variations
Color information
#466ECC (or 0x466ECC) is known color: Royal Blue. HEX triplet: 46, 6E and CC. RGB value is (70,110,204). Sum of RGB (Red+Green+Blue) = 70+110+204=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #466ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ECC is #B99133. Grayscale: #6C6C6C. Windows color (decimal): -12161332 or 13397574. OLE color: 13397574.
HSL color Cylindrical-coordinate representation of color #466ECC: hue angle of 222.09º 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 #466ECC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 110 | 204 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.2 |
| HSL | 222.09º | 0.57% | 0.54% | - |
| HSV(B) | 222.09º | 0.66% | 0.8% | - |
| XYZ | 19 | 16.81 | 59.37 | - |
| YUV | 108.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 204 | 0.66 | 0.46 | 0 | 0.2 | 222.09 | 0.57 | 0.54 |
| Hex | 46 | 6E | CC | 42 | 2E | 0 | 14 | DE | 39 | 36 |
| Octal | 106 | 156 | 314 | 102 | 56 | 0 | 24 | 336 | 71 | 66 |
| Binary | 1000110 | 1101110 | 11001100 | 1000010 | 101110 | 0 | 10100 | 11011110 | 111001 | 110110 |
Color Harmonies of #466ECC
Complementary color
Monochromatic Colors of #466ECC
Black with #466ECC
Text Example
Text Example
White with #466ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466ECC; }
p { color: rgb(70,110,204); }
H1.HeaderClassName
{
color: #466ECC;
}
.AnyTagClassName
{
color: #466ECC;
}
</style>
background-color css
<style>
a { background-color: #466ECC; }
a { background-color: rgb(70,110,204); }
div.DivClassName
{
background-color: #466ECC;
}
.BgClassName
{
background-color: #466ECC;
}
</style>
border-color css
<style>
span { border-color: #466ECC; }
span { border-color: rgb(70,110,204); }
td.TdClassName
{
border-color: #466ECC;
}
.TagClassName
{
border-color: #466ECC;
}
</style>