Shades of Royal Blue #4976EF
Tints of Royal Blue #4976EF
RGB
CMYK
RGB Variations
Color information
#4976EF (or 0x4976EF) is known color: Royal Blue. HEX triplet: 49, 76 and EF. RGB value is (73,118,239). Sum of RGB (Red+Green+Blue) = 73+118+239=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #4976EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4976EF is #B68910. Grayscale: #757575. Windows color (decimal): -11962641 or 15693385. OLE color: 15693385.
HSL color Cylindrical-coordinate representation of color #4976EF: hue angle of 223.73º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4976EF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 118 | 239 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.06 |
| HSL | 223.73º | 0.84% | 0.61% | - |
| HSV(B) | 223.73º | 0.69% | 0.94% | - |
| XYZ | 24.81 | 20.61 | 84.33 | - |
| YUV | 118.34 | 196.09 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 239 | 0.69 | 0.51 | 0 | 0.06 | 223.73 | 0.84 | 0.61 |
| Hex | 49 | 76 | EF | 45 | 33 | 0 | 6 | E0 | 54 | 3D |
| Octal | 111 | 166 | 357 | 105 | 63 | 0 | 6 | 340 | 124 | 75 |
| Binary | 1001001 | 1110110 | 11101111 | 1000101 | 110011 | 0 | 110 | 11100000 | 1010100 | 111101 |
Color Harmonies of #4976EF
Complementary color
Monochromatic Colors of #4976EF
Black with #4976EF
Text Example
Text Example
White with #4976EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4976EF; }
p { color: rgb(73,118,239); }
H1.HeaderClassName
{
color: #4976EF;
}
.AnyTagClassName
{
color: #4976EF;
}
</style>
background-color css
<style>
a { background-color: #4976EF; }
a { background-color: rgb(73,118,239); }
div.DivClassName
{
background-color: #4976EF;
}
.BgClassName
{
background-color: #4976EF;
}
</style>
border-color css
<style>
span { border-color: #4976EF; }
span { border-color: rgb(73,118,239); }
td.TdClassName
{
border-color: #4976EF;
}
.TagClassName
{
border-color: #4976EF;
}
</style>