Shades of Royal Blue #4872CF
Tints of Royal Blue #4872CF
RGB
CMYK
RGB Variations
Color information
#4872CF (or 0x4872CF) is known color: Royal Blue. HEX triplet: 48, 72 and CF. RGB value is (72,114,207). Sum of RGB (Red+Green+Blue) = 72+114+207=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #4872CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872CF is #B78D30. Grayscale: #6F6F6F. Windows color (decimal): -12029233 or 13595208. OLE color: 13595208.
HSL color Cylindrical-coordinate representation of color #4872CF: hue angle of 221.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4872CF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 114 | 207 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.19 |
| HSL | 221.33º | 0.58% | 0.55% | - |
| HSV(B) | 221.33º | 0.65% | 0.81% | - |
| XYZ | 19.95 | 17.92 | 61.44 | - |
| YUV | 112.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 207 | 0.65 | 0.45 | 0 | 0.19 | 221.33 | 0.58 | 0.55 |
| Hex | 48 | 72 | CF | 41 | 2D | 0 | 13 | DD | 3A | 37 |
| Octal | 110 | 162 | 317 | 101 | 55 | 0 | 23 | 335 | 72 | 67 |
| Binary | 1001000 | 1110010 | 11001111 | 1000001 | 101101 | 0 | 10011 | 11011101 | 111010 | 110111 |
Color Harmonies of #4872CF
Complementary color
Monochromatic Colors of #4872CF
Black with #4872CF
Text Example
Text Example
White with #4872CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872CF; }
p { color: rgb(72,114,207); }
H1.HeaderClassName
{
color: #4872CF;
}
.AnyTagClassName
{
color: #4872CF;
}
</style>
background-color css
<style>
a { background-color: #4872CF; }
a { background-color: rgb(72,114,207); }
div.DivClassName
{
background-color: #4872CF;
}
.BgClassName
{
background-color: #4872CF;
}
</style>
border-color css
<style>
span { border-color: #4872CF; }
span { border-color: rgb(72,114,207); }
td.TdClassName
{
border-color: #4872CF;
}
.TagClassName
{
border-color: #4872CF;
}
</style>