Shades of Loulou #4E3A48
Tints of Loulou #4E3A48
RGB
CMYK
RGB Variations
Color information
#4E3A48 (or 0x4E3A48) is known color: Loulou. HEX triplet: 4E, 3A and 48. RGB value is (78,58,72). Sum of RGB (Red+Green+Blue) = 78+58+72=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A48 is #B1C5B7. Grayscale: #414141. Windows color (decimal): -11650488 or 4733518. OLE color: 4733518.
HSL color Cylindrical-coordinate representation of color #4E3A48: hue angle of 318º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E3A48 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 58 | 72 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.69 |
| HSL | 318º | 0.15% | 0.27% | - |
| HSV(B) | 318º | 0.26% | 0.31% | - |
| XYZ | 5.82 | 5.11 | 6.81 | - |
| YUV | 65.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 72 | 0 | 0.26 | 0.08 | 0.69 | 318 | 0.15 | 0.27 |
| Hex | 4E | 3A | 48 | 0 | 1A | 8 | 45 | 13E | F | 1B |
| Octal | 116 | 72 | 110 | 0 | 32 | 10 | 105 | 476 | 17 | 33 |
| Binary | 1001110 | 111010 | 1001000 | 0 | 11010 | 1000 | 1000101 | 100111110 | 1111 | 11011 |
Color Harmonies of #4E3A48
Complementary color
Monochromatic Colors of #4E3A48
Black with #4E3A48
Text Example
Text Example
White with #4E3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A48; }
p { color: rgb(78,58,72); }
H1.HeaderClassName
{
color: #4E3A48;
}
.AnyTagClassName
{
color: #4E3A48;
}
</style>
background-color css
<style>
a { background-color: #4E3A48; }
a { background-color: rgb(78,58,72); }
div.DivClassName
{
background-color: #4E3A48;
}
.BgClassName
{
background-color: #4E3A48;
}
</style>
border-color css
<style>
span { border-color: #4E3A48; }
span { border-color: rgb(78,58,72); }
td.TdClassName
{
border-color: #4E3A48;
}
.TagClassName
{
border-color: #4E3A48;
}
</style>