Shades of Royal Blue #466ACC
Tints of Royal Blue #466ACC
RGB
CMYK
RGB Variations
Color information
#466ACC (or 0x466ACC) is known color: Royal Blue. HEX triplet: 46, 6A and CC. RGB value is (70,106,204). Sum of RGB (Red+Green+Blue) = 70+106+204=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #466ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ACC is #B99533. Grayscale: #696969. Windows color (decimal): -12162356 or 13396550. OLE color: 13396550.
HSL color Cylindrical-coordinate representation of color #466ACC: hue angle of 223.88º 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 #466ACC is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 106 | 204 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.2 |
| HSL | 223.88º | 0.57% | 0.54% | - |
| HSV(B) | 223.88º | 0.66% | 0.8% | - |
| XYZ | 18.58 | 15.97 | 59.23 | - |
| YUV | 106.41 | 183.07 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 204 | 0.66 | 0.48 | 0 | 0.2 | 223.88 | 0.57 | 0.54 |
| Hex | 46 | 6A | CC | 42 | 30 | 0 | 14 | E0 | 39 | 36 |
| Octal | 106 | 152 | 314 | 102 | 60 | 0 | 24 | 340 | 71 | 66 |
| Binary | 1000110 | 1101010 | 11001100 | 1000010 | 110000 | 0 | 10100 | 11100000 | 111001 | 110110 |
Color Harmonies of #466ACC
Complementary color
Monochromatic Colors of #466ACC
Black with #466ACC
Text Example
Text Example
White with #466ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466ACC; }
p { color: rgb(70,106,204); }
H1.HeaderClassName
{
color: #466ACC;
}
.AnyTagClassName
{
color: #466ACC;
}
</style>
background-color css
<style>
a { background-color: #466ACC; }
a { background-color: rgb(70,106,204); }
div.DivClassName
{
background-color: #466ACC;
}
.BgClassName
{
background-color: #466ACC;
}
</style>
border-color css
<style>
span { border-color: #466ACC; }
span { border-color: rgb(70,106,204); }
td.TdClassName
{
border-color: #466ACC;
}
.TagClassName
{
border-color: #466ACC;
}
</style>