Shades of Royal Blue #4872EC
Tints of Royal Blue #4872EC
RGB
CMYK
RGB Variations
Color information
#4872EC (or 0x4872EC) is known color: Royal Blue. HEX triplet: 48, 72 and EC. RGB value is (72,114,236). Sum of RGB (Red+Green+Blue) = 72+114+236=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #4872EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4872EC is #B78D13. Grayscale: #727272. Windows color (decimal): -12029204 or 15495752. OLE color: 15495752.
HSL color Cylindrical-coordinate representation of color #4872EC: hue angle of 224.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4872EC is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 114 | 236 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.07 |
| HSL | 224.63º | 0.81% | 0.6% | - |
| HSV(B) | 224.63º | 0.69% | 0.93% | - |
| XYZ | 23.83 | 19.47 | 81.86 | - |
| YUV | 115.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 236 | 0.69 | 0.52 | 0 | 0.07 | 224.63 | 0.81 | 0.6 |
| Hex | 48 | 72 | EC | 45 | 34 | 0 | 7 | E1 | 51 | 3C |
| Octal | 110 | 162 | 354 | 105 | 64 | 0 | 7 | 341 | 121 | 74 |
| Binary | 1001000 | 1110010 | 11101100 | 1000101 | 110100 | 0 | 111 | 11100001 | 1010001 | 111100 |
Color Harmonies of #4872EC
Complementary color
Monochromatic Colors of #4872EC
Black with #4872EC
Text Example
Text Example
White with #4872EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872EC; }
p { color: rgb(72,114,236); }
H1.HeaderClassName
{
color: #4872EC;
}
.AnyTagClassName
{
color: #4872EC;
}
</style>
background-color css
<style>
a { background-color: #4872EC; }
a { background-color: rgb(72,114,236); }
div.DivClassName
{
background-color: #4872EC;
}
.BgClassName
{
background-color: #4872EC;
}
</style>
border-color css
<style>
span { border-color: #4872EC; }
span { border-color: rgb(72,114,236); }
td.TdClassName
{
border-color: #4872EC;
}
.TagClassName
{
border-color: #4872EC;
}
</style>