Shades of Loulou #4E2742
Tints of Loulou #4E2742
RGB
CMYK
RGB Variations
Color information
#4E2742 (or 0x4E2742) is known color: Loulou. HEX triplet: 4E, 27 and 42. RGB value is (78,39,66). Sum of RGB (Red+Green+Blue) = 78+39+66=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2742 is #B1D8BD. Grayscale: #353535. Windows color (decimal): -11655358 or 4335438. OLE color: 4335438.
HSL color Cylindrical-coordinate representation of color #4E2742: hue angle of 318.46º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E2742 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 66 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.69 |
| HSL | 318.46º | 0.33% | 0.23% | - |
| HSV(B) | 318.46º | 0.5% | 0.31% | - |
| XYZ | 4.85 | 3.46 | 5.57 | - |
| YUV | 53.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 66 | 0 | 0.50 | 0.15 | 0.69 | 318.46 | 0.33 | 0.23 |
| Hex | 4E | 27 | 42 | 0 | 32 | F | 45 | 13E | 21 | 17 |
| Octal | 116 | 47 | 102 | 0 | 62 | 17 | 105 | 476 | 41 | 27 |
| Binary | 1001110 | 100111 | 1000010 | 0 | 110010 | 1111 | 1000101 | 100111110 | 100001 | 10111 |
Color Harmonies of #4E2742
Complementary color
Monochromatic Colors of #4E2742
Black with #4E2742
Text Example
Text Example
White with #4E2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2742; }
p { color: rgb(78,39,66); }
H1.HeaderClassName
{
color: #4E2742;
}
.AnyTagClassName
{
color: #4E2742;
}
</style>
background-color css
<style>
a { background-color: #4E2742; }
a { background-color: rgb(78,39,66); }
div.DivClassName
{
background-color: #4E2742;
}
.BgClassName
{
background-color: #4E2742;
}
</style>
border-color css
<style>
span { border-color: #4E2742; }
span { border-color: rgb(78,39,66); }
td.TdClassName
{
border-color: #4E2742;
}
.TagClassName
{
border-color: #4E2742;
}
</style>