Shades of Royal Blue #4470EC
Tints of Royal Blue #4470EC
RGB
CMYK
RGB Variations
Color information
#4470EC (or 0x4470EC) is known color: Royal Blue. HEX triplet: 44, 70 and EC. RGB value is (68,112,236). Sum of RGB (Red+Green+Blue) = 68+112+236=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #4470EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4470EC is #BB8F13. Grayscale: #707070. Windows color (decimal): -12291860 or 15495236. OLE color: 15495236.
HSL color Cylindrical-coordinate representation of color #4470EC: hue angle of 224.29º degrees, saturation: 0.82, 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 #4470EC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 112 | 236 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.07 |
| HSL | 224.29º | 0.82% | 0.6% | - |
| HSV(B) | 224.29º | 0.71% | 0.93% | - |
| XYZ | 23.32 | 18.87 | 81.77 | - |
| YUV | 112.98 | 197.42 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 236 | 0.71 | 0.53 | 0 | 0.07 | 224.29 | 0.82 | 0.6 |
| Hex | 44 | 70 | EC | 47 | 35 | 0 | 7 | E0 | 52 | 3C |
| Octal | 104 | 160 | 354 | 107 | 65 | 0 | 7 | 340 | 122 | 74 |
| Binary | 1000100 | 1110000 | 11101100 | 1000111 | 110101 | 0 | 111 | 11100000 | 1010010 | 111100 |
Color Harmonies of #4470EC
Complementary color
Monochromatic Colors of #4470EC
Black with #4470EC
Text Example
Text Example
White with #4470EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4470EC; }
p { color: rgb(68,112,236); }
H1.HeaderClassName
{
color: #4470EC;
}
.AnyTagClassName
{
color: #4470EC;
}
</style>
background-color css
<style>
a { background-color: #4470EC; }
a { background-color: rgb(68,112,236); }
div.DivClassName
{
background-color: #4470EC;
}
.BgClassName
{
background-color: #4470EC;
}
</style>
border-color css
<style>
span { border-color: #4470EC; }
span { border-color: rgb(68,112,236); }
td.TdClassName
{
border-color: #4470EC;
}
.TagClassName
{
border-color: #4470EC;
}
</style>