Shades of Royal Blue #4860DF
Tints of Royal Blue #4860DF
RGB
CMYK
RGB Variations
Color information
#4860DF (or 0x4860DF) is known color: Royal Blue. HEX triplet: 48, 60 and DF. RGB value is (72,96,223). Sum of RGB (Red+Green+Blue) = 72+96+223=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #4860DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860DF is #B79F20. Grayscale: #666666. Windows color (decimal): -12033825 or 14639176. OLE color: 14639176.
HSL color Cylindrical-coordinate representation of color #4860DF: hue angle of 230.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4860DF is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 96 | 223 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.13 |
| HSL | 230.46º | 0.7% | 0.58% | - |
| HSV(B) | 230.46º | 0.68% | 0.87% | - |
| XYZ | 20.17 | 15.07 | 71.66 | - |
| YUV | 103.3 | 195.55 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 223 | 0.68 | 0.57 | 0 | 0.13 | 230.46 | 0.7 | 0.58 |
| Hex | 48 | 60 | DF | 44 | 39 | 0 | D | E6 | 46 | 3A |
| Octal | 110 | 140 | 337 | 104 | 71 | 0 | 15 | 346 | 106 | 72 |
| Binary | 1001000 | 1100000 | 11011111 | 1000100 | 111001 | 0 | 1101 | 11100110 | 1000110 | 111010 |
Color Harmonies of #4860DF
Complementary color
Monochromatic Colors of #4860DF
Black with #4860DF
Text Example
Text Example
White with #4860DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860DF; }
p { color: rgb(72,96,223); }
H1.HeaderClassName
{
color: #4860DF;
}
.AnyTagClassName
{
color: #4860DF;
}
</style>
background-color css
<style>
a { background-color: #4860DF; }
a { background-color: rgb(72,96,223); }
div.DivClassName
{
background-color: #4860DF;
}
.BgClassName
{
background-color: #4860DF;
}
</style>
border-color css
<style>
span { border-color: #4860DF; }
span { border-color: rgb(72,96,223); }
td.TdClassName
{
border-color: #4860DF;
}
.TagClassName
{
border-color: #4860DF;
}
</style>