Shades of Royal Blue #406FC7
Tints of Royal Blue #406FC7
RGB
CMYK
RGB Variations
Color information
#406FC7 (or 0x406FC7) is known color: Royal Blue. HEX triplet: 40, 6F and C7. RGB value is (64,111,199). Sum of RGB (Red+Green+Blue) = 64+111+199=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 199 (78.12% from 255 or 53.21% from 374); Max value from RGB is 199 - color contains mainly: blue. Hex color #406FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FC7 is #BF9038. Grayscale: #6A6A6A. Windows color (decimal): -12554297 or 13070144. OLE color: 13070144.
HSL color Cylindrical-coordinate representation of color #406FC7: hue angle of 219.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406FC7 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 111 | 199 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.22 |
| HSL | 219.11º | 0.55% | 0.52% | - |
| HSV(B) | 219.11º | 0.68% | 0.78% | - |
| XYZ | 18.11 | 16.58 | 56.28 | - |
| YUV | 106.98 | 179.93 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 199 | 0.68 | 0.44 | 0 | 0.22 | 219.11 | 0.55 | 0.52 |
| Hex | 40 | 6F | C7 | 44 | 2C | 0 | 16 | DB | 37 | 34 |
| Octal | 100 | 157 | 307 | 104 | 54 | 0 | 26 | 333 | 67 | 64 |
| Binary | 1000000 | 1101111 | 11000111 | 1000100 | 101100 | 0 | 10110 | 11011011 | 110111 | 110100 |
Color Harmonies of #406FC7
Complementary color
Monochromatic Colors of #406FC7
Black with #406FC7
Text Example
Text Example
White with #406FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FC7; }
p { color: rgb(64,111,199); }
H1.HeaderClassName
{
color: #406FC7;
}
.AnyTagClassName
{
color: #406FC7;
}
</style>
background-color css
<style>
a { background-color: #406FC7; }
a { background-color: rgb(64,111,199); }
div.DivClassName
{
background-color: #406FC7;
}
.BgClassName
{
background-color: #406FC7;
}
</style>
border-color css
<style>
span { border-color: #406FC7; }
span { border-color: rgb(64,111,199); }
td.TdClassName
{
border-color: #406FC7;
}
.TagClassName
{
border-color: #406FC7;
}
</style>