Shades of Royal Blue #466CCC
Tints of Royal Blue #466CCC
RGB
CMYK
RGB Variations
Color information
#466CCC (or 0x466CCC) is known color: Royal Blue. HEX triplet: 46, 6C and CC. RGB value is (70,108,204). Sum of RGB (Red+Green+Blue) = 70+108+204=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #466CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CCC is #B99333. Grayscale: #6B6B6B. Windows color (decimal): -12161844 or 13397062. OLE color: 13397062.
HSL color Cylindrical-coordinate representation of color #466CCC: hue angle of 222.99º 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 #466CCC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 108 | 204 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.2 |
| HSL | 222.99º | 0.57% | 0.54% | - |
| HSV(B) | 222.99º | 0.66% | 0.8% | - |
| XYZ | 18.79 | 16.39 | 59.3 | - |
| YUV | 107.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 204 | 0.66 | 0.47 | 0 | 0.2 | 222.99 | 0.57 | 0.54 |
| Hex | 46 | 6C | CC | 42 | 2F | 0 | 14 | DF | 39 | 36 |
| Octal | 106 | 154 | 314 | 102 | 57 | 0 | 24 | 337 | 71 | 66 |
| Binary | 1000110 | 1101100 | 11001100 | 1000010 | 101111 | 0 | 10100 | 11011111 | 111001 | 110110 |
Color Harmonies of #466CCC
Complementary color
Monochromatic Colors of #466CCC
Black with #466CCC
Text Example
Text Example
White with #466CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CCC; }
p { color: rgb(70,108,204); }
H1.HeaderClassName
{
color: #466CCC;
}
.AnyTagClassName
{
color: #466CCC;
}
</style>
background-color css
<style>
a { background-color: #466CCC; }
a { background-color: rgb(70,108,204); }
div.DivClassName
{
background-color: #466CCC;
}
.BgClassName
{
background-color: #466CCC;
}
</style>
border-color css
<style>
span { border-color: #466CCC; }
span { border-color: rgb(70,108,204); }
td.TdClassName
{
border-color: #466CCC;
}
.TagClassName
{
border-color: #466CCC;
}
</style>