Shades of Royal Blue #4974EE
Tints of Royal Blue #4974EE
RGB
CMYK
RGB Variations
Color information
#4974EE (or 0x4974EE) is known color: Royal Blue. HEX triplet: 49, 74 and EE. RGB value is (73,116,238). Sum of RGB (Red+Green+Blue) = 73+116+238=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #4974EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4974EE is #B68B11. Grayscale: #747474. Windows color (decimal): -11963154 or 15627337. OLE color: 15627337.
HSL color Cylindrical-coordinate representation of color #4974EE: hue angle of 224.36º 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 #4974EE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 116 | 238 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.07 |
| HSL | 224.36º | 0.83% | 0.61% | - |
| HSV(B) | 224.36º | 0.69% | 0.93% | - |
| XYZ | 24.43 | 20.08 | 83.48 | - |
| YUV | 117.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 238 | 0.69 | 0.51 | 0 | 0.07 | 224.36 | 0.83 | 0.61 |
| Hex | 49 | 74 | EE | 45 | 33 | 0 | 7 | E0 | 53 | 3D |
| Octal | 111 | 164 | 356 | 105 | 63 | 0 | 7 | 340 | 123 | 75 |
| Binary | 1001001 | 1110100 | 11101110 | 1000101 | 110011 | 0 | 111 | 11100000 | 1010011 | 111101 |
Color Harmonies of #4974EE
Complementary color
Monochromatic Colors of #4974EE
Black with #4974EE
Text Example
Text Example
White with #4974EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4974EE; }
p { color: rgb(73,116,238); }
H1.HeaderClassName
{
color: #4974EE;
}
.AnyTagClassName
{
color: #4974EE;
}
</style>
background-color css
<style>
a { background-color: #4974EE; }
a { background-color: rgb(73,116,238); }
div.DivClassName
{
background-color: #4974EE;
}
.BgClassName
{
background-color: #4974EE;
}
</style>
border-color css
<style>
span { border-color: #4974EE; }
span { border-color: rgb(73,116,238); }
td.TdClassName
{
border-color: #4974EE;
}
.TagClassName
{
border-color: #4974EE;
}
</style>