Shades of Royal Blue #4973EF
Tints of Royal Blue #4973EF
RGB
CMYK
RGB Variations
Color information
#4973EF (or 0x4973EF) is known color: Royal Blue. HEX triplet: 49, 73 and EF. RGB value is (73,115,239). Sum of RGB (Red+Green+Blue) = 73+115+239=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #4973EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4973EF is #B68C10. Grayscale: #747474. Windows color (decimal): -11963409 or 15692617. OLE color: 15692617.
HSL color Cylindrical-coordinate representation of color #4973EF: hue angle of 224.82º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4973EF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 115 | 239 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.06 |
| HSL | 224.82º | 0.84% | 0.61% | - |
| HSV(B) | 224.82º | 0.69% | 0.94% | - |
| XYZ | 24.46 | 19.91 | 84.22 | - |
| YUV | 116.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 239 | 0.69 | 0.52 | 0 | 0.06 | 224.82 | 0.84 | 0.61 |
| Hex | 49 | 73 | EF | 45 | 34 | 0 | 6 | E1 | 54 | 3D |
| Octal | 111 | 163 | 357 | 105 | 64 | 0 | 6 | 341 | 124 | 75 |
| Binary | 1001001 | 1110011 | 11101111 | 1000101 | 110100 | 0 | 110 | 11100001 | 1010100 | 111101 |
Color Harmonies of #4973EF
Complementary color
Monochromatic Colors of #4973EF
Black with #4973EF
Text Example
Text Example
White with #4973EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973EF; }
p { color: rgb(73,115,239); }
H1.HeaderClassName
{
color: #4973EF;
}
.AnyTagClassName
{
color: #4973EF;
}
</style>
background-color css
<style>
a { background-color: #4973EF; }
a { background-color: rgb(73,115,239); }
div.DivClassName
{
background-color: #4973EF;
}
.BgClassName
{
background-color: #4973EF;
}
</style>
border-color css
<style>
span { border-color: #4973EF; }
span { border-color: rgb(73,115,239); }
td.TdClassName
{
border-color: #4973EF;
}
.TagClassName
{
border-color: #4973EF;
}
</style>