Shades of Royal Blue #4574EC
Tints of Royal Blue #4574EC
RGB
CMYK
RGB Variations
Color information
#4574EC (or 0x4574EC) is known color: Royal Blue. HEX triplet: 45, 74 and EC. RGB value is (69,116,236). Sum of RGB (Red+Green+Blue) = 69+116+236=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #4574EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4574EC is #BA8B13. Grayscale: #737373. Windows color (decimal): -12225300 or 15496261. OLE color: 15496261.
HSL color Cylindrical-coordinate representation of color #4574EC: hue angle of 223.11º 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 #4574EC is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 116 | 236 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.07 |
| HSL | 223.11º | 0.81% | 0.6% | - |
| HSV(B) | 223.11º | 0.71% | 0.93% | - |
| XYZ | 23.84 | 19.81 | 81.92 | - |
| YUV | 115.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 236 | 0.71 | 0.51 | 0 | 0.07 | 223.11 | 0.81 | 0.6 |
| Hex | 45 | 74 | EC | 47 | 33 | 0 | 7 | DF | 51 | 3C |
| Octal | 105 | 164 | 354 | 107 | 63 | 0 | 7 | 337 | 121 | 74 |
| Binary | 1000101 | 1110100 | 11101100 | 1000111 | 110011 | 0 | 111 | 11011111 | 1010001 | 111100 |
Color Harmonies of #4574EC
Complementary color
Monochromatic Colors of #4574EC
Black with #4574EC
Text Example
Text Example
White with #4574EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574EC; }
p { color: rgb(69,116,236); }
H1.HeaderClassName
{
color: #4574EC;
}
.AnyTagClassName
{
color: #4574EC;
}
</style>
background-color css
<style>
a { background-color: #4574EC; }
a { background-color: rgb(69,116,236); }
div.DivClassName
{
background-color: #4574EC;
}
.BgClassName
{
background-color: #4574EC;
}
</style>
border-color css
<style>
span { border-color: #4574EC; }
span { border-color: rgb(69,116,236); }
td.TdClassName
{
border-color: #4574EC;
}
.TagClassName
{
border-color: #4574EC;
}
</style>