Shades of Royal Blue #4A5EE9
Tints of Royal Blue #4A5EE9
RGB
CMYK
RGB Variations
Color information
#4A5EE9 (or 0x4A5EE9) is known color: Royal Blue. HEX triplet: 4A, 5E and E9. RGB value is (74,94,233). Sum of RGB (Red+Green+Blue) = 74+94+233=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #4A5EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5EE9 is #B5A116. Grayscale: #676767. Windows color (decimal): -11903255 or 15294026. OLE color: 15294026.
HSL color Cylindrical-coordinate representation of color #4A5EE9: hue angle of 232.45º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A5EE9 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 94 | 233 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.09 |
| HSL | 232.45º | 0.78% | 0.6% | - |
| HSV(B) | 232.45º | 0.68% | 0.91% | - |
| XYZ | 21.53 | 15.34 | 78.92 | - |
| YUV | 103.87 | 200.87 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 94 | 233 | 0.68 | 0.60 | 0 | 0.09 | 232.45 | 0.78 | 0.6 |
| Hex | 4A | 5E | E9 | 44 | 3C | 0 | 9 | E8 | 4E | 3C |
| Octal | 112 | 136 | 351 | 104 | 74 | 0 | 11 | 350 | 116 | 74 |
| Binary | 1001010 | 1011110 | 11101001 | 1000100 | 111100 | 0 | 1001 | 11101000 | 1001110 | 111100 |
Color Harmonies of #4A5EE9
Complementary color
Monochromatic Colors of #4A5EE9
Black with #4A5EE9
Text Example
Text Example
White with #4A5EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5EE9; }
p { color: rgb(74,94,233); }
H1.HeaderClassName
{
color: #4A5EE9;
}
.AnyTagClassName
{
color: #4A5EE9;
}
</style>
background-color css
<style>
a { background-color: #4A5EE9; }
a { background-color: rgb(74,94,233); }
div.DivClassName
{
background-color: #4A5EE9;
}
.BgClassName
{
background-color: #4A5EE9;
}
</style>
border-color css
<style>
span { border-color: #4A5EE9; }
span { border-color: rgb(74,94,233); }
td.TdClassName
{
border-color: #4A5EE9;
}
.TagClassName
{
border-color: #4A5EE9;
}
</style>