Shades of Royal Blue #4971EA
Tints of Royal Blue #4971EA
RGB
CMYK
RGB Variations
Color information
#4971EA (or 0x4971EA) is known color: Royal Blue. HEX triplet: 49, 71 and EA. RGB value is (73,113,234). Sum of RGB (Red+Green+Blue) = 73+113+234=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #4971EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4971EA is #B68E15. Grayscale: #727272. Windows color (decimal): -11963926 or 15364425. OLE color: 15364425.
HSL color Cylindrical-coordinate representation of color #4971EA: hue angle of 225.09º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4971EA is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 113 | 234 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.08 |
| HSL | 225.09º | 0.79% | 0.6% | - |
| HSV(B) | 225.09º | 0.69% | 0.92% | - |
| XYZ | 23.5 | 19.17 | 80.3 | - |
| YUV | 114.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 234 | 0.69 | 0.52 | 0 | 0.08 | 225.09 | 0.79 | 0.6 |
| Hex | 49 | 71 | EA | 45 | 34 | 0 | 8 | E1 | 4F | 3C |
| Octal | 111 | 161 | 352 | 105 | 64 | 0 | 10 | 341 | 117 | 74 |
| Binary | 1001001 | 1110001 | 11101010 | 1000101 | 110100 | 0 | 1000 | 11100001 | 1001111 | 111100 |
Color Harmonies of #4971EA
Complementary color
Monochromatic Colors of #4971EA
Black with #4971EA
Text Example
Text Example
White with #4971EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4971EA; }
p { color: rgb(73,113,234); }
H1.HeaderClassName
{
color: #4971EA;
}
.AnyTagClassName
{
color: #4971EA;
}
</style>
background-color css
<style>
a { background-color: #4971EA; }
a { background-color: rgb(73,113,234); }
div.DivClassName
{
background-color: #4971EA;
}
.BgClassName
{
background-color: #4971EA;
}
</style>
border-color css
<style>
span { border-color: #4971EA; }
span { border-color: rgb(73,113,234); }
td.TdClassName
{
border-color: #4971EA;
}
.TagClassName
{
border-color: #4971EA;
}
</style>