Shades of Royal Blue #4970CF
Tints of Royal Blue #4970CF
RGB
CMYK
RGB Variations
Color information
#4970CF (or 0x4970CF) is known color: Royal Blue. HEX triplet: 49, 70 and CF. RGB value is (73,112,207). Sum of RGB (Red+Green+Blue) = 73+112+207=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #4970CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970CF is #B68F30. Grayscale: #6E6E6E. Windows color (decimal): -11964209 or 13594697. OLE color: 13594697.
HSL color Cylindrical-coordinate representation of color #4970CF: hue angle of 222.54º 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 #4970CF is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 112 | 207 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.19 |
| HSL | 222.54º | 0.58% | 0.55% | - |
| HSV(B) | 222.54º | 0.65% | 0.81% | - |
| XYZ | 19.8 | 17.51 | 61.37 | - |
| YUV | 111.17 | 182.08 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 207 | 0.65 | 0.46 | 0 | 0.19 | 222.54 | 0.58 | 0.55 |
| Hex | 49 | 70 | CF | 41 | 2E | 0 | 13 | DF | 3A | 37 |
| Octal | 111 | 160 | 317 | 101 | 56 | 0 | 23 | 337 | 72 | 67 |
| Binary | 1001001 | 1110000 | 11001111 | 1000001 | 101110 | 0 | 10011 | 11011111 | 111010 | 110111 |
Color Harmonies of #4970CF
Complementary color
Monochromatic Colors of #4970CF
Black with #4970CF
Text Example
Text Example
White with #4970CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4970CF; }
p { color: rgb(73,112,207); }
H1.HeaderClassName
{
color: #4970CF;
}
.AnyTagClassName
{
color: #4970CF;
}
</style>
background-color css
<style>
a { background-color: #4970CF; }
a { background-color: rgb(73,112,207); }
div.DivClassName
{
background-color: #4970CF;
}
.BgClassName
{
background-color: #4970CF;
}
</style>
border-color css
<style>
span { border-color: #4970CF; }
span { border-color: rgb(73,112,207); }
td.TdClassName
{
border-color: #4970CF;
}
.TagClassName
{
border-color: #4970CF;
}
</style>