Shades of Rich Blue #4E5AAB
Tints of Rich Blue #4E5AAB
RGB
CMYK
RGB Variations
Color information
#4E5AAB (or 0x4E5AAB) is known color: Rich Blue. HEX triplet: 4E, 5A and AB. RGB value is (78,90,171). Sum of RGB (Red+Green+Blue) = 78+90+171=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E5AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5AAB is #B1A554. Grayscale: #5F5F5F. Windows color (decimal): -11642197 or 11229774. OLE color: 11229774.
HSL color Cylindrical-coordinate representation of color #4E5AAB: hue angle of 232.26º 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 #4E5AAB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 90 | 171 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.33 |
| HSL | 232.26º | 0.37% | 0.49% | - |
| HSV(B) | 232.26º | 0.54% | 0.67% | - |
| XYZ | 14.15 | 11.87 | 40.07 | - |
| YUV | 95.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 171 | 0.54 | 0.47 | 0 | 0.33 | 232.26 | 0.37 | 0.49 |
| Hex | 4E | 5A | AB | 36 | 2F | 0 | 21 | E8 | 25 | 31 |
| Octal | 116 | 132 | 253 | 66 | 57 | 0 | 41 | 350 | 45 | 61 |
| Binary | 1001110 | 1011010 | 10101011 | 110110 | 101111 | 0 | 100001 | 11101000 | 100101 | 110001 |
Color Harmonies of #4E5AAB
Complementary color
Monochromatic Colors of #4E5AAB
Black with #4E5AAB
Text Example
Text Example
White with #4E5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5AAB; }
p { color: rgb(78,90,171); }
H1.HeaderClassName
{
color: #4E5AAB;
}
.AnyTagClassName
{
color: #4E5AAB;
}
</style>
background-color css
<style>
a { background-color: #4E5AAB; }
a { background-color: rgb(78,90,171); }
div.DivClassName
{
background-color: #4E5AAB;
}
.BgClassName
{
background-color: #4E5AAB;
}
</style>
border-color css
<style>
span { border-color: #4E5AAB; }
span { border-color: rgb(78,90,171); }
td.TdClassName
{
border-color: #4E5AAB;
}
.TagClassName
{
border-color: #4E5AAB;
}
</style>