Shades of Rich Blue #4E5EAA
Tints of Rich Blue #4E5EAA
RGB
CMYK
RGB Variations
Color information
#4E5EAA (or 0x4E5EAA) is known color: Rich Blue. HEX triplet: 4E, 5E and AA. RGB value is (78,94,170). Sum of RGB (Red+Green+Blue) = 78+94+170=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5EAA is #B1A155. Grayscale: #616161. Windows color (decimal): -11641174 or 11165262. OLE color: 11165262.
HSL color Cylindrical-coordinate representation of color #4E5EAA: hue angle of 229.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E5EAA is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 94 | 170 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.33 |
| HSL | 229.57º | 0.37% | 0.49% | - |
| HSV(B) | 229.57º | 0.54% | 0.67% | - |
| XYZ | 14.4 | 12.53 | 39.69 | - |
| YUV | 97.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 170 | 0.54 | 0.45 | 0 | 0.33 | 229.57 | 0.37 | 0.49 |
| Hex | 4E | 5E | AA | 36 | 2D | 0 | 21 | E6 | 25 | 31 |
| Octal | 116 | 136 | 252 | 66 | 55 | 0 | 41 | 346 | 45 | 61 |
| Binary | 1001110 | 1011110 | 10101010 | 110110 | 101101 | 0 | 100001 | 11100110 | 100101 | 110001 |
Color Harmonies of #4E5EAA
Complementary color
Monochromatic Colors of #4E5EAA
Black with #4E5EAA
Text Example
Text Example
White with #4E5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5EAA; }
p { color: rgb(78,94,170); }
H1.HeaderClassName
{
color: #4E5EAA;
}
.AnyTagClassName
{
color: #4E5EAA;
}
</style>
background-color css
<style>
a { background-color: #4E5EAA; }
a { background-color: rgb(78,94,170); }
div.DivClassName
{
background-color: #4E5EAA;
}
.BgClassName
{
background-color: #4E5EAA;
}
</style>
border-color css
<style>
span { border-color: #4E5EAA; }
span { border-color: rgb(78,94,170); }
td.TdClassName
{
border-color: #4E5EAA;
}
.TagClassName
{
border-color: #4E5EAA;
}
</style>