Shades of Loulou #4E2846
Tints of Loulou #4E2846
RGB
CMYK
RGB Variations
Color information
#4E2846 (or 0x4E2846) is known color: Loulou. HEX triplet: 4E, 28 and 46. RGB value is (78,40,70). Sum of RGB (Red+Green+Blue) = 78+40+70=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2846 is #B1D7B9. Grayscale: #363636. Windows color (decimal): -11655098 or 4597838. OLE color: 4597838.
HSL color Cylindrical-coordinate representation of color #4E2846: hue angle of 312.63º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2846 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 70 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.69 |
| HSL | 312.63º | 0.32% | 0.23% | - |
| HSV(B) | 312.63º | 0.49% | 0.31% | - |
| XYZ | 5.01 | 3.58 | 6.22 | - |
| YUV | 54.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 70 | 0 | 0.49 | 0.10 | 0.69 | 312.63 | 0.32 | 0.23 |
| Hex | 4E | 28 | 46 | 0 | 31 | A | 45 | 139 | 20 | 17 |
| Octal | 116 | 50 | 106 | 0 | 61 | 12 | 105 | 471 | 40 | 27 |
| Binary | 1001110 | 101000 | 1000110 | 0 | 110001 | 1010 | 1000101 | 100111001 | 100000 | 10111 |
Color Harmonies of #4E2846
Complementary color
Monochromatic Colors of #4E2846
Black with #4E2846
Text Example
Text Example
White with #4E2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2846; }
p { color: rgb(78,40,70); }
H1.HeaderClassName
{
color: #4E2846;
}
.AnyTagClassName
{
color: #4E2846;
}
</style>
background-color css
<style>
a { background-color: #4E2846; }
a { background-color: rgb(78,40,70); }
div.DivClassName
{
background-color: #4E2846;
}
.BgClassName
{
background-color: #4E2846;
}
</style>
border-color css
<style>
span { border-color: #4E2846; }
span { border-color: rgb(78,40,70); }
td.TdClassName
{
border-color: #4E2846;
}
.TagClassName
{
border-color: #4E2846;
}
</style>