Shades of Royal Blue #4979EE
Tints of Royal Blue #4979EE
RGB
CMYK
RGB Variations
Color information
#4979EE (or 0x4979EE) is known color: Royal Blue. HEX triplet: 49, 79 and EE. RGB value is (73,121,238). Sum of RGB (Red+Green+Blue) = 73+121+238=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #4979EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4979EE is #B68611. Grayscale: #777777. Windows color (decimal): -11961874 or 15628617. OLE color: 15628617.
HSL color Cylindrical-coordinate representation of color #4979EE: hue angle of 222.55º degrees, saturation: 0.83, 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 #4979EE is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 121 | 238 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.07 |
| HSL | 222.55º | 0.83% | 0.61% | - |
| HSV(B) | 222.55º | 0.69% | 0.93% | - |
| XYZ | 25.02 | 21.26 | 83.67 | - |
| YUV | 119.99 | 194.6 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 238 | 0.69 | 0.49 | 0 | 0.07 | 222.55 | 0.83 | 0.61 |
| Hex | 49 | 79 | EE | 45 | 31 | 0 | 7 | DF | 53 | 3D |
| Octal | 111 | 171 | 356 | 105 | 61 | 0 | 7 | 337 | 123 | 75 |
| Binary | 1001001 | 1111001 | 11101110 | 1000101 | 110001 | 0 | 111 | 11011111 | 1010011 | 111101 |
Color Harmonies of #4979EE
Complementary color
Monochromatic Colors of #4979EE
Black with #4979EE
Text Example
Text Example
White with #4979EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4979EE; }
p { color: rgb(73,121,238); }
H1.HeaderClassName
{
color: #4979EE;
}
.AnyTagClassName
{
color: #4979EE;
}
</style>
background-color css
<style>
a { background-color: #4979EE; }
a { background-color: rgb(73,121,238); }
div.DivClassName
{
background-color: #4979EE;
}
.BgClassName
{
background-color: #4979EE;
}
</style>
border-color css
<style>
span { border-color: #4979EE; }
span { border-color: rgb(73,121,238); }
td.TdClassName
{
border-color: #4979EE;
}
.TagClassName
{
border-color: #4979EE;
}
</style>