Shades of Loulou #4E3444
Tints of Loulou #4E3444
RGB
CMYK
RGB Variations
Color information
#4E3444 (or 0x4E3444) is known color: Loulou. HEX triplet: 4E, 34 and 44. RGB value is (78,52,68). Sum of RGB (Red+Green+Blue) = 78+52+68=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3444 is #B1CBBB. Grayscale: #3D3D3D. Windows color (decimal): -11652028 or 4469838. OLE color: 4469838.
HSL color Cylindrical-coordinate representation of color #4E3444: hue angle of 323.08º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E3444 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 52 | 68 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.69 |
| HSL | 323.08º | 0.2% | 0.25% | - |
| HSV(B) | 323.08º | 0.33% | 0.31% | - |
| XYZ | 5.41 | 4.49 | 6.05 | - |
| YUV | 61.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 68 | 0 | 0.33 | 0.13 | 0.69 | 323.08 | 0.2 | 0.25 |
| Hex | 4E | 34 | 44 | 0 | 21 | D | 45 | 143 | 14 | 19 |
| Octal | 116 | 64 | 104 | 0 | 41 | 15 | 105 | 503 | 24 | 31 |
| Binary | 1001110 | 110100 | 1000100 | 0 | 100001 | 1101 | 1000101 | 101000011 | 10100 | 11001 |
Color Harmonies of #4E3444
Complementary color
Monochromatic Colors of #4E3444
Black with #4E3444
Text Example
Text Example
White with #4E3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3444; }
p { color: rgb(78,52,68); }
H1.HeaderClassName
{
color: #4E3444;
}
.AnyTagClassName
{
color: #4E3444;
}
</style>
background-color css
<style>
a { background-color: #4E3444; }
a { background-color: rgb(78,52,68); }
div.DivClassName
{
background-color: #4E3444;
}
.BgClassName
{
background-color: #4E3444;
}
</style>
border-color css
<style>
span { border-color: #4E3444; }
span { border-color: rgb(78,52,68); }
td.TdClassName
{
border-color: #4E3444;
}
.TagClassName
{
border-color: #4E3444;
}
</style>