Shades of Loulou #4E354D
Tints of Loulou #4E354D
RGB
CMYK
RGB Variations
Color information
#4E354D (or 0x4E354D) is known color: Loulou. HEX triplet: 4E, 35 and 4D. RGB value is (78,53,77). Sum of RGB (Red+Green+Blue) = 78+53+77=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 78 - color contains mainly: red. Hex color #4E354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E354D is #B1CAB2. Grayscale: #3F3F3F. Windows color (decimal): -11651763 or 5059918. OLE color: 5059918.
HSL color Cylindrical-coordinate representation of color #4E354D: hue angle of 302.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E354D is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 77 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.69 |
| HSL | 302.4º | 0.19% | 0.26% | - |
| HSV(B) | 302.4º | 0.32% | 0.31% | - |
| XYZ | 5.75 | 4.7 | 7.63 | - |
| YUV | 63.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 77 | 0 | 0.32 | 0.01 | 0.69 | 302.4 | 0.19 | 0.26 |
| Hex | 4E | 35 | 4D | 0 | 20 | 1 | 45 | 12E | 13 | 1A |
| Octal | 116 | 65 | 115 | 0 | 40 | 1 | 105 | 456 | 23 | 32 |
| Binary | 1001110 | 110101 | 1001101 | 0 | 100000 | 1 | 1000101 | 100101110 | 10011 | 11010 |
Color Harmonies of #4E354D
Complementary color
Monochromatic Colors of #4E354D
Black with #4E354D
Text Example
Text Example
White with #4E354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E354D; }
p { color: rgb(78,53,77); }
H1.HeaderClassName
{
color: #4E354D;
}
.AnyTagClassName
{
color: #4E354D;
}
</style>
background-color css
<style>
a { background-color: #4E354D; }
a { background-color: rgb(78,53,77); }
div.DivClassName
{
background-color: #4E354D;
}
.BgClassName
{
background-color: #4E354D;
}
</style>
border-color css
<style>
span { border-color: #4E354D; }
span { border-color: rgb(78,53,77); }
td.TdClassName
{
border-color: #4E354D;
}
.TagClassName
{
border-color: #4E354D;
}
</style>