Shades of Royal Blue #4076EC
Tints of Royal Blue #4076EC
RGB
CMYK
RGB Variations
Color information
#4076EC (or 0x4076EC) is known color: Royal Blue. HEX triplet: 40, 76 and EC. RGB value is (64,118,236). Sum of RGB (Red+Green+Blue) = 64+118+236=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #4076EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4076EC is #BF8913. Grayscale: #727272. Windows color (decimal): -12552468 or 15496768. OLE color: 15496768.
HSL color Cylindrical-coordinate representation of color #4076EC: hue angle of 221.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4076EC is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 118 | 236 | - |
| CMYK | 0.73 | 0.5 | 0 | 0.07 |
| HSL | 221.16º | 0.82% | 0.59% | - |
| HSV(B) | 221.16º | 0.73% | 0.93% | - |
| XYZ | 23.73 | 20.1 | 81.99 | - |
| YUV | 115.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 236 | 0.73 | 0.5 | 0 | 0.07 | 221.16 | 0.82 | 0.59 |
| Hex | 40 | 76 | EC | 49 | 32 | 0 | 7 | DD | 52 | 3B |
| Octal | 100 | 166 | 354 | 111 | 62 | 0 | 7 | 335 | 122 | 73 |
| Binary | 1000000 | 1110110 | 11101100 | 1001001 | 110010 | 0 | 111 | 11011101 | 1010010 | 111011 |
Color Harmonies of #4076EC
Complementary color
Monochromatic Colors of #4076EC
Black with #4076EC
Text Example
Text Example
White with #4076EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4076EC; }
p { color: rgb(64,118,236); }
H1.HeaderClassName
{
color: #4076EC;
}
.AnyTagClassName
{
color: #4076EC;
}
</style>
background-color css
<style>
a { background-color: #4076EC; }
a { background-color: rgb(64,118,236); }
div.DivClassName
{
background-color: #4076EC;
}
.BgClassName
{
background-color: #4076EC;
}
</style>
border-color css
<style>
span { border-color: #4076EC; }
span { border-color: rgb(64,118,236); }
td.TdClassName
{
border-color: #4076EC;
}
.TagClassName
{
border-color: #4076EC;
}
</style>