Shades of Royal Blue #4973FF
Tints of Royal Blue #4973FF
RGB
CMYK
RGB Variations
Color information
#4973FF (or 0x4973FF) is known color: Royal Blue. HEX triplet: 49, 73 and FF. RGB value is (73,115,255). Sum of RGB (Red+Green+Blue) = 73+115+255=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #4973FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4973FF is #B68C00. Grayscale: #757575. Windows color (decimal): -11963393 or 16741193. OLE color: 16741193.
HSL color Cylindrical-coordinate representation of color #4973FF: hue angle of 226.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4973FF is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 115 | 255 | - |
| CMYK | 0.71 | 0.55 | 0 | 0 |
| HSL | 226.15º | 1% | 0.64% | - |
| HSV(B) | 226.15º | 0.71% | 1% | - |
| XYZ | 26.93 | 20.9 | 97.22 | - |
| YUV | 118.4 | 205.09 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 255 | 0.71 | 0.55 | 0 | 0 | 226.15 | 1 | 0.64 |
| Hex | 49 | 73 | FF | 47 | 37 | 0 | 0 | E2 | 64 | 40 |
| Octal | 111 | 163 | 377 | 107 | 67 | 0 | 0 | 342 | 144 | 100 |
| Binary | 1001001 | 1110011 | 11111111 | 1000111 | 110111 | 0 | 0 | 11100010 | 1100100 | 1000000 |
Color Harmonies of #4973FF
Complementary color
Monochromatic Colors of #4973FF
Black with #4973FF
Text Example
Text Example
White with #4973FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973FF; }
p { color: rgb(73,115,255); }
H1.HeaderClassName
{
color: #4973FF;
}
.AnyTagClassName
{
color: #4973FF;
}
</style>
background-color css
<style>
a { background-color: #4973FF; }
a { background-color: rgb(73,115,255); }
div.DivClassName
{
background-color: #4973FF;
}
.BgClassName
{
background-color: #4973FF;
}
</style>
border-color css
<style>
span { border-color: #4973FF; }
span { border-color: rgb(73,115,255); }
td.TdClassName
{
border-color: #4973FF;
}
.TagClassName
{
border-color: #4973FF;
}
</style>