Shades of Royal Blue #4871DF
Tints of Royal Blue #4871DF
RGB
CMYK
RGB Variations
Color information
#4871DF (or 0x4871DF) is known color: Royal Blue. HEX triplet: 48, 71 and DF. RGB value is (72,113,223). Sum of RGB (Red+Green+Blue) = 72+113+223=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #4871DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4871DF is #B78E20. Grayscale: #707070. Windows color (decimal): -12029473 or 14643528. OLE color: 14643528.
HSL color Cylindrical-coordinate representation of color #4871DF: hue angle of 223.71º 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 #4871DF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 113 | 223 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.13 |
| HSL | 223.71º | 0.7% | 0.58% | - |
| HSV(B) | 223.71º | 0.68% | 0.87% | - |
| XYZ | 21.9 | 18.52 | 72.23 | - |
| YUV | 113.28 | 189.92 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 223 | 0.68 | 0.49 | 0 | 0.13 | 223.71 | 0.7 | 0.58 |
| Hex | 48 | 71 | DF | 44 | 31 | 0 | D | E0 | 46 | 3A |
| Octal | 110 | 161 | 337 | 104 | 61 | 0 | 15 | 340 | 106 | 72 |
| Binary | 1001000 | 1110001 | 11011111 | 1000100 | 110001 | 0 | 1101 | 11100000 | 1000110 | 111010 |
Color Harmonies of #4871DF
Complementary color
Monochromatic Colors of #4871DF
Black with #4871DF
Text Example
Text Example
White with #4871DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4871DF; }
p { color: rgb(72,113,223); }
H1.HeaderClassName
{
color: #4871DF;
}
.AnyTagClassName
{
color: #4871DF;
}
</style>
background-color css
<style>
a { background-color: #4871DF; }
a { background-color: rgb(72,113,223); }
div.DivClassName
{
background-color: #4871DF;
}
.BgClassName
{
background-color: #4871DF;
}
</style>
border-color css
<style>
span { border-color: #4871DF; }
span { border-color: rgb(72,113,223); }
td.TdClassName
{
border-color: #4871DF;
}
.TagClassName
{
border-color: #4871DF;
}
</style>