Shades of Royal Blue #4983EF
Tints of Royal Blue #4983EF
RGB
CMYK
RGB Variations
Color information
#4983EF (or 0x4983EF) is known color: Royal Blue. HEX triplet: 49, 83 and EF. RGB value is (73,131,239). Sum of RGB (Red+Green+Blue) = 73+131+239=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #4983EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4983EF is #B67C10. Grayscale: #7D7D7D. Windows color (decimal): -11959313 or 15696713. OLE color: 15696713.
HSL color Cylindrical-coordinate representation of color #4983EF: hue angle of 219.04º 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 #4983EF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 131 | 239 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.06 |
| HSL | 219.04º | 0.84% | 0.61% | - |
| HSV(B) | 219.04º | 0.69% | 0.94% | - |
| XYZ | 26.44 | 23.88 | 84.88 | - |
| YUV | 125.97 | 191.78 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 239 | 0.69 | 0.45 | 0 | 0.06 | 219.04 | 0.84 | 0.61 |
| Hex | 49 | 83 | EF | 45 | 2D | 0 | 6 | DB | 54 | 3D |
| Octal | 111 | 203 | 357 | 105 | 55 | 0 | 6 | 333 | 124 | 75 |
| Binary | 1001001 | 10000011 | 11101111 | 1000101 | 101101 | 0 | 110 | 11011011 | 1010100 | 111101 |
Color Harmonies of #4983EF
Complementary color
Monochromatic Colors of #4983EF
Black with #4983EF
Text Example
Text Example
White with #4983EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4983EF; }
p { color: rgb(73,131,239); }
H1.HeaderClassName
{
color: #4983EF;
}
.AnyTagClassName
{
color: #4983EF;
}
</style>
background-color css
<style>
a { background-color: #4983EF; }
a { background-color: rgb(73,131,239); }
div.DivClassName
{
background-color: #4983EF;
}
.BgClassName
{
background-color: #4983EF;
}
</style>
border-color css
<style>
span { border-color: #4983EF; }
span { border-color: rgb(73,131,239); }
td.TdClassName
{
border-color: #4983EF;
}
.TagClassName
{
border-color: #4983EF;
}
</style>