Shades of Royal Blue #406CCB
Tints of Royal Blue #406CCB
RGB
CMYK
RGB Variations
Color information
#406CCB (or 0x406CCB) is known color: Royal Blue. HEX triplet: 40, 6C and CB. RGB value is (64,108,203). Sum of RGB (Red+Green+Blue) = 64+108+203=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #406CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CCB is #BF9334. Grayscale: #696969. Windows color (decimal): -12555061 or 13331520. OLE color: 13331520.
HSL color Cylindrical-coordinate representation of color #406CCB: hue angle of 221.01º 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 #406CCB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 108 | 203 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.20 |
| HSL | 221.01º | 0.57% | 0.52% | - |
| HSV(B) | 221.01º | 0.68% | 0.8% | - |
| XYZ | 18.26 | 16.13 | 58.65 | - |
| YUV | 105.67 | 182.92 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 203 | 0.68 | 0.47 | 0 | 0.20 | 221.01 | 0.57 | 0.52 |
| Hex | 40 | 6C | CB | 44 | 2F | 0 | 14 | DD | 39 | 34 |
| Octal | 100 | 154 | 313 | 104 | 57 | 0 | 24 | 335 | 71 | 64 |
| Binary | 1000000 | 1101100 | 11001011 | 1000100 | 101111 | 0 | 10100 | 11011101 | 111001 | 110100 |
Color Harmonies of #406CCB
Complementary color
Monochromatic Colors of #406CCB
Black with #406CCB
Text Example
Text Example
White with #406CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CCB; }
p { color: rgb(64,108,203); }
H1.HeaderClassName
{
color: #406CCB;
}
.AnyTagClassName
{
color: #406CCB;
}
</style>
background-color css
<style>
a { background-color: #406CCB; }
a { background-color: rgb(64,108,203); }
div.DivClassName
{
background-color: #406CCB;
}
.BgClassName
{
background-color: #406CCB;
}
</style>
border-color css
<style>
span { border-color: #406CCB; }
span { border-color: rgb(64,108,203); }
td.TdClassName
{
border-color: #406CCB;
}
.TagClassName
{
border-color: #406CCB;
}
</style>