Shades of Royal Blue #4860DA
Tints of Royal Blue #4860DA
RGB
CMYK
RGB Variations
Color information
#4860DA (or 0x4860DA) is known color: Royal Blue. HEX triplet: 48, 60 and DA. RGB value is (72,96,218). Sum of RGB (Red+Green+Blue) = 72+96+218=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #4860DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860DA is #B79F25. Grayscale: #666666. Windows color (decimal): -12033830 or 14311496. OLE color: 14311496.
HSL color Cylindrical-coordinate representation of color #4860DA: hue angle of 230.14º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4860DA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 96 | 218 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.15 |
| HSL | 230.14º | 0.66% | 0.57% | - |
| HSV(B) | 230.14º | 0.67% | 0.85% | - |
| XYZ | 19.51 | 14.81 | 68.16 | - |
| YUV | 102.73 | 193.05 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 218 | 0.67 | 0.56 | 0 | 0.15 | 230.14 | 0.66 | 0.57 |
| Hex | 48 | 60 | DA | 43 | 38 | 0 | F | E6 | 42 | 39 |
| Octal | 110 | 140 | 332 | 103 | 70 | 0 | 17 | 346 | 102 | 71 |
| Binary | 1001000 | 1100000 | 11011010 | 1000011 | 111000 | 0 | 1111 | 11100110 | 1000010 | 111001 |
Color Harmonies of #4860DA
Complementary color
Monochromatic Colors of #4860DA
Black with #4860DA
Text Example
Text Example
White with #4860DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860DA; }
p { color: rgb(72,96,218); }
H1.HeaderClassName
{
color: #4860DA;
}
.AnyTagClassName
{
color: #4860DA;
}
</style>
background-color css
<style>
a { background-color: #4860DA; }
a { background-color: rgb(72,96,218); }
div.DivClassName
{
background-color: #4860DA;
}
.BgClassName
{
background-color: #4860DA;
}
</style>
border-color css
<style>
span { border-color: #4860DA; }
span { border-color: rgb(72,96,218); }
td.TdClassName
{
border-color: #4860DA;
}
.TagClassName
{
border-color: #4860DA;
}
</style>