Shades of Royal Blue #4872EA
Tints of Royal Blue #4872EA
RGB
CMYK
RGB Variations
Color information
#4872EA (or 0x4872EA) is known color: Royal Blue. HEX triplet: 48, 72 and EA. RGB value is (72,114,234). Sum of RGB (Red+Green+Blue) = 72+114+234=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 114 (44.92% from 255 or 27.14% 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 #4872EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4872EA is #B78D15. Grayscale: #727272. Windows color (decimal): -12029206 or 15364680. OLE color: 15364680.
HSL color Cylindrical-coordinate representation of color #4872EA: hue angle of 224.44º 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 #4872EA is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 114 | 234 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.08 |
| HSL | 224.44º | 0.79% | 0.6% | - |
| HSV(B) | 224.44º | 0.69% | 0.92% | - |
| XYZ | 23.54 | 19.35 | 80.34 | - |
| YUV | 115.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 234 | 0.69 | 0.51 | 0 | 0.08 | 224.44 | 0.79 | 0.6 |
| Hex | 48 | 72 | EA | 45 | 33 | 0 | 8 | E0 | 4F | 3C |
| Octal | 110 | 162 | 352 | 105 | 63 | 0 | 10 | 340 | 117 | 74 |
| Binary | 1001000 | 1110010 | 11101010 | 1000101 | 110011 | 0 | 1000 | 11100000 | 1001111 | 111100 |
Color Harmonies of #4872EA
Complementary color
Monochromatic Colors of #4872EA
Black with #4872EA
Text Example
Text Example
White with #4872EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872EA; }
p { color: rgb(72,114,234); }
H1.HeaderClassName
{
color: #4872EA;
}
.AnyTagClassName
{
color: #4872EA;
}
</style>
background-color css
<style>
a { background-color: #4872EA; }
a { background-color: rgb(72,114,234); }
div.DivClassName
{
background-color: #4872EA;
}
.BgClassName
{
background-color: #4872EA;
}
</style>
border-color css
<style>
span { border-color: #4872EA; }
span { border-color: rgb(72,114,234); }
td.TdClassName
{
border-color: #4872EA;
}
.TagClassName
{
border-color: #4872EA;
}
</style>