Shades of Royal Blue #4972CF
Tints of Royal Blue #4972CF
RGB
CMYK
RGB Variations
Color information
#4972CF (or 0x4972CF) is known color: Royal Blue. HEX triplet: 49, 72 and CF. RGB value is (73,114,207). Sum of RGB (Red+Green+Blue) = 73+114+207=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #4972CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4972CF is #B68D30. Grayscale: #6F6F6F. Windows color (decimal): -11963697 or 13595209. OLE color: 13595209.
HSL color Cylindrical-coordinate representation of color #4972CF: hue angle of 221.64º 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 #4972CF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 114 | 207 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.19 |
| HSL | 221.64º | 0.58% | 0.55% | - |
| HSV(B) | 221.64º | 0.65% | 0.81% | - |
| XYZ | 20.03 | 17.96 | 61.44 | - |
| YUV | 112.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 207 | 0.65 | 0.45 | 0 | 0.19 | 221.64 | 0.58 | 0.55 |
| Hex | 49 | 72 | CF | 41 | 2D | 0 | 13 | DE | 3A | 37 |
| Octal | 111 | 162 | 317 | 101 | 55 | 0 | 23 | 336 | 72 | 67 |
| Binary | 1001001 | 1110010 | 11001111 | 1000001 | 101101 | 0 | 10011 | 11011110 | 111010 | 110111 |
Color Harmonies of #4972CF
Complementary color
Monochromatic Colors of #4972CF
Black with #4972CF
Text Example
Text Example
White with #4972CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4972CF; }
p { color: rgb(73,114,207); }
H1.HeaderClassName
{
color: #4972CF;
}
.AnyTagClassName
{
color: #4972CF;
}
</style>
background-color css
<style>
a { background-color: #4972CF; }
a { background-color: rgb(73,114,207); }
div.DivClassName
{
background-color: #4972CF;
}
.BgClassName
{
background-color: #4972CF;
}
</style>
border-color css
<style>
span { border-color: #4972CF; }
span { border-color: rgb(73,114,207); }
td.TdClassName
{
border-color: #4972CF;
}
.TagClassName
{
border-color: #4972CF;
}
</style>