Shades of Royal Blue #4984EC
Tints of Royal Blue #4984EC
RGB
CMYK
RGB Variations
Color information
#4984EC (or 0x4984EC) is known color: Royal Blue. HEX triplet: 49, 84 and EC. RGB value is (73,132,236). Sum of RGB (Red+Green+Blue) = 73+132+236=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #4984EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4984EC is #B67B13. Grayscale: #7D7D7D. Windows color (decimal): -11959060 or 15500361. OLE color: 15500361.
HSL color Cylindrical-coordinate representation of color #4984EC: hue angle of 218.28º 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 #4984EC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 132 | 236 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.07 |
| HSL | 218.28º | 0.81% | 0.61% | - |
| HSV(B) | 218.28º | 0.69% | 0.93% | - |
| XYZ | 26.14 | 23.98 | 82.61 | - |
| YUV | 126.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 236 | 0.69 | 0.44 | 0 | 0.07 | 218.28 | 0.81 | 0.61 |
| Hex | 49 | 84 | EC | 45 | 2C | 0 | 7 | DA | 51 | 3D |
| Octal | 111 | 204 | 354 | 105 | 54 | 0 | 7 | 332 | 121 | 75 |
| Binary | 1001001 | 10000100 | 11101100 | 1000101 | 101100 | 0 | 111 | 11011010 | 1010001 | 111101 |
Color Harmonies of #4984EC
Complementary color
Monochromatic Colors of #4984EC
Black with #4984EC
Text Example
Text Example
White with #4984EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4984EC; }
p { color: rgb(73,132,236); }
H1.HeaderClassName
{
color: #4984EC;
}
.AnyTagClassName
{
color: #4984EC;
}
</style>
background-color css
<style>
a { background-color: #4984EC; }
a { background-color: rgb(73,132,236); }
div.DivClassName
{
background-color: #4984EC;
}
.BgClassName
{
background-color: #4984EC;
}
</style>
border-color css
<style>
span { border-color: #4984EC; }
span { border-color: rgb(73,132,236); }
td.TdClassName
{
border-color: #4984EC;
}
.TagClassName
{
border-color: #4984EC;
}
</style>