Shades of Royal Blue #406FC9
Tints of Royal Blue #406FC9
RGB
CMYK
RGB Variations
Color information
#406FC9 (or 0x406FC9) is known color: Royal Blue. HEX triplet: 40, 6F and C9. RGB value is (64,111,201). Sum of RGB (Red+Green+Blue) = 64+111+201=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #406FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FC9 is #BF9036. Grayscale: #6A6A6A. Windows color (decimal): -12554295 or 13201216. OLE color: 13201216.
HSL color Cylindrical-coordinate representation of color #406FC9: hue angle of 219.42º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406FC9 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 111 | 201 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.21 |
| HSL | 219.42º | 0.56% | 0.52% | - |
| HSV(B) | 219.42º | 0.68% | 0.79% | - |
| XYZ | 18.34 | 16.68 | 57.51 | - |
| YUV | 107.21 | 180.93 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 201 | 0.68 | 0.45 | 0 | 0.21 | 219.42 | 0.56 | 0.52 |
| Hex | 40 | 6F | C9 | 44 | 2D | 0 | 15 | DB | 38 | 34 |
| Octal | 100 | 157 | 311 | 104 | 55 | 0 | 25 | 333 | 70 | 64 |
| Binary | 1000000 | 1101111 | 11001001 | 1000100 | 101101 | 0 | 10101 | 11011011 | 111000 | 110100 |
Color Harmonies of #406FC9
Complementary color
Monochromatic Colors of #406FC9
Black with #406FC9
Text Example
Text Example
White with #406FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FC9; }
p { color: rgb(64,111,201); }
H1.HeaderClassName
{
color: #406FC9;
}
.AnyTagClassName
{
color: #406FC9;
}
</style>
background-color css
<style>
a { background-color: #406FC9; }
a { background-color: rgb(64,111,201); }
div.DivClassName
{
background-color: #406FC9;
}
.BgClassName
{
background-color: #406FC9;
}
</style>
border-color css
<style>
span { border-color: #406FC9; }
span { border-color: rgb(64,111,201); }
td.TdClassName
{
border-color: #406FC9;
}
.TagClassName
{
border-color: #406FC9;
}
</style>