Shades of Royal Blue #4A5EEC
Tints of Royal Blue #4A5EEC
RGB
CMYK
RGB Variations
Color information
#4A5EEC (or 0x4A5EEC) is known color: Royal Blue. HEX triplet: 4A, 5E and EC. RGB value is (74,94,236). Sum of RGB (Red+Green+Blue) = 74+94+236=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A5EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5EEC is #B5A113. Grayscale: #676767. Windows color (decimal): -11903252 or 15490634. OLE color: 15490634.
HSL color Cylindrical-coordinate representation of color #4A5EEC: hue angle of 232.59º degrees, saturation: 0.81, 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 #4A5EEC is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 94 | 236 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.07 |
| HSL | 232.59º | 0.81% | 0.61% | - |
| HSV(B) | 232.59º | 0.69% | 0.93% | - |
| XYZ | 21.97 | 15.52 | 81.19 | - |
| YUV | 104.21 | 202.37 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 94 | 236 | 0.69 | 0.60 | 0 | 0.07 | 232.59 | 0.81 | 0.61 |
| Hex | 4A | 5E | EC | 45 | 3C | 0 | 7 | E9 | 51 | 3D |
| Octal | 112 | 136 | 354 | 105 | 74 | 0 | 7 | 351 | 121 | 75 |
| Binary | 1001010 | 1011110 | 11101100 | 1000101 | 111100 | 0 | 111 | 11101001 | 1010001 | 111101 |
Color Harmonies of #4A5EEC
Complementary color
Monochromatic Colors of #4A5EEC
Black with #4A5EEC
Text Example
Text Example
White with #4A5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5EEC; }
p { color: rgb(74,94,236); }
H1.HeaderClassName
{
color: #4A5EEC;
}
.AnyTagClassName
{
color: #4A5EEC;
}
</style>
background-color css
<style>
a { background-color: #4A5EEC; }
a { background-color: rgb(74,94,236); }
div.DivClassName
{
background-color: #4A5EEC;
}
.BgClassName
{
background-color: #4A5EEC;
}
</style>
border-color css
<style>
span { border-color: #4A5EEC; }
span { border-color: rgb(74,94,236); }
td.TdClassName
{
border-color: #4A5EEC;
}
.TagClassName
{
border-color: #4A5EEC;
}
</style>