Shades of Loulou #4E2E4A
Tints of Loulou #4E2E4A
RGB
CMYK
RGB Variations
Color information
#4E2E4A (or 0x4E2E4A) is known color: Loulou. HEX triplet: 4E, 2E and 4A. RGB value is (78,46,74). Sum of RGB (Red+Green+Blue) = 78+46+74=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E4A is #B1D1B5. Grayscale: #3A3A3A. Windows color (decimal): -11653558 or 4861518. OLE color: 4861518.
HSL color Cylindrical-coordinate representation of color #4E2E4A: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E4A is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 74 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.69 |
| HSL | 307.5º | 0.26% | 0.24% | - |
| HSV(B) | 307.5º | 0.41% | 0.31% | - |
| XYZ | 5.35 | 4.07 | 6.98 | - |
| YUV | 58.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 74 | 0 | 0.41 | 0.05 | 0.69 | 307.5 | 0.26 | 0.24 |
| Hex | 4E | 2E | 4A | 0 | 29 | 5 | 45 | 134 | 1A | 18 |
| Octal | 116 | 56 | 112 | 0 | 51 | 5 | 105 | 464 | 32 | 30 |
| Binary | 1001110 | 101110 | 1001010 | 0 | 101001 | 101 | 1000101 | 100110100 | 11010 | 11000 |
Color Harmonies of #4E2E4A
Complementary color
Monochromatic Colors of #4E2E4A
Black with #4E2E4A
Text Example
Text Example
White with #4E2E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E4A; }
p { color: rgb(78,46,74); }
H1.HeaderClassName
{
color: #4E2E4A;
}
.AnyTagClassName
{
color: #4E2E4A;
}
</style>
background-color css
<style>
a { background-color: #4E2E4A; }
a { background-color: rgb(78,46,74); }
div.DivClassName
{
background-color: #4E2E4A;
}
.BgClassName
{
background-color: #4E2E4A;
}
</style>
border-color css
<style>
span { border-color: #4E2E4A; }
span { border-color: rgb(78,46,74); }
td.TdClassName
{
border-color: #4E2E4A;
}
.TagClassName
{
border-color: #4E2E4A;
}
</style>