Shades of Royal Blue #4871EF
Tints of Royal Blue #4871EF
RGB
CMYK
RGB Variations
Color information
#4871EF (or 0x4871EF) is known color: Royal Blue. HEX triplet: 48, 71 and EF. RGB value is (72,113,239). Sum of RGB (Red+Green+Blue) = 72+113+239=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #4871EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4871EF is #B78E10. Grayscale: #727272. Windows color (decimal): -12029457 or 15692104. OLE color: 15692104.
HSL color Cylindrical-coordinate representation of color #4871EF: hue angle of 225.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4871EF is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 113 | 239 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.06 |
| HSL | 225.27º | 0.84% | 0.61% | - |
| HSV(B) | 225.27º | 0.7% | 0.94% | - |
| XYZ | 24.16 | 19.42 | 84.14 | - |
| YUV | 115.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 239 | 0.70 | 0.53 | 0 | 0.06 | 225.27 | 0.84 | 0.61 |
| Hex | 48 | 71 | EF | 46 | 35 | 0 | 6 | E1 | 54 | 3D |
| Octal | 110 | 161 | 357 | 106 | 65 | 0 | 6 | 341 | 124 | 75 |
| Binary | 1001000 | 1110001 | 11101111 | 1000110 | 110101 | 0 | 110 | 11100001 | 1010100 | 111101 |
Color Harmonies of #4871EF
Complementary color
Monochromatic Colors of #4871EF
Black with #4871EF
Text Example
Text Example
White with #4871EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4871EF; }
p { color: rgb(72,113,239); }
H1.HeaderClassName
{
color: #4871EF;
}
.AnyTagClassName
{
color: #4871EF;
}
</style>
background-color css
<style>
a { background-color: #4871EF; }
a { background-color: rgb(72,113,239); }
div.DivClassName
{
background-color: #4871EF;
}
.BgClassName
{
background-color: #4871EF;
}
</style>
border-color css
<style>
span { border-color: #4871EF; }
span { border-color: rgb(72,113,239); }
td.TdClassName
{
border-color: #4871EF;
}
.TagClassName
{
border-color: #4871EF;
}
</style>