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