Shades of Royal Blue #4870CF
Tints of Royal Blue #4870CF
RGB
CMYK
RGB Variations
Color information
#4870CF (or 0x4870CF) is known color: Royal Blue. HEX triplet: 48, 70 and CF. RGB value is (72,112,207). Sum of RGB (Red+Green+Blue) = 72+112+207=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #4870CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870CF is #B78F30. Grayscale: #6E6E6E. Windows color (decimal): -12029745 or 13594696. OLE color: 13594696.
HSL color Cylindrical-coordinate representation of color #4870CF: hue angle of 222.22º 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 #4870CF is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 112 | 207 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.19 |
| HSL | 222.22º | 0.58% | 0.55% | - |
| HSV(B) | 222.22º | 0.65% | 0.81% | - |
| XYZ | 19.73 | 17.47 | 61.36 | - |
| YUV | 110.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 207 | 0.65 | 0.46 | 0 | 0.19 | 222.22 | 0.58 | 0.55 |
| Hex | 48 | 70 | CF | 41 | 2E | 0 | 13 | DE | 3A | 37 |
| Octal | 110 | 160 | 317 | 101 | 56 | 0 | 23 | 336 | 72 | 67 |
| Binary | 1001000 | 1110000 | 11001111 | 1000001 | 101110 | 0 | 10011 | 11011110 | 111010 | 110111 |
Color Harmonies of #4870CF
Complementary color
Monochromatic Colors of #4870CF
Black with #4870CF
Text Example
Text Example
White with #4870CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870CF; }
p { color: rgb(72,112,207); }
H1.HeaderClassName
{
color: #4870CF;
}
.AnyTagClassName
{
color: #4870CF;
}
</style>
background-color css
<style>
a { background-color: #4870CF; }
a { background-color: rgb(72,112,207); }
div.DivClassName
{
background-color: #4870CF;
}
.BgClassName
{
background-color: #4870CF;
}
</style>
border-color css
<style>
span { border-color: #4870CF; }
span { border-color: rgb(72,112,207); }
td.TdClassName
{
border-color: #4870CF;
}
.TagClassName
{
border-color: #4870CF;
}
</style>