Shades of Royal Blue #406CCA
Tints of Royal Blue #406CCA
RGB
CMYK
RGB Variations
Color information
#406CCA (or 0x406CCA) is known color: Royal Blue. HEX triplet: 40, 6C and CA. RGB value is (64,108,202). Sum of RGB (Red+Green+Blue) = 64+108+202=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #406CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CCA is #BF9335. Grayscale: #696969. Windows color (decimal): -12555062 or 13265984. OLE color: 13265984.
HSL color Cylindrical-coordinate representation of color #406CCA: hue angle of 220.87º degrees, saturation: 0.57, 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 #406CCA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 108 | 202 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.21 |
| HSL | 220.87º | 0.57% | 0.52% | - |
| HSV(B) | 220.87º | 0.68% | 0.79% | - |
| XYZ | 18.14 | 16.08 | 58.02 | - |
| YUV | 105.56 | 182.42 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 202 | 0.68 | 0.47 | 0 | 0.21 | 220.87 | 0.57 | 0.52 |
| Hex | 40 | 6C | CA | 44 | 2F | 0 | 15 | DD | 39 | 34 |
| Octal | 100 | 154 | 312 | 104 | 57 | 0 | 25 | 335 | 71 | 64 |
| Binary | 1000000 | 1101100 | 11001010 | 1000100 | 101111 | 0 | 10101 | 11011101 | 111001 | 110100 |
Color Harmonies of #406CCA
Complementary color
Monochromatic Colors of #406CCA
Black with #406CCA
Text Example
Text Example
White with #406CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CCA; }
p { color: rgb(64,108,202); }
H1.HeaderClassName
{
color: #406CCA;
}
.AnyTagClassName
{
color: #406CCA;
}
</style>
background-color css
<style>
a { background-color: #406CCA; }
a { background-color: rgb(64,108,202); }
div.DivClassName
{
background-color: #406CCA;
}
.BgClassName
{
background-color: #406CCA;
}
</style>
border-color css
<style>
span { border-color: #406CCA; }
span { border-color: rgb(64,108,202); }
td.TdClassName
{
border-color: #406CCA;
}
.TagClassName
{
border-color: #406CCA;
}
</style>