Shades of Royal Blue #466DCD
Tints of Royal Blue #466DCD
RGB
CMYK
RGB Variations
Color information
#466DCD (or 0x466DCD) is known color: Royal Blue. HEX triplet: 46, 6D and CD. RGB value is (70,109,205). Sum of RGB (Red+Green+Blue) = 70+109+205=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #466DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DCD is #B99232. Grayscale: #6B6B6B. Windows color (decimal): -12161587 or 13462854. OLE color: 13462854.
HSL color Cylindrical-coordinate representation of color #466DCD: hue angle of 222.67º 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 #466DCD is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 109 | 205 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.20 |
| HSL | 222.67º | 0.57% | 0.54% | - |
| HSV(B) | 222.67º | 0.66% | 0.8% | - |
| XYZ | 19.01 | 16.65 | 59.97 | - |
| YUV | 108.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 205 | 0.66 | 0.47 | 0 | 0.20 | 222.67 | 0.57 | 0.54 |
| Hex | 46 | 6D | CD | 42 | 2F | 0 | 14 | DF | 39 | 36 |
| Octal | 106 | 155 | 315 | 102 | 57 | 0 | 24 | 337 | 71 | 66 |
| Binary | 1000110 | 1101101 | 11001101 | 1000010 | 101111 | 0 | 10100 | 11011111 | 111001 | 110110 |
Color Harmonies of #466DCD
Complementary color
Monochromatic Colors of #466DCD
Black with #466DCD
Text Example
Text Example
White with #466DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DCD; }
p { color: rgb(70,109,205); }
H1.HeaderClassName
{
color: #466DCD;
}
.AnyTagClassName
{
color: #466DCD;
}
</style>
background-color css
<style>
a { background-color: #466DCD; }
a { background-color: rgb(70,109,205); }
div.DivClassName
{
background-color: #466DCD;
}
.BgClassName
{
background-color: #466DCD;
}
</style>
border-color css
<style>
span { border-color: #466DCD; }
span { border-color: rgb(70,109,205); }
td.TdClassName
{
border-color: #466DCD;
}
.TagClassName
{
border-color: #466DCD;
}
</style>