Shades of Royal Blue #4973E5
Tints of Royal Blue #4973E5
RGB
CMYK
RGB Variations
Color information
#4973E5 (or 0x4973E5) is known color: Royal Blue. HEX triplet: 49, 73 and E5. RGB value is (73,115,229). Sum of RGB (Red+Green+Blue) = 73+115+229=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #4973E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973E5 is #B68C1A. Grayscale: #727272. Windows color (decimal): -11963419 or 15037257. OLE color: 15037257.
HSL color Cylindrical-coordinate representation of color #4973E5: hue angle of 223.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4973E5 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 115 | 229 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.10 |
| HSL | 223.85º | 0.75% | 0.59% | - |
| HSV(B) | 223.85º | 0.68% | 0.9% | - |
| XYZ | 23.02 | 19.34 | 76.65 | - |
| YUV | 115.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 229 | 0.68 | 0.50 | 0 | 0.10 | 223.85 | 0.75 | 0.59 |
| Hex | 49 | 73 | E5 | 44 | 32 | 0 | A | E0 | 4B | 3B |
| Octal | 111 | 163 | 345 | 104 | 62 | 0 | 12 | 340 | 113 | 73 |
| Binary | 1001001 | 1110011 | 11100101 | 1000100 | 110010 | 0 | 1010 | 11100000 | 1001011 | 111011 |
Color Harmonies of #4973E5
Complementary color
Monochromatic Colors of #4973E5
Black with #4973E5
Text Example
Text Example
White with #4973E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973E5; }
p { color: rgb(73,115,229); }
H1.HeaderClassName
{
color: #4973E5;
}
.AnyTagClassName
{
color: #4973E5;
}
</style>
background-color css
<style>
a { background-color: #4973E5; }
a { background-color: rgb(73,115,229); }
div.DivClassName
{
background-color: #4973E5;
}
.BgClassName
{
background-color: #4973E5;
}
</style>
border-color css
<style>
span { border-color: #4973E5; }
span { border-color: rgb(73,115,229); }
td.TdClassName
{
border-color: #4973E5;
}
.TagClassName
{
border-color: #4973E5;
}
</style>