Shades of Royal Blue #4872ED
Tints of Royal Blue #4872ED
RGB
CMYK
RGB Variations
Color information
#4872ED (or 0x4872ED) is known color: Royal Blue. HEX triplet: 48, 72 and ED. RGB value is (72,114,237). Sum of RGB (Red+Green+Blue) = 72+114+237=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #4872ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4872ED is #B78D12. Grayscale: #727272. Windows color (decimal): -12029203 or 15561288. OLE color: 15561288.
HSL color Cylindrical-coordinate representation of color #4872ED: hue angle of 224.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4872ED is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 114 | 237 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.07 |
| HSL | 224.73º | 0.82% | 0.61% | - |
| HSV(B) | 224.73º | 0.7% | 0.93% | - |
| XYZ | 23.98 | 19.53 | 82.63 | - |
| YUV | 115.46 | 196.59 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 237 | 0.70 | 0.52 | 0 | 0.07 | 224.73 | 0.82 | 0.61 |
| Hex | 48 | 72 | ED | 46 | 34 | 0 | 7 | E1 | 52 | 3D |
| Octal | 110 | 162 | 355 | 106 | 64 | 0 | 7 | 341 | 122 | 75 |
| Binary | 1001000 | 1110010 | 11101101 | 1000110 | 110100 | 0 | 111 | 11100001 | 1010010 | 111101 |
Color Harmonies of #4872ED
Complementary color
Monochromatic Colors of #4872ED
Black with #4872ED
Text Example
Text Example
White with #4872ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872ED; }
p { color: rgb(72,114,237); }
H1.HeaderClassName
{
color: #4872ED;
}
.AnyTagClassName
{
color: #4872ED;
}
</style>
background-color css
<style>
a { background-color: #4872ED; }
a { background-color: rgb(72,114,237); }
div.DivClassName
{
background-color: #4872ED;
}
.BgClassName
{
background-color: #4872ED;
}
</style>
border-color css
<style>
span { border-color: #4872ED; }
span { border-color: rgb(72,114,237); }
td.TdClassName
{
border-color: #4872ED;
}
.TagClassName
{
border-color: #4872ED;
}
</style>