Shades of Royal Blue #4984E8
Tints of Royal Blue #4984E8
RGB
CMYK
RGB Variations
Color information
#4984E8 (or 0x4984E8) is known color: Royal Blue. HEX triplet: 49, 84 and E8. RGB value is (73,132,232). Sum of RGB (Red+Green+Blue) = 73+132+232=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #4984E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4984E8 is #B67B17. Grayscale: #7D7D7D. Windows color (decimal): -11959064 or 15238217. OLE color: 15238217.
HSL color Cylindrical-coordinate representation of color #4984E8: hue angle of 217.74º 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 #4984E8 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 132 | 232 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.09 |
| HSL | 217.74º | 0.78% | 0.6% | - |
| HSV(B) | 217.74º | 0.69% | 0.91% | - |
| XYZ | 25.56 | 23.75 | 79.58 | - |
| YUV | 125.76 | 187.95 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 232 | 0.69 | 0.43 | 0 | 0.09 | 217.74 | 0.78 | 0.6 |
| Hex | 49 | 84 | E8 | 45 | 2B | 0 | 9 | DA | 4E | 3C |
| Octal | 111 | 204 | 350 | 105 | 53 | 0 | 11 | 332 | 116 | 74 |
| Binary | 1001001 | 10000100 | 11101000 | 1000101 | 101011 | 0 | 1001 | 11011010 | 1001110 | 111100 |
Color Harmonies of #4984E8
Complementary color
Monochromatic Colors of #4984E8
Black with #4984E8
Text Example
Text Example
White with #4984E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4984E8; }
p { color: rgb(73,132,232); }
H1.HeaderClassName
{
color: #4984E8;
}
.AnyTagClassName
{
color: #4984E8;
}
</style>
background-color css
<style>
a { background-color: #4984E8; }
a { background-color: rgb(73,132,232); }
div.DivClassName
{
background-color: #4984E8;
}
.BgClassName
{
background-color: #4984E8;
}
</style>
border-color css
<style>
span { border-color: #4984E8; }
span { border-color: rgb(73,132,232); }
td.TdClassName
{
border-color: #4984E8;
}
.TagClassName
{
border-color: #4984E8;
}
</style>