Shades of Loulou #4E2A42
Tints of Loulou #4E2A42
RGB
CMYK
RGB Variations
Color information
#4E2A42 (or 0x4E2A42) is known color: Loulou. HEX triplet: 4E, 2A and 42. RGB value is (78,42,66). Sum of RGB (Red+Green+Blue) = 78+42+66=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A42 is #B1D5BD. Grayscale: #373737. Windows color (decimal): -11654590 or 4336206. OLE color: 4336206.
HSL color Cylindrical-coordinate representation of color #4E2A42: hue angle of 320º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E2A42 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 42 | 66 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.69 |
| HSL | 320º | 0.3% | 0.24% | - |
| HSV(B) | 320º | 0.46% | 0.31% | - |
| XYZ | 4.95 | 3.67 | 5.6 | - |
| YUV | 55.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 66 | 0 | 0.46 | 0.15 | 0.69 | 320 | 0.3 | 0.24 |
| Hex | 4E | 2A | 42 | 0 | 2E | F | 45 | 140 | 1E | 18 |
| Octal | 116 | 52 | 102 | 0 | 56 | 17 | 105 | 500 | 36 | 30 |
| Binary | 1001110 | 101010 | 1000010 | 0 | 101110 | 1111 | 1000101 | 101000000 | 11110 | 11000 |
Color Harmonies of #4E2A42
Complementary color
Monochromatic Colors of #4E2A42
Black with #4E2A42
Text Example
Text Example
White with #4E2A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A42; }
p { color: rgb(78,42,66); }
H1.HeaderClassName
{
color: #4E2A42;
}
.AnyTagClassName
{
color: #4E2A42;
}
</style>
background-color css
<style>
a { background-color: #4E2A42; }
a { background-color: rgb(78,42,66); }
div.DivClassName
{
background-color: #4E2A42;
}
.BgClassName
{
background-color: #4E2A42;
}
</style>
border-color css
<style>
span { border-color: #4E2A42; }
span { border-color: rgb(78,42,66); }
td.TdClassName
{
border-color: #4E2A42;
}
.TagClassName
{
border-color: #4E2A42;
}
</style>