Shades of Royal Blue #406FD4
Tints of Royal Blue #406FD4
RGB
CMYK
RGB Variations
Color information
#406FD4 (or 0x406FD4) is known color: Royal Blue. HEX triplet: 40, 6F and D4. RGB value is (64,111,212). Sum of RGB (Red+Green+Blue) = 64+111+212=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 212 (83.20% from 255 or 54.78% from 387); Max value from RGB is 212 - color contains mainly: blue. Hex color #406FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FD4 is #BF902B. Grayscale: #6C6C6C. Windows color (decimal): -12554284 or 13922112. OLE color: 13922112.
HSL color Cylindrical-coordinate representation of color #406FD4: hue angle of 220.95º 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 #406FD4 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 111 | 212 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.17 |
| HSL | 220.95º | 0.63% | 0.54% | - |
| HSV(B) | 220.95º | 0.7% | 0.83% | - |
| XYZ | 19.68 | 17.21 | 64.57 | - |
| YUV | 108.46 | 186.43 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 212 | 0.70 | 0.48 | 0 | 0.17 | 220.95 | 0.63 | 0.54 |
| Hex | 40 | 6F | D4 | 46 | 30 | 0 | 11 | DD | 3F | 36 |
| Octal | 100 | 157 | 324 | 106 | 60 | 0 | 21 | 335 | 77 | 66 |
| Binary | 1000000 | 1101111 | 11010100 | 1000110 | 110000 | 0 | 10001 | 11011101 | 111111 | 110110 |
Color Harmonies of #406FD4
Complementary color
Monochromatic Colors of #406FD4
Black with #406FD4
Text Example
Text Example
White with #406FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FD4; }
p { color: rgb(64,111,212); }
H1.HeaderClassName
{
color: #406FD4;
}
.AnyTagClassName
{
color: #406FD4;
}
</style>
background-color css
<style>
a { background-color: #406FD4; }
a { background-color: rgb(64,111,212); }
div.DivClassName
{
background-color: #406FD4;
}
.BgClassName
{
background-color: #406FD4;
}
</style>
border-color css
<style>
span { border-color: #406FD4; }
span { border-color: rgb(64,111,212); }
td.TdClassName
{
border-color: #406FD4;
}
.TagClassName
{
border-color: #406FD4;
}
</style>