Shades of Loulou #4E2D49
Tints of Loulou #4E2D49
RGB
CMYK
RGB Variations
Color information
#4E2D49 (or 0x4E2D49) is known color: Loulou. HEX triplet: 4E, 2D and 49. RGB value is (78,45,73). Sum of RGB (Red+Green+Blue) = 78+45+73=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D49 is #B1D2B6. Grayscale: #393939. Windows color (decimal): -11653815 or 4795726. OLE color: 4795726.
HSL color Cylindrical-coordinate representation of color #4E2D49: hue angle of 309.09º 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 #4E2D49 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 45 | 73 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.69 |
| HSL | 309.09º | 0.27% | 0.24% | - |
| HSV(B) | 309.09º | 0.42% | 0.31% | - |
| XYZ | 5.28 | 3.98 | 6.79 | - |
| YUV | 58.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 73 | 0 | 0.42 | 0.06 | 0.69 | 309.09 | 0.27 | 0.24 |
| Hex | 4E | 2D | 49 | 0 | 2A | 6 | 45 | 135 | 1B | 18 |
| Octal | 116 | 55 | 111 | 0 | 52 | 6 | 105 | 465 | 33 | 30 |
| Binary | 1001110 | 101101 | 1001001 | 0 | 101010 | 110 | 1000101 | 100110101 | 11011 | 11000 |
Color Harmonies of #4E2D49
Complementary color
Monochromatic Colors of #4E2D49
Black with #4E2D49
Text Example
Text Example
White with #4E2D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D49; }
p { color: rgb(78,45,73); }
H1.HeaderClassName
{
color: #4E2D49;
}
.AnyTagClassName
{
color: #4E2D49;
}
</style>
background-color css
<style>
a { background-color: #4E2D49; }
a { background-color: rgb(78,45,73); }
div.DivClassName
{
background-color: #4E2D49;
}
.BgClassName
{
background-color: #4E2D49;
}
</style>
border-color css
<style>
span { border-color: #4E2D49; }
span { border-color: rgb(78,45,73); }
td.TdClassName
{
border-color: #4E2D49;
}
.TagClassName
{
border-color: #4E2D49;
}
</style>