Shades of Royal Blue #4570EC
Tints of Royal Blue #4570EC
RGB
CMYK
RGB Variations
Color information
#4570EC (or 0x4570EC) is known color: Royal Blue. HEX triplet: 45, 70 and EC. RGB value is (69,112,236). Sum of RGB (Red+Green+Blue) = 69+112+236=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #4570EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4570EC is #BA8F13. Grayscale: #707070. Windows color (decimal): -12226324 or 15495237. OLE color: 15495237.
HSL color Cylindrical-coordinate representation of color #4570EC: hue angle of 224.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4570EC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 112 | 236 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.07 |
| HSL | 224.55º | 0.81% | 0.6% | - |
| HSV(B) | 224.55º | 0.71% | 0.93% | - |
| XYZ | 23.39 | 18.91 | 81.77 | - |
| YUV | 113.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 236 | 0.71 | 0.53 | 0 | 0.07 | 224.55 | 0.81 | 0.6 |
| Hex | 45 | 70 | EC | 47 | 35 | 0 | 7 | E1 | 51 | 3C |
| Octal | 105 | 160 | 354 | 107 | 65 | 0 | 7 | 341 | 121 | 74 |
| Binary | 1000101 | 1110000 | 11101100 | 1000111 | 110101 | 0 | 111 | 11100001 | 1010001 | 111100 |
Color Harmonies of #4570EC
Complementary color
Monochromatic Colors of #4570EC
Black with #4570EC
Text Example
Text Example
White with #4570EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570EC; }
p { color: rgb(69,112,236); }
H1.HeaderClassName
{
color: #4570EC;
}
.AnyTagClassName
{
color: #4570EC;
}
</style>
background-color css
<style>
a { background-color: #4570EC; }
a { background-color: rgb(69,112,236); }
div.DivClassName
{
background-color: #4570EC;
}
.BgClassName
{
background-color: #4570EC;
}
</style>
border-color css
<style>
span { border-color: #4570EC; }
span { border-color: rgb(69,112,236); }
td.TdClassName
{
border-color: #4570EC;
}
.TagClassName
{
border-color: #4570EC;
}
</style>