Shades of Loulou #4E2C44
Tints of Loulou #4E2C44
RGB
CMYK
RGB Variations
Color information
#4E2C44 (or 0x4E2C44) is known color: Loulou. HEX triplet: 4E, 2C and 44. RGB value is (78,44,68). Sum of RGB (Red+Green+Blue) = 78+44+68=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C44 is #B1D3BB. Grayscale: #383838. Windows color (decimal): -11654076 or 4467790. OLE color: 4467790.
HSL color Cylindrical-coordinate representation of color #4E2C44: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E2C44 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 44 | 68 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.69 |
| HSL | 317.65º | 0.28% | 0.24% | - |
| HSV(B) | 317.65º | 0.44% | 0.31% | - |
| XYZ | 5.09 | 3.84 | 5.94 | - |
| YUV | 56.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 68 | 0 | 0.44 | 0.13 | 0.69 | 317.65 | 0.28 | 0.24 |
| Hex | 4E | 2C | 44 | 0 | 2C | D | 45 | 13E | 1C | 18 |
| Octal | 116 | 54 | 104 | 0 | 54 | 15 | 105 | 476 | 34 | 30 |
| Binary | 1001110 | 101100 | 1000100 | 0 | 101100 | 1101 | 1000101 | 100111110 | 11100 | 11000 |
Color Harmonies of #4E2C44
Complementary color
Monochromatic Colors of #4E2C44
Black with #4E2C44
Text Example
Text Example
White with #4E2C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2C44; }
p { color: rgb(78,44,68); }
H1.HeaderClassName
{
color: #4E2C44;
}
.AnyTagClassName
{
color: #4E2C44;
}
</style>
background-color css
<style>
a { background-color: #4E2C44; }
a { background-color: rgb(78,44,68); }
div.DivClassName
{
background-color: #4E2C44;
}
.BgClassName
{
background-color: #4E2C44;
}
</style>
border-color css
<style>
span { border-color: #4E2C44; }
span { border-color: rgb(78,44,68); }
td.TdClassName
{
border-color: #4E2C44;
}
.TagClassName
{
border-color: #4E2C44;
}
</style>