Shades of Royal Blue #406DCB
Tints of Royal Blue #406DCB
RGB
CMYK
RGB Variations
Color information
#406DCB (or 0x406DCB) is known color: Royal Blue. HEX triplet: 40, 6D and CB. RGB value is (64,109,203). Sum of RGB (Red+Green+Blue) = 64+109+203=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #406DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DCB is #BF9234. Grayscale: #696969. Windows color (decimal): -12554805 or 13331776. OLE color: 13331776.
HSL color Cylindrical-coordinate representation of color #406DCB: hue angle of 220.58º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406DCB is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 109 | 203 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.20 |
| HSL | 220.58º | 0.57% | 0.52% | - |
| HSV(B) | 220.58º | 0.68% | 0.8% | - |
| XYZ | 18.36 | 16.34 | 58.69 | - |
| YUV | 106.26 | 182.59 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 203 | 0.68 | 0.46 | 0 | 0.20 | 220.58 | 0.57 | 0.52 |
| Hex | 40 | 6D | CB | 44 | 2E | 0 | 14 | DD | 39 | 34 |
| Octal | 100 | 155 | 313 | 104 | 56 | 0 | 24 | 335 | 71 | 64 |
| Binary | 1000000 | 1101101 | 11001011 | 1000100 | 101110 | 0 | 10100 | 11011101 | 111001 | 110100 |
Color Harmonies of #406DCB
Complementary color
Monochromatic Colors of #406DCB
Black with #406DCB
Text Example
Text Example
White with #406DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DCB; }
p { color: rgb(64,109,203); }
H1.HeaderClassName
{
color: #406DCB;
}
.AnyTagClassName
{
color: #406DCB;
}
</style>
background-color css
<style>
a { background-color: #406DCB; }
a { background-color: rgb(64,109,203); }
div.DivClassName
{
background-color: #406DCB;
}
.BgClassName
{
background-color: #406DCB;
}
</style>
border-color css
<style>
span { border-color: #406DCB; }
span { border-color: rgb(64,109,203); }
td.TdClassName
{
border-color: #406DCB;
}
.TagClassName
{
border-color: #406DCB;
}
</style>