Shades of Royal Blue #4972EB
Tints of Royal Blue #4972EB
RGB
CMYK
RGB Variations
Color information
#4972EB (or 0x4972EB) is known color: Royal Blue. HEX triplet: 49, 72 and EB. RGB value is (73,114,235). Sum of RGB (Red+Green+Blue) = 73+114+235=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #4972EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4972EB is #B68D14. Grayscale: #737373. Windows color (decimal): -11963669 or 15430217. OLE color: 15430217.
HSL color Cylindrical-coordinate representation of color #4972EB: hue angle of 224.81º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4972EB is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 114 | 235 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.08 |
| HSL | 224.81º | 0.8% | 0.6% | - |
| HSV(B) | 224.81º | 0.69% | 0.92% | - |
| XYZ | 23.76 | 19.45 | 81.1 | - |
| YUV | 115.54 | 195.42 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 235 | 0.69 | 0.51 | 0 | 0.08 | 224.81 | 0.8 | 0.6 |
| Hex | 49 | 72 | EB | 45 | 33 | 0 | 8 | E1 | 50 | 3C |
| Octal | 111 | 162 | 353 | 105 | 63 | 0 | 10 | 341 | 120 | 74 |
| Binary | 1001001 | 1110010 | 11101011 | 1000101 | 110011 | 0 | 1000 | 11100001 | 1010000 | 111100 |
Color Harmonies of #4972EB
Complementary color
Monochromatic Colors of #4972EB
Black with #4972EB
Text Example
Text Example
White with #4972EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4972EB; }
p { color: rgb(73,114,235); }
H1.HeaderClassName
{
color: #4972EB;
}
.AnyTagClassName
{
color: #4972EB;
}
</style>
background-color css
<style>
a { background-color: #4972EB; }
a { background-color: rgb(73,114,235); }
div.DivClassName
{
background-color: #4972EB;
}
.BgClassName
{
background-color: #4972EB;
}
</style>
border-color css
<style>
span { border-color: #4972EB; }
span { border-color: rgb(73,114,235); }
td.TdClassName
{
border-color: #4972EB;
}
.TagClassName
{
border-color: #4972EB;
}
</style>