Shades of Loulou #4E394A
Tints of Loulou #4E394A
RGB
CMYK
RGB Variations
Color information
#4E394A (or 0x4E394A) is known color: Loulou. HEX triplet: 4E, 39 and 4A. RGB value is (78,57,74). Sum of RGB (Red+Green+Blue) = 78+57+74=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E394A is #B1C6B5. Grayscale: #414141. Windows color (decimal): -11650742 or 4864334. OLE color: 4864334.
HSL color Cylindrical-coordinate representation of color #4E394A: hue angle of 311.43º 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 #4E394A is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 74 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.69 |
| HSL | 311.43º | 0.16% | 0.26% | - |
| HSV(B) | 311.43º | 0.27% | 0.31% | - |
| XYZ | 5.84 | 5.04 | 7.14 | - |
| YUV | 65.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 74 | 0 | 0.27 | 0.05 | 0.69 | 311.43 | 0.16 | 0.26 |
| Hex | 4E | 39 | 4A | 0 | 1B | 5 | 45 | 137 | 10 | 1A |
| Octal | 116 | 71 | 112 | 0 | 33 | 5 | 105 | 467 | 20 | 32 |
| Binary | 1001110 | 111001 | 1001010 | 0 | 11011 | 101 | 1000101 | 100110111 | 10000 | 11010 |
Color Harmonies of #4E394A
Complementary color
Monochromatic Colors of #4E394A
Black with #4E394A
Text Example
Text Example
White with #4E394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E394A; }
p { color: rgb(78,57,74); }
H1.HeaderClassName
{
color: #4E394A;
}
.AnyTagClassName
{
color: #4E394A;
}
</style>
background-color css
<style>
a { background-color: #4E394A; }
a { background-color: rgb(78,57,74); }
div.DivClassName
{
background-color: #4E394A;
}
.BgClassName
{
background-color: #4E394A;
}
</style>
border-color css
<style>
span { border-color: #4E394A; }
span { border-color: rgb(78,57,74); }
td.TdClassName
{
border-color: #4E394A;
}
.TagClassName
{
border-color: #4E394A;
}
</style>