Shades of Royal Blue #4870E1
Tints of Royal Blue #4870E1
RGB
CMYK
RGB Variations
Color information
#4870E1 (or 0x4870E1) is known color: Royal Blue. HEX triplet: 48, 70 and E1. RGB value is (72,112,225). Sum of RGB (Red+Green+Blue) = 72+112+225=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #4870E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870E1 is #B78F1E. Grayscale: #707070. Windows color (decimal): -12029727 or 14774344. OLE color: 14774344.
HSL color Cylindrical-coordinate representation of color #4870E1: hue angle of 224.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4870E1 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 112 | 225 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.12 |
| HSL | 224.31º | 0.72% | 0.58% | - |
| HSV(B) | 224.31º | 0.68% | 0.88% | - |
| XYZ | 22.06 | 18.4 | 73.62 | - |
| YUV | 112.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 225 | 0.68 | 0.50 | 0 | 0.12 | 224.31 | 0.72 | 0.58 |
| Hex | 48 | 70 | E1 | 44 | 32 | 0 | C | E0 | 48 | 3A |
| Octal | 110 | 160 | 341 | 104 | 62 | 0 | 14 | 340 | 110 | 72 |
| Binary | 1001000 | 1110000 | 11100001 | 1000100 | 110010 | 0 | 1100 | 11100000 | 1001000 | 111010 |
Color Harmonies of #4870E1
Complementary color
Monochromatic Colors of #4870E1
Black with #4870E1
Text Example
Text Example
White with #4870E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870E1; }
p { color: rgb(72,112,225); }
H1.HeaderClassName
{
color: #4870E1;
}
.AnyTagClassName
{
color: #4870E1;
}
</style>
background-color css
<style>
a { background-color: #4870E1; }
a { background-color: rgb(72,112,225); }
div.DivClassName
{
background-color: #4870E1;
}
.BgClassName
{
background-color: #4870E1;
}
</style>
border-color css
<style>
span { border-color: #4870E1; }
span { border-color: rgb(72,112,225); }
td.TdClassName
{
border-color: #4870E1;
}
.TagClassName
{
border-color: #4870E1;
}
</style>