Shades of Royal Blue #4970EE
Tints of Royal Blue #4970EE
RGB
CMYK
RGB Variations
Color information
#4970EE (or 0x4970EE) is known color: Royal Blue. HEX triplet: 49, 70 and EE. RGB value is (73,112,238). Sum of RGB (Red+Green+Blue) = 73+112+238=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #4970EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4970EE is #B68F11. Grayscale: #727272. Windows color (decimal): -11964178 or 15626313. OLE color: 15626313.
HSL color Cylindrical-coordinate representation of color #4970EE: hue angle of 225.82º 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 #4970EE is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 112 | 238 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.07 |
| HSL | 225.82º | 0.83% | 0.61% | - |
| HSV(B) | 225.82º | 0.69% | 0.93% | - |
| XYZ | 23.97 | 19.18 | 83.33 | - |
| YUV | 114.7 | 197.58 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 238 | 0.69 | 0.53 | 0 | 0.07 | 225.82 | 0.83 | 0.61 |
| Hex | 49 | 70 | EE | 45 | 35 | 0 | 7 | E2 | 53 | 3D |
| Octal | 111 | 160 | 356 | 105 | 65 | 0 | 7 | 342 | 123 | 75 |
| Binary | 1001001 | 1110000 | 11101110 | 1000101 | 110101 | 0 | 111 | 11100010 | 1010011 | 111101 |
Color Harmonies of #4970EE
Complementary color
Monochromatic Colors of #4970EE
Black with #4970EE
Text Example
Text Example
White with #4970EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4970EE; }
p { color: rgb(73,112,238); }
H1.HeaderClassName
{
color: #4970EE;
}
.AnyTagClassName
{
color: #4970EE;
}
</style>
background-color css
<style>
a { background-color: #4970EE; }
a { background-color: rgb(73,112,238); }
div.DivClassName
{
background-color: #4970EE;
}
.BgClassName
{
background-color: #4970EE;
}
</style>
border-color css
<style>
span { border-color: #4970EE; }
span { border-color: rgb(73,112,238); }
td.TdClassName
{
border-color: #4970EE;
}
.TagClassName
{
border-color: #4970EE;
}
</style>