Shades of Loulou #4E2E48
Tints of Loulou #4E2E48
RGB
CMYK
RGB Variations
Color information
#4E2E48 (or 0x4E2E48) is known color: Loulou. HEX triplet: 4E, 2E and 48. RGB value is (78,46,72). Sum of RGB (Red+Green+Blue) = 78+46+72=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E48 is #B1D1B7. Grayscale: #3A3A3A. Windows color (decimal): -11653560 or 4730446. OLE color: 4730446.
HSL color Cylindrical-coordinate representation of color #4E2E48: hue angle of 311.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E48 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 72 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.69 |
| HSL | 311.25º | 0.26% | 0.24% | - |
| HSV(B) | 311.25º | 0.41% | 0.31% | - |
| XYZ | 5.29 | 4.04 | 6.63 | - |
| YUV | 58.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 72 | 0 | 0.41 | 0.08 | 0.69 | 311.25 | 0.26 | 0.24 |
| Hex | 4E | 2E | 48 | 0 | 29 | 8 | 45 | 137 | 1A | 18 |
| Octal | 116 | 56 | 110 | 0 | 51 | 10 | 105 | 467 | 32 | 30 |
| Binary | 1001110 | 101110 | 1001000 | 0 | 101001 | 1000 | 1000101 | 100110111 | 11010 | 11000 |
Color Harmonies of #4E2E48
Complementary color
Monochromatic Colors of #4E2E48
Black with #4E2E48
Text Example
Text Example
White with #4E2E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E48; }
p { color: rgb(78,46,72); }
H1.HeaderClassName
{
color: #4E2E48;
}
.AnyTagClassName
{
color: #4E2E48;
}
</style>
background-color css
<style>
a { background-color: #4E2E48; }
a { background-color: rgb(78,46,72); }
div.DivClassName
{
background-color: #4E2E48;
}
.BgClassName
{
background-color: #4E2E48;
}
</style>
border-color css
<style>
span { border-color: #4E2E48; }
span { border-color: rgb(78,46,72); }
td.TdClassName
{
border-color: #4E2E48;
}
.TagClassName
{
border-color: #4E2E48;
}
</style>