Shades of Royal Blue #4984E9
Tints of Royal Blue #4984E9
RGB
CMYK
RGB Variations
Color information
#4984E9 (or 0x4984E9) is known color: Royal Blue. HEX triplet: 49, 84 and E9. RGB value is (73,132,233). Sum of RGB (Red+Green+Blue) = 73+132+233=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #4984E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4984E9 is #B67B16. Grayscale: #7D7D7D. Windows color (decimal): -11959063 or 15303753. OLE color: 15303753.
HSL color Cylindrical-coordinate representation of color #4984E9: hue angle of 217.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4984E9 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 132 | 233 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.09 |
| HSL | 217.88º | 0.78% | 0.6% | - |
| HSV(B) | 217.88º | 0.69% | 0.91% | - |
| XYZ | 25.71 | 23.8 | 80.33 | - |
| YUV | 125.87 | 188.45 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 233 | 0.69 | 0.43 | 0 | 0.09 | 217.88 | 0.78 | 0.6 |
| Hex | 49 | 84 | E9 | 45 | 2B | 0 | 9 | DA | 4E | 3C |
| Octal | 111 | 204 | 351 | 105 | 53 | 0 | 11 | 332 | 116 | 74 |
| Binary | 1001001 | 10000100 | 11101001 | 1000101 | 101011 | 0 | 1001 | 11011010 | 1001110 | 111100 |
Color Harmonies of #4984E9
Complementary color
Monochromatic Colors of #4984E9
Black with #4984E9
Text Example
Text Example
White with #4984E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4984E9; }
p { color: rgb(73,132,233); }
H1.HeaderClassName
{
color: #4984E9;
}
.AnyTagClassName
{
color: #4984E9;
}
</style>
background-color css
<style>
a { background-color: #4984E9; }
a { background-color: rgb(73,132,233); }
div.DivClassName
{
background-color: #4984E9;
}
.BgClassName
{
background-color: #4984E9;
}
</style>
border-color css
<style>
span { border-color: #4984E9; }
span { border-color: rgb(73,132,233); }
td.TdClassName
{
border-color: #4984E9;
}
.TagClassName
{
border-color: #4984E9;
}
</style>