Shades of Loulou #4E2F49
Tints of Loulou #4E2F49
RGB
CMYK
RGB Variations
Color information
#4E2F49 (or 0x4E2F49) is known color: Loulou. HEX triplet: 4E, 2F and 49. RGB value is (78,47,73). Sum of RGB (Red+Green+Blue) = 78+47+73=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F49 is #B1D0B6. Grayscale: #3B3B3B. Windows color (decimal): -11653303 or 4796238. OLE color: 4796238.
HSL color Cylindrical-coordinate representation of color #4E2F49: hue angle of 309.68º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E2F49 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 73 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.69 |
| HSL | 309.68º | 0.25% | 0.25% | - |
| HSV(B) | 309.68º | 0.4% | 0.31% | - |
| XYZ | 5.36 | 4.13 | 6.82 | - |
| YUV | 59.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 73 | 0 | 0.40 | 0.06 | 0.69 | 309.68 | 0.25 | 0.25 |
| Hex | 4E | 2F | 49 | 0 | 28 | 6 | 45 | 136 | 19 | 19 |
| Octal | 116 | 57 | 111 | 0 | 50 | 6 | 105 | 466 | 31 | 31 |
| Binary | 1001110 | 101111 | 1001001 | 0 | 101000 | 110 | 1000101 | 100110110 | 11001 | 11001 |
Color Harmonies of #4E2F49
Complementary color
Monochromatic Colors of #4E2F49
Black with #4E2F49
Text Example
Text Example
White with #4E2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F49; }
p { color: rgb(78,47,73); }
H1.HeaderClassName
{
color: #4E2F49;
}
.AnyTagClassName
{
color: #4E2F49;
}
</style>
background-color css
<style>
a { background-color: #4E2F49; }
a { background-color: rgb(78,47,73); }
div.DivClassName
{
background-color: #4E2F49;
}
.BgClassName
{
background-color: #4E2F49;
}
</style>
border-color css
<style>
span { border-color: #4E2F49; }
span { border-color: rgb(78,47,73); }
td.TdClassName
{
border-color: #4E2F49;
}
.TagClassName
{
border-color: #4E2F49;
}
</style>