Shades of Royal Blue #4859DC
Tints of Royal Blue #4859DC
RGB
CMYK
RGB Variations
Color information
#4859DC (or 0x4859DC) is known color: Royal Blue. HEX triplet: 48, 59 and DC. RGB value is (72,89,220). Sum of RGB (Red+Green+Blue) = 72+89+220=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #4859DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4859DC is #B7A623. Grayscale: #626262. Windows color (decimal): -12035620 or 14440776. OLE color: 14440776.
HSL color Cylindrical-coordinate representation of color #4859DC: hue angle of 233.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4859DC is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 89 | 220 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.14 |
| HSL | 233.11º | 0.68% | 0.57% | - |
| HSV(B) | 233.11º | 0.67% | 0.86% | - |
| XYZ | 19.16 | 13.69 | 69.34 | - |
| YUV | 98.85 | 196.37 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 220 | 0.67 | 0.60 | 0 | 0.14 | 233.11 | 0.68 | 0.57 |
| Hex | 48 | 59 | DC | 43 | 3C | 0 | E | E9 | 44 | 39 |
| Octal | 110 | 131 | 334 | 103 | 74 | 0 | 16 | 351 | 104 | 71 |
| Binary | 1001000 | 1011001 | 11011100 | 1000011 | 111100 | 0 | 1110 | 11101001 | 1000100 | 111001 |
Color Harmonies of #4859DC
Complementary color
Monochromatic Colors of #4859DC
Black with #4859DC
Text Example
Text Example
White with #4859DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4859DC; }
p { color: rgb(72,89,220); }
H1.HeaderClassName
{
color: #4859DC;
}
.AnyTagClassName
{
color: #4859DC;
}
</style>
background-color css
<style>
a { background-color: #4859DC; }
a { background-color: rgb(72,89,220); }
div.DivClassName
{
background-color: #4859DC;
}
.BgClassName
{
background-color: #4859DC;
}
</style>
border-color css
<style>
span { border-color: #4859DC; }
span { border-color: rgb(72,89,220); }
td.TdClassName
{
border-color: #4859DC;
}
.TagClassName
{
border-color: #4859DC;
}
</style>