Shades of Royal Blue #406AD4
Tints of Royal Blue #406AD4
RGB
CMYK
RGB Variations
Color information
#406AD4 (or 0x406AD4) is known color: Royal Blue. HEX triplet: 40, 6A and D4. RGB value is (64,106,212). Sum of RGB (Red+Green+Blue) = 64+106+212=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #406AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AD4 is #BF952B. Grayscale: #696969. Windows color (decimal): -12555564 or 13920832. OLE color: 13920832.
HSL color Cylindrical-coordinate representation of color #406AD4: hue angle of 222.97º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406AD4 is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 106 | 212 | - |
| CMYK | 0.70 | 0.5 | 0 | 0.17 |
| HSL | 222.97º | 0.63% | 0.54% | - |
| HSV(B) | 222.97º | 0.7% | 0.83% | - |
| XYZ | 19.15 | 16.15 | 64.4 | - |
| YUV | 105.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 212 | 0.70 | 0.5 | 0 | 0.17 | 222.97 | 0.63 | 0.54 |
| Hex | 40 | 6A | D4 | 46 | 32 | 0 | 11 | DF | 3F | 36 |
| Octal | 100 | 152 | 324 | 106 | 62 | 0 | 21 | 337 | 77 | 66 |
| Binary | 1000000 | 1101010 | 11010100 | 1000110 | 110010 | 0 | 10001 | 11011111 | 111111 | 110110 |
Color Harmonies of #406AD4
Complementary color
Monochromatic Colors of #406AD4
Black with #406AD4
Text Example
Text Example
White with #406AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AD4; }
p { color: rgb(64,106,212); }
H1.HeaderClassName
{
color: #406AD4;
}
.AnyTagClassName
{
color: #406AD4;
}
</style>
background-color css
<style>
a { background-color: #406AD4; }
a { background-color: rgb(64,106,212); }
div.DivClassName
{
background-color: #406AD4;
}
.BgClassName
{
background-color: #406AD4;
}
</style>
border-color css
<style>
span { border-color: #406AD4; }
span { border-color: rgb(64,106,212); }
td.TdClassName
{
border-color: #406AD4;
}
.TagClassName
{
border-color: #406AD4;
}
</style>