Shades of Loulou #4E314D
Tints of Loulou #4E314D
RGB
CMYK
RGB Variations
Color information
#4E314D (or 0x4E314D) is known color: Loulou. HEX triplet: 4E, 31 and 4D. RGB value is (78,49,77). Sum of RGB (Red+Green+Blue) = 78+49+77=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E314D is #B1CEB2. Grayscale: #3C3C3C. Windows color (decimal): -11652787 or 5058894. OLE color: 5058894.
HSL color Cylindrical-coordinate representation of color #4E314D: hue angle of 302.07º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E314D is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 77 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.69 |
| HSL | 302.07º | 0.23% | 0.25% | - |
| HSV(B) | 302.07º | 0.37% | 0.31% | - |
| XYZ | 5.58 | 4.35 | 7.57 | - |
| YUV | 60.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 77 | 0 | 0.37 | 0.01 | 0.69 | 302.07 | 0.23 | 0.25 |
| Hex | 4E | 31 | 4D | 0 | 25 | 1 | 45 | 12E | 17 | 19 |
| Octal | 116 | 61 | 115 | 0 | 45 | 1 | 105 | 456 | 27 | 31 |
| Binary | 1001110 | 110001 | 1001101 | 0 | 100101 | 1 | 1000101 | 100101110 | 10111 | 11001 |
Color Harmonies of #4E314D
Complementary color
Monochromatic Colors of #4E314D
Black with #4E314D
Text Example
Text Example
White with #4E314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E314D; }
p { color: rgb(78,49,77); }
H1.HeaderClassName
{
color: #4E314D;
}
.AnyTagClassName
{
color: #4E314D;
}
</style>
background-color css
<style>
a { background-color: #4E314D; }
a { background-color: rgb(78,49,77); }
div.DivClassName
{
background-color: #4E314D;
}
.BgClassName
{
background-color: #4E314D;
}
</style>
border-color css
<style>
span { border-color: #4E314D; }
span { border-color: rgb(78,49,77); }
td.TdClassName
{
border-color: #4E314D;
}
.TagClassName
{
border-color: #4E314D;
}
</style>