Shades of Royal Blue #4975EC
Tints of Royal Blue #4975EC
RGB
CMYK
RGB Variations
Color information
#4975EC (or 0x4975EC) is known color: Royal Blue. HEX triplet: 49, 75 and EC. RGB value is (73,117,236). Sum of RGB (Red+Green+Blue) = 73+117+236=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #4975EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975EC is #B68A13. Grayscale: #747474. Windows color (decimal): -11962900 or 15496521. OLE color: 15496521.
HSL color Cylindrical-coordinate representation of color #4975EC: hue angle of 223.8º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4975EC is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 117 | 236 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.07 |
| HSL | 223.8º | 0.81% | 0.61% | - |
| HSV(B) | 223.8º | 0.69% | 0.93% | - |
| XYZ | 24.25 | 20.2 | 81.98 | - |
| YUV | 117.41 | 194.92 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 236 | 0.69 | 0.50 | 0 | 0.07 | 223.8 | 0.81 | 0.61 |
| Hex | 49 | 75 | EC | 45 | 32 | 0 | 7 | E0 | 51 | 3D |
| Octal | 111 | 165 | 354 | 105 | 62 | 0 | 7 | 340 | 121 | 75 |
| Binary | 1001001 | 1110101 | 11101100 | 1000101 | 110010 | 0 | 111 | 11100000 | 1010001 | 111101 |
Color Harmonies of #4975EC
Complementary color
Monochromatic Colors of #4975EC
Black with #4975EC
Text Example
Text Example
White with #4975EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975EC; }
p { color: rgb(73,117,236); }
H1.HeaderClassName
{
color: #4975EC;
}
.AnyTagClassName
{
color: #4975EC;
}
</style>
background-color css
<style>
a { background-color: #4975EC; }
a { background-color: rgb(73,117,236); }
div.DivClassName
{
background-color: #4975EC;
}
.BgClassName
{
background-color: #4975EC;
}
</style>
border-color css
<style>
span { border-color: #4975EC; }
span { border-color: rgb(73,117,236); }
td.TdClassName
{
border-color: #4975EC;
}
.TagClassName
{
border-color: #4975EC;
}
</style>