Shades of Royal Blue #4970E8
Tints of Royal Blue #4970E8
RGB
CMYK
RGB Variations
Color information
#4970E8 (or 0x4970E8) is known color: Royal Blue. HEX triplet: 49, 70 and E8. RGB value is (73,112,232). Sum of RGB (Red+Green+Blue) = 73+112+232=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 232 (91.02% from 255 or 55.64% from 417); Max value from RGB is 232 - color contains mainly: blue. Hex color #4970E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4970E8 is #B68F17. Grayscale: #717171. Windows color (decimal): -11964184 or 15233097. OLE color: 15233097.
HSL color Cylindrical-coordinate representation of color #4970E8: hue angle of 225.28º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4970E8 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 112 | 232 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.09 |
| HSL | 225.28º | 0.78% | 0.6% | - |
| HSV(B) | 225.28º | 0.69% | 0.91% | - |
| XYZ | 23.11 | 18.83 | 78.76 | - |
| YUV | 114.02 | 194.58 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 232 | 0.69 | 0.52 | 0 | 0.09 | 225.28 | 0.78 | 0.6 |
| Hex | 49 | 70 | E8 | 45 | 34 | 0 | 9 | E1 | 4E | 3C |
| Octal | 111 | 160 | 350 | 105 | 64 | 0 | 11 | 341 | 116 | 74 |
| Binary | 1001001 | 1110000 | 11101000 | 1000101 | 110100 | 0 | 1001 | 11100001 | 1001110 | 111100 |
Color Harmonies of #4970E8
Complementary color
Monochromatic Colors of #4970E8
Black with #4970E8
Text Example
Text Example
White with #4970E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4970E8; }
p { color: rgb(73,112,232); }
H1.HeaderClassName
{
color: #4970E8;
}
.AnyTagClassName
{
color: #4970E8;
}
</style>
background-color css
<style>
a { background-color: #4970E8; }
a { background-color: rgb(73,112,232); }
div.DivClassName
{
background-color: #4970E8;
}
.BgClassName
{
background-color: #4970E8;
}
</style>
border-color css
<style>
span { border-color: #4970E8; }
span { border-color: rgb(73,112,232); }
td.TdClassName
{
border-color: #4970E8;
}
.TagClassName
{
border-color: #4970E8;
}
</style>