Shades of Rich Blue #4E51A9
Tints of Rich Blue #4E51A9
RGB
CMYK
RGB Variations
Color information
#4E51A9 (or 0x4E51A9) is known color: Rich Blue. HEX triplet: 4E, 51 and A9. RGB value is (78,81,169). Sum of RGB (Red+Green+Blue) = 78+81+169=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #4E51A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E51A9 is #B1AE56. Grayscale: #595959. Windows color (decimal): -11644503 or 11096398. OLE color: 11096398.
HSL color Cylindrical-coordinate representation of color #4E51A9: hue angle of 238.02º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E51A9 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 81 | 169 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.34 |
| HSL | 238.02º | 0.37% | 0.48% | - |
| HSV(B) | 238.02º | 0.54% | 0.66% | - |
| XYZ | 13.25 | 10.37 | 38.84 | - |
| YUV | 90.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 169 | 0.54 | 0.52 | 0 | 0.34 | 238.02 | 0.37 | 0.48 |
| Hex | 4E | 51 | A9 | 36 | 34 | 0 | 22 | EE | 25 | 30 |
| Octal | 116 | 121 | 251 | 66 | 64 | 0 | 42 | 356 | 45 | 60 |
| Binary | 1001110 | 1010001 | 10101001 | 110110 | 110100 | 0 | 100010 | 11101110 | 100101 | 110000 |
Color Harmonies of #4E51A9
Complementary color
Monochromatic Colors of #4E51A9
Black with #4E51A9
Text Example
Text Example
White with #4E51A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E51A9; }
p { color: rgb(78,81,169); }
H1.HeaderClassName
{
color: #4E51A9;
}
.AnyTagClassName
{
color: #4E51A9;
}
</style>
background-color css
<style>
a { background-color: #4E51A9; }
a { background-color: rgb(78,81,169); }
div.DivClassName
{
background-color: #4E51A9;
}
.BgClassName
{
background-color: #4E51A9;
}
</style>
border-color css
<style>
span { border-color: #4E51A9; }
span { border-color: rgb(78,81,169); }
td.TdClassName
{
border-color: #4E51A9;
}
.TagClassName
{
border-color: #4E51A9;
}
</style>