Shades of Royal Blue #4871D2
Tints of Royal Blue #4871D2
RGB
CMYK
RGB Variations
Color information
#4871D2 (or 0x4871D2) is known color: Royal Blue. HEX triplet: 48, 71 and D2. RGB value is (72,113,210). Sum of RGB (Red+Green+Blue) = 72+113+210=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #4871D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4871D2 is #B78E2D. Grayscale: #6F6F6F. Windows color (decimal): -12029486 or 13791560. OLE color: 13791560.
HSL color Cylindrical-coordinate representation of color #4871D2: hue angle of 222.17º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4871D2 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 113 | 210 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.18 |
| HSL | 222.17º | 0.61% | 0.55% | - |
| HSV(B) | 222.17º | 0.66% | 0.82% | - |
| XYZ | 20.21 | 17.84 | 63.35 | - |
| YUV | 111.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 210 | 0.66 | 0.46 | 0 | 0.18 | 222.17 | 0.61 | 0.55 |
| Hex | 48 | 71 | D2 | 42 | 2E | 0 | 12 | DE | 3D | 37 |
| Octal | 110 | 161 | 322 | 102 | 56 | 0 | 22 | 336 | 75 | 67 |
| Binary | 1001000 | 1110001 | 11010010 | 1000010 | 101110 | 0 | 10010 | 11011110 | 111101 | 110111 |
Color Harmonies of #4871D2
Complementary color
Monochromatic Colors of #4871D2
Black with #4871D2
Text Example
Text Example
White with #4871D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4871D2; }
p { color: rgb(72,113,210); }
H1.HeaderClassName
{
color: #4871D2;
}
.AnyTagClassName
{
color: #4871D2;
}
</style>
background-color css
<style>
a { background-color: #4871D2; }
a { background-color: rgb(72,113,210); }
div.DivClassName
{
background-color: #4871D2;
}
.BgClassName
{
background-color: #4871D2;
}
</style>
border-color css
<style>
span { border-color: #4871D2; }
span { border-color: rgb(72,113,210); }
td.TdClassName
{
border-color: #4871D2;
}
.TagClassName
{
border-color: #4871D2;
}
</style>