Shades of Loulou #4E3946
Tints of Loulou #4E3946
RGB
CMYK
RGB Variations
Color information
#4E3946 (or 0x4E3946) is known color: Loulou. HEX triplet: 4E, 39 and 46. RGB value is (78,57,70). Sum of RGB (Red+Green+Blue) = 78+57+70=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3946 is #B1C6B9. Grayscale: #404040. Windows color (decimal): -11650746 or 4602190. OLE color: 4602190.
HSL color Cylindrical-coordinate representation of color #4E3946: hue angle of 322.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E3946 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 70 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.69 |
| HSL | 322.86º | 0.16% | 0.26% | - |
| HSV(B) | 322.86º | 0.27% | 0.31% | - |
| XYZ | 5.71 | 4.99 | 6.46 | - |
| YUV | 64.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 70 | 0 | 0.27 | 0.10 | 0.69 | 322.86 | 0.16 | 0.26 |
| Hex | 4E | 39 | 46 | 0 | 1B | A | 45 | 143 | 10 | 1A |
| Octal | 116 | 71 | 106 | 0 | 33 | 12 | 105 | 503 | 20 | 32 |
| Binary | 1001110 | 111001 | 1000110 | 0 | 11011 | 1010 | 1000101 | 101000011 | 10000 | 11010 |
Color Harmonies of #4E3946
Complementary color
Monochromatic Colors of #4E3946
Black with #4E3946
Text Example
Text Example
White with #4E3946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3946; }
p { color: rgb(78,57,70); }
H1.HeaderClassName
{
color: #4E3946;
}
.AnyTagClassName
{
color: #4E3946;
}
</style>
background-color css
<style>
a { background-color: #4E3946; }
a { background-color: rgb(78,57,70); }
div.DivClassName
{
background-color: #4E3946;
}
.BgClassName
{
background-color: #4E3946;
}
</style>
border-color css
<style>
span { border-color: #4E3946; }
span { border-color: rgb(78,57,70); }
td.TdClassName
{
border-color: #4E3946;
}
.TagClassName
{
border-color: #4E3946;
}
</style>