Shades of Royal Blue #466BCC
Tints of Royal Blue #466BCC
RGB
CMYK
RGB Variations
Color information
#466BCC (or 0x466BCC) is known color: Royal Blue. HEX triplet: 46, 6B and CC. RGB value is (70,107,204). Sum of RGB (Red+Green+Blue) = 70+107+204=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #466BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BCC is #B99433. Grayscale: #6A6A6A. Windows color (decimal): -12162100 or 13396806. OLE color: 13396806.
HSL color Cylindrical-coordinate representation of color #466BCC: hue angle of 223.43º 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 #466BCC is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 107 | 204 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.2 |
| HSL | 223.43º | 0.57% | 0.54% | - |
| HSV(B) | 223.43º | 0.66% | 0.8% | - |
| XYZ | 18.68 | 16.18 | 59.26 | - |
| YUV | 107 | 182.74 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 204 | 0.66 | 0.48 | 0 | 0.2 | 223.43 | 0.57 | 0.54 |
| Hex | 46 | 6B | CC | 42 | 30 | 0 | 14 | DF | 39 | 36 |
| Octal | 106 | 153 | 314 | 102 | 60 | 0 | 24 | 337 | 71 | 66 |
| Binary | 1000110 | 1101011 | 11001100 | 1000010 | 110000 | 0 | 10100 | 11011111 | 111001 | 110110 |
Color Harmonies of #466BCC
Complementary color
Monochromatic Colors of #466BCC
Black with #466BCC
Text Example
Text Example
White with #466BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BCC; }
p { color: rgb(70,107,204); }
H1.HeaderClassName
{
color: #466BCC;
}
.AnyTagClassName
{
color: #466BCC;
}
</style>
background-color css
<style>
a { background-color: #466BCC; }
a { background-color: rgb(70,107,204); }
div.DivClassName
{
background-color: #466BCC;
}
.BgClassName
{
background-color: #466BCC;
}
</style>
border-color css
<style>
span { border-color: #466BCC; }
span { border-color: rgb(70,107,204); }
td.TdClassName
{
border-color: #466BCC;
}
.TagClassName
{
border-color: #466BCC;
}
</style>