Shades of Royal Blue #466DCC
Tints of Royal Blue #466DCC
RGB
CMYK
RGB Variations
Color information
#466DCC (or 0x466DCC) is known color: Royal Blue. HEX triplet: 46, 6D and CC. RGB value is (70,109,204). Sum of RGB (Red+Green+Blue) = 70+109+204=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #466DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DCC is #B99233. Grayscale: #6B6B6B. Windows color (decimal): -12161588 or 13397318. OLE color: 13397318.
HSL color Cylindrical-coordinate representation of color #466DCC: hue angle of 222.54º 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 #466DCC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 109 | 204 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.2 |
| HSL | 222.54º | 0.57% | 0.54% | - |
| HSV(B) | 222.54º | 0.66% | 0.8% | - |
| XYZ | 18.89 | 16.6 | 59.33 | - |
| YUV | 108.17 | 182.08 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 204 | 0.66 | 0.47 | 0 | 0.2 | 222.54 | 0.57 | 0.54 |
| Hex | 46 | 6D | CC | 42 | 2F | 0 | 14 | DF | 39 | 36 |
| Octal | 106 | 155 | 314 | 102 | 57 | 0 | 24 | 337 | 71 | 66 |
| Binary | 1000110 | 1101101 | 11001100 | 1000010 | 101111 | 0 | 10100 | 11011111 | 111001 | 110110 |
Color Harmonies of #466DCC
Complementary color
Monochromatic Colors of #466DCC
Black with #466DCC
Text Example
Text Example
White with #466DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DCC; }
p { color: rgb(70,109,204); }
H1.HeaderClassName
{
color: #466DCC;
}
.AnyTagClassName
{
color: #466DCC;
}
</style>
background-color css
<style>
a { background-color: #466DCC; }
a { background-color: rgb(70,109,204); }
div.DivClassName
{
background-color: #466DCC;
}
.BgClassName
{
background-color: #466DCC;
}
</style>
border-color css
<style>
span { border-color: #466DCC; }
span { border-color: rgb(70,109,204); }
td.TdClassName
{
border-color: #466DCC;
}
.TagClassName
{
border-color: #466DCC;
}
</style>