Shades of Loulou #4E324D
Tints of Loulou #4E324D
RGB
CMYK
RGB Variations
Color information
#4E324D (or 0x4E324D) is known color: Loulou. HEX triplet: 4E, 32 and 4D. RGB value is (78,50,77). Sum of RGB (Red+Green+Blue) = 78+50+77=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E324D is #B1CDB2. Grayscale: #3D3D3D. Windows color (decimal): -11652531 or 5059150. OLE color: 5059150.
HSL color Cylindrical-coordinate representation of color #4E324D: hue angle of 302.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E324D is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 77 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.69 |
| HSL | 302.14º | 0.22% | 0.25% | - |
| HSV(B) | 302.14º | 0.36% | 0.31% | - |
| XYZ | 5.62 | 4.44 | 7.58 | - |
| YUV | 61.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 77 | 0 | 0.36 | 0.01 | 0.69 | 302.14 | 0.22 | 0.25 |
| Hex | 4E | 32 | 4D | 0 | 24 | 1 | 45 | 12E | 16 | 19 |
| Octal | 116 | 62 | 115 | 0 | 44 | 1 | 105 | 456 | 26 | 31 |
| Binary | 1001110 | 110010 | 1001101 | 0 | 100100 | 1 | 1000101 | 100101110 | 10110 | 11001 |
Color Harmonies of #4E324D
Complementary color
Monochromatic Colors of #4E324D
Black with #4E324D
Text Example
Text Example
White with #4E324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E324D; }
p { color: rgb(78,50,77); }
H1.HeaderClassName
{
color: #4E324D;
}
.AnyTagClassName
{
color: #4E324D;
}
</style>
background-color css
<style>
a { background-color: #4E324D; }
a { background-color: rgb(78,50,77); }
div.DivClassName
{
background-color: #4E324D;
}
.BgClassName
{
background-color: #4E324D;
}
</style>
border-color css
<style>
span { border-color: #4E324D; }
span { border-color: rgb(78,50,77); }
td.TdClassName
{
border-color: #4E324D;
}
.TagClassName
{
border-color: #4E324D;
}
</style>