Shades of Royal Blue #4871CC
Tints of Royal Blue #4871CC
RGB
CMYK
RGB Variations
Color information
#4871CC (or 0x4871CC) is known color: Royal Blue. HEX triplet: 48, 71 and CC. RGB value is (72,113,204). Sum of RGB (Red+Green+Blue) = 72+113+204=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #4871CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4871CC is #B78E33. Grayscale: #6E6E6E. Windows color (decimal): -12029492 or 13398344. OLE color: 13398344.
HSL color Cylindrical-coordinate representation of color #4871CC: hue angle of 221.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4871CC is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 113 | 204 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.2 |
| HSL | 221.36º | 0.56% | 0.54% | - |
| HSV(B) | 221.36º | 0.65% | 0.8% | - |
| XYZ | 19.48 | 17.55 | 59.49 | - |
| YUV | 111.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 204 | 0.65 | 0.45 | 0 | 0.2 | 221.36 | 0.56 | 0.54 |
| Hex | 48 | 71 | CC | 41 | 2D | 0 | 14 | DD | 38 | 36 |
| Octal | 110 | 161 | 314 | 101 | 55 | 0 | 24 | 335 | 70 | 66 |
| Binary | 1001000 | 1110001 | 11001100 | 1000001 | 101101 | 0 | 10100 | 11011101 | 111000 | 110110 |
Color Harmonies of #4871CC
Complementary color
Monochromatic Colors of #4871CC
Black with #4871CC
Text Example
Text Example
White with #4871CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4871CC; }
p { color: rgb(72,113,204); }
H1.HeaderClassName
{
color: #4871CC;
}
.AnyTagClassName
{
color: #4871CC;
}
</style>
background-color css
<style>
a { background-color: #4871CC; }
a { background-color: rgb(72,113,204); }
div.DivClassName
{
background-color: #4871CC;
}
.BgClassName
{
background-color: #4871CC;
}
</style>
border-color css
<style>
span { border-color: #4871CC; }
span { border-color: rgb(72,113,204); }
td.TdClassName
{
border-color: #4871CC;
}
.TagClassName
{
border-color: #4871CC;
}
</style>