Shades of Royal Blue #4982EF
Tints of Royal Blue #4982EF
RGB
CMYK
RGB Variations
Color information
#4982EF (or 0x4982EF) is known color: Royal Blue. HEX triplet: 49, 82 and EF. RGB value is (73,130,239). Sum of RGB (Red+Green+Blue) = 73+130+239=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #4982EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4982EF is #B67D10. Grayscale: #7C7C7C. Windows color (decimal): -11959569 or 15696457. OLE color: 15696457.
HSL color Cylindrical-coordinate representation of color #4982EF: hue angle of 219.4º 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 #4982EF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 130 | 239 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.06 |
| HSL | 219.4º | 0.84% | 0.61% | - |
| HSV(B) | 219.4º | 0.69% | 0.94% | - |
| XYZ | 26.31 | 23.61 | 84.83 | - |
| YUV | 125.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 239 | 0.69 | 0.46 | 0 | 0.06 | 219.4 | 0.84 | 0.61 |
| Hex | 49 | 82 | EF | 45 | 2E | 0 | 6 | DB | 54 | 3D |
| Octal | 111 | 202 | 357 | 105 | 56 | 0 | 6 | 333 | 124 | 75 |
| Binary | 1001001 | 10000010 | 11101111 | 1000101 | 101110 | 0 | 110 | 11011011 | 1010100 | 111101 |
Color Harmonies of #4982EF
Complementary color
Monochromatic Colors of #4982EF
Black with #4982EF
Text Example
Text Example
White with #4982EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982EF; }
p { color: rgb(73,130,239); }
H1.HeaderClassName
{
color: #4982EF;
}
.AnyTagClassName
{
color: #4982EF;
}
</style>
background-color css
<style>
a { background-color: #4982EF; }
a { background-color: rgb(73,130,239); }
div.DivClassName
{
background-color: #4982EF;
}
.BgClassName
{
background-color: #4982EF;
}
</style>
border-color css
<style>
span { border-color: #4982EF; }
span { border-color: rgb(73,130,239); }
td.TdClassName
{
border-color: #4982EF;
}
.TagClassName
{
border-color: #4982EF;
}
</style>