Shades of Royal Blue #4973DD
Tints of Royal Blue #4973DD
RGB
CMYK
RGB Variations
Color information
#4973DD (or 0x4973DD) is known color: Royal Blue. HEX triplet: 49, 73 and DD. RGB value is (73,115,221). Sum of RGB (Red+Green+Blue) = 73+115+221=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #4973DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973DD is #B68C22. Grayscale: #727272. Windows color (decimal): -11963427 or 14512969. OLE color: 14512969.
HSL color Cylindrical-coordinate representation of color #4973DD: hue angle of 222.97º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4973DD is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 115 | 221 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.13 |
| HSL | 222.97º | 0.69% | 0.58% | - |
| HSV(B) | 222.97º | 0.67% | 0.87% | - |
| XYZ | 21.93 | 18.9 | 70.9 | - |
| YUV | 114.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 221 | 0.67 | 0.48 | 0 | 0.13 | 222.97 | 0.69 | 0.58 |
| Hex | 49 | 73 | DD | 43 | 30 | 0 | D | DF | 45 | 3A |
| Octal | 111 | 163 | 335 | 103 | 60 | 0 | 15 | 337 | 105 | 72 |
| Binary | 1001001 | 1110011 | 11011101 | 1000011 | 110000 | 0 | 1101 | 11011111 | 1000101 | 111010 |
Color Harmonies of #4973DD
Complementary color
Monochromatic Colors of #4973DD
Black with #4973DD
Text Example
Text Example
White with #4973DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973DD; }
p { color: rgb(73,115,221); }
H1.HeaderClassName
{
color: #4973DD;
}
.AnyTagClassName
{
color: #4973DD;
}
</style>
background-color css
<style>
a { background-color: #4973DD; }
a { background-color: rgb(73,115,221); }
div.DivClassName
{
background-color: #4973DD;
}
.BgClassName
{
background-color: #4973DD;
}
</style>
border-color css
<style>
span { border-color: #4973DD; }
span { border-color: rgb(73,115,221); }
td.TdClassName
{
border-color: #4973DD;
}
.TagClassName
{
border-color: #4973DD;
}
</style>