Shades of Royal Blue #4859DF
Tints of Royal Blue #4859DF
RGB
CMYK
RGB Variations
Color information
#4859DF (or 0x4859DF) is known color: Royal Blue. HEX triplet: 48, 59 and DF. RGB value is (72,89,223). Sum of RGB (Red+Green+Blue) = 72+89+223=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #4859DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4859DF is #B7A620. Grayscale: #626262. Windows color (decimal): -12035617 or 14637384. OLE color: 14637384.
HSL color Cylindrical-coordinate representation of color #4859DF: hue angle of 233.25º 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 #4859DF is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 89 | 223 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.13 |
| HSL | 233.25º | 0.7% | 0.58% | - |
| HSV(B) | 233.25º | 0.68% | 0.87% | - |
| XYZ | 19.56 | 13.85 | 71.45 | - |
| YUV | 99.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 223 | 0.68 | 0.60 | 0 | 0.13 | 233.25 | 0.7 | 0.58 |
| Hex | 48 | 59 | DF | 44 | 3C | 0 | D | E9 | 46 | 3A |
| Octal | 110 | 131 | 337 | 104 | 74 | 0 | 15 | 351 | 106 | 72 |
| Binary | 1001000 | 1011001 | 11011111 | 1000100 | 111100 | 0 | 1101 | 11101001 | 1000110 | 111010 |
Color Harmonies of #4859DF
Complementary color
Monochromatic Colors of #4859DF
Black with #4859DF
Text Example
Text Example
White with #4859DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4859DF; }
p { color: rgb(72,89,223); }
H1.HeaderClassName
{
color: #4859DF;
}
.AnyTagClassName
{
color: #4859DF;
}
</style>
background-color css
<style>
a { background-color: #4859DF; }
a { background-color: rgb(72,89,223); }
div.DivClassName
{
background-color: #4859DF;
}
.BgClassName
{
background-color: #4859DF;
}
</style>
border-color css
<style>
span { border-color: #4859DF; }
span { border-color: rgb(72,89,223); }
td.TdClassName
{
border-color: #4859DF;
}
.TagClassName
{
border-color: #4859DF;
}
</style>