Shades of Royal Blue #4860ED
Tints of Royal Blue #4860ED
RGB
CMYK
RGB Variations
Color information
#4860ED (or 0x4860ED) is known color: Royal Blue. HEX triplet: 48, 60 and ED. RGB value is (72,96,237). Sum of RGB (Red+Green+Blue) = 72+96+237=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #4860ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4860ED is #B79F12. Grayscale: #686868. Windows color (decimal): -12033811 or 15556680. OLE color: 15556680.
HSL color Cylindrical-coordinate representation of color #4860ED: hue angle of 231.27º 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 #4860ED is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 96 | 237 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.07 |
| HSL | 231.27º | 0.82% | 0.61% | - |
| HSV(B) | 231.27º | 0.7% | 0.93% | - |
| XYZ | 22.14 | 15.86 | 82.01 | - |
| YUV | 104.9 | 202.55 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 237 | 0.70 | 0.59 | 0 | 0.07 | 231.27 | 0.82 | 0.61 |
| Hex | 48 | 60 | ED | 46 | 3B | 0 | 7 | E7 | 52 | 3D |
| Octal | 110 | 140 | 355 | 106 | 73 | 0 | 7 | 347 | 122 | 75 |
| Binary | 1001000 | 1100000 | 11101101 | 1000110 | 111011 | 0 | 111 | 11100111 | 1010010 | 111101 |
Color Harmonies of #4860ED
Complementary color
Monochromatic Colors of #4860ED
Black with #4860ED
Text Example
Text Example
White with #4860ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860ED; }
p { color: rgb(72,96,237); }
H1.HeaderClassName
{
color: #4860ED;
}
.AnyTagClassName
{
color: #4860ED;
}
</style>
background-color css
<style>
a { background-color: #4860ED; }
a { background-color: rgb(72,96,237); }
div.DivClassName
{
background-color: #4860ED;
}
.BgClassName
{
background-color: #4860ED;
}
</style>
border-color css
<style>
span { border-color: #4860ED; }
span { border-color: rgb(72,96,237); }
td.TdClassName
{
border-color: #4860ED;
}
.TagClassName
{
border-color: #4860ED;
}
</style>