Shades of Royal Blue #4860D6
Tints of Royal Blue #4860D6
RGB
CMYK
RGB Variations
Color information
#4860D6 (or 0x4860D6) is known color: Royal Blue. HEX triplet: 48, 60 and D6. RGB value is (72,96,214). Sum of RGB (Red+Green+Blue) = 72+96+214=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #4860D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860D6 is #B79F29. Grayscale: #656565. Windows color (decimal): -12033834 or 14049352. OLE color: 14049352.
HSL color Cylindrical-coordinate representation of color #4860D6: hue angle of 229.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4860D6 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 96 | 214 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.16 |
| HSL | 229.86º | 0.63% | 0.56% | - |
| HSV(B) | 229.86º | 0.66% | 0.84% | - |
| XYZ | 18.99 | 14.6 | 65.44 | - |
| YUV | 102.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 214 | 0.66 | 0.55 | 0 | 0.16 | 229.86 | 0.63 | 0.56 |
| Hex | 48 | 60 | D6 | 42 | 37 | 0 | 10 | E6 | 3F | 38 |
| Octal | 110 | 140 | 326 | 102 | 67 | 0 | 20 | 346 | 77 | 70 |
| Binary | 1001000 | 1100000 | 11010110 | 1000010 | 110111 | 0 | 10000 | 11100110 | 111111 | 111000 |
Color Harmonies of #4860D6
Complementary color
Monochromatic Colors of #4860D6
Black with #4860D6
Text Example
Text Example
White with #4860D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860D6; }
p { color: rgb(72,96,214); }
H1.HeaderClassName
{
color: #4860D6;
}
.AnyTagClassName
{
color: #4860D6;
}
</style>
background-color css
<style>
a { background-color: #4860D6; }
a { background-color: rgb(72,96,214); }
div.DivClassName
{
background-color: #4860D6;
}
.BgClassName
{
background-color: #4860D6;
}
</style>
border-color css
<style>
span { border-color: #4860D6; }
span { border-color: rgb(72,96,214); }
td.TdClassName
{
border-color: #4860D6;
}
.TagClassName
{
border-color: #4860D6;
}
</style>