Shades of Royal Blue #466ECD
Tints of Royal Blue #466ECD
RGB
CMYK
RGB Variations
Color information
#466ECD (or 0x466ECD) is known color: Royal Blue. HEX triplet: 46, 6E and CD. RGB value is (70,110,205). Sum of RGB (Red+Green+Blue) = 70+110+205=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #466ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ECD is #B99132. Grayscale: #6C6C6C. Windows color (decimal): -12161331 or 13463110. OLE color: 13463110.
HSL color Cylindrical-coordinate representation of color #466ECD: hue angle of 222.22º 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 #466ECD is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 110 | 205 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.20 |
| HSL | 222.22º | 0.57% | 0.54% | - |
| HSV(B) | 222.22º | 0.66% | 0.8% | - |
| XYZ | 19.12 | 16.86 | 60 | - |
| YUV | 108.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 205 | 0.66 | 0.46 | 0 | 0.20 | 222.22 | 0.57 | 0.54 |
| Hex | 46 | 6E | CD | 42 | 2E | 0 | 14 | DE | 39 | 36 |
| Octal | 106 | 156 | 315 | 102 | 56 | 0 | 24 | 336 | 71 | 66 |
| Binary | 1000110 | 1101110 | 11001101 | 1000010 | 101110 | 0 | 10100 | 11011110 | 111001 | 110110 |
Color Harmonies of #466ECD
Complementary color
Monochromatic Colors of #466ECD
Black with #466ECD
Text Example
Text Example
White with #466ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466ECD; }
p { color: rgb(70,110,205); }
H1.HeaderClassName
{
color: #466ECD;
}
.AnyTagClassName
{
color: #466ECD;
}
</style>
background-color css
<style>
a { background-color: #466ECD; }
a { background-color: rgb(70,110,205); }
div.DivClassName
{
background-color: #466ECD;
}
.BgClassName
{
background-color: #466ECD;
}
</style>
border-color css
<style>
span { border-color: #466ECD; }
span { border-color: rgb(70,110,205); }
td.TdClassName
{
border-color: #466ECD;
}
.TagClassName
{
border-color: #466ECD;
}
</style>