Shades of Royal Blue #4E5AE5
Tints of Royal Blue #4E5AE5
RGB
CMYK
RGB Variations
Color information
#4E5AE5 (or 0x4E5AE5) is known color: Royal Blue. HEX triplet: 4E, 5A and E5. RGB value is (78,90,229). Sum of RGB (Red+Green+Blue) = 78+90+229=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #4E5AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5AE5 is #B1A51A. Grayscale: #656565. Windows color (decimal): -11642139 or 15030862. OLE color: 15030862.
HSL color Cylindrical-coordinate representation of color #4E5AE5: hue angle of 235.23º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E5AE5 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 90 | 229 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.10 |
| HSL | 235.23º | 0.74% | 0.6% | - |
| HSV(B) | 235.23º | 0.66% | 0.9% | - |
| XYZ | 20.94 | 14.59 | 75.84 | - |
| YUV | 102.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 229 | 0.66 | 0.61 | 0 | 0.10 | 235.23 | 0.74 | 0.6 |
| Hex | 4E | 5A | E5 | 42 | 3D | 0 | A | EB | 4A | 3C |
| Octal | 116 | 132 | 345 | 102 | 75 | 0 | 12 | 353 | 112 | 74 |
| Binary | 1001110 | 1011010 | 11100101 | 1000010 | 111101 | 0 | 1010 | 11101011 | 1001010 | 111100 |
Color Harmonies of #4E5AE5
Complementary color
Monochromatic Colors of #4E5AE5
Black with #4E5AE5
Text Example
Text Example
White with #4E5AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5AE5; }
p { color: rgb(78,90,229); }
H1.HeaderClassName
{
color: #4E5AE5;
}
.AnyTagClassName
{
color: #4E5AE5;
}
</style>
background-color css
<style>
a { background-color: #4E5AE5; }
a { background-color: rgb(78,90,229); }
div.DivClassName
{
background-color: #4E5AE5;
}
.BgClassName
{
background-color: #4E5AE5;
}
</style>
border-color css
<style>
span { border-color: #4E5AE5; }
span { border-color: rgb(78,90,229); }
td.TdClassName
{
border-color: #4E5AE5;
}
.TagClassName
{
border-color: #4E5AE5;
}
</style>