Shades of Loulou #4E2D46
Tints of Loulou #4E2D46
RGB
CMYK
RGB Variations
Color information
#4E2D46 (or 0x4E2D46) is known color: Loulou. HEX triplet: 4E, 2D and 46. RGB value is (78,45,70). Sum of RGB (Red+Green+Blue) = 78+45+70=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D46 is #B1D2B9. Grayscale: #393939. Windows color (decimal): -11653818 or 4599118. OLE color: 4599118.
HSL color Cylindrical-coordinate representation of color #4E2D46: hue angle of 314.55º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E2D46 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 45 | 70 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.69 |
| HSL | 314.55º | 0.27% | 0.24% | - |
| HSV(B) | 314.55º | 0.42% | 0.31% | - |
| XYZ | 5.19 | 3.94 | 6.28 | - |
| YUV | 57.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 70 | 0 | 0.42 | 0.10 | 0.69 | 314.55 | 0.27 | 0.24 |
| Hex | 4E | 2D | 46 | 0 | 2A | A | 45 | 13B | 1B | 18 |
| Octal | 116 | 55 | 106 | 0 | 52 | 12 | 105 | 473 | 33 | 30 |
| Binary | 1001110 | 101101 | 1000110 | 0 | 101010 | 1010 | 1000101 | 100111011 | 11011 | 11000 |
Color Harmonies of #4E2D46
Complementary color
Monochromatic Colors of #4E2D46
Black with #4E2D46
Text Example
Text Example
White with #4E2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D46; }
p { color: rgb(78,45,70); }
H1.HeaderClassName
{
color: #4E2D46;
}
.AnyTagClassName
{
color: #4E2D46;
}
</style>
background-color css
<style>
a { background-color: #4E2D46; }
a { background-color: rgb(78,45,70); }
div.DivClassName
{
background-color: #4E2D46;
}
.BgClassName
{
background-color: #4E2D46;
}
</style>
border-color css
<style>
span { border-color: #4E2D46; }
span { border-color: rgb(78,45,70); }
td.TdClassName
{
border-color: #4E2D46;
}
.TagClassName
{
border-color: #4E2D46;
}
</style>