Shades of Royal Blue #406BCB
Tints of Royal Blue #406BCB
RGB
CMYK
RGB Variations
Color information
#406BCB (or 0x406BCB) is known color: Royal Blue. HEX triplet: 40, 6B and CB. RGB value is (64,107,203). Sum of RGB (Red+Green+Blue) = 64+107+203=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #406BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BCB is #BF9434. Grayscale: #686868. Windows color (decimal): -12555317 or 13331264. OLE color: 13331264.
HSL color Cylindrical-coordinate representation of color #406BCB: hue angle of 221.44º 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 #406BCB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 107 | 203 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.20 |
| HSL | 221.44º | 0.57% | 0.52% | - |
| HSV(B) | 221.44º | 0.68% | 0.8% | - |
| XYZ | 18.15 | 15.92 | 58.62 | - |
| YUV | 105.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 203 | 0.68 | 0.47 | 0 | 0.20 | 221.44 | 0.57 | 0.52 |
| Hex | 40 | 6B | CB | 44 | 2F | 0 | 14 | DD | 39 | 34 |
| Octal | 100 | 153 | 313 | 104 | 57 | 0 | 24 | 335 | 71 | 64 |
| Binary | 1000000 | 1101011 | 11001011 | 1000100 | 101111 | 0 | 10100 | 11011101 | 111001 | 110100 |
Color Harmonies of #406BCB
Complementary color
Monochromatic Colors of #406BCB
Black with #406BCB
Text Example
Text Example
White with #406BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BCB; }
p { color: rgb(64,107,203); }
H1.HeaderClassName
{
color: #406BCB;
}
.AnyTagClassName
{
color: #406BCB;
}
</style>
background-color css
<style>
a { background-color: #406BCB; }
a { background-color: rgb(64,107,203); }
div.DivClassName
{
background-color: #406BCB;
}
.BgClassName
{
background-color: #406BCB;
}
</style>
border-color css
<style>
span { border-color: #406BCB; }
span { border-color: rgb(64,107,203); }
td.TdClassName
{
border-color: #406BCB;
}
.TagClassName
{
border-color: #406BCB;
}
</style>