Shades of Loulou #4E2446
Tints of Loulou #4E2446
RGB
CMYK
RGB Variations
Color information
#4E2446 (or 0x4E2446) is known color: Loulou. HEX triplet: 4E, 24 and 46. RGB value is (78,36,70). Sum of RGB (Red+Green+Blue) = 78+36+70=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2446 is #B1DBB9. Grayscale: #343434. Windows color (decimal): -11656122 or 4596814. OLE color: 4596814.
HSL color Cylindrical-coordinate representation of color #4E2446: hue angle of 311.43º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2446 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 70 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.69 |
| HSL | 311.43º | 0.37% | 0.22% | - |
| HSV(B) | 311.43º | 0.54% | 0.31% | - |
| XYZ | 4.88 | 3.32 | 6.18 | - |
| YUV | 52.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 70 | 0 | 0.54 | 0.10 | 0.69 | 311.43 | 0.37 | 0.22 |
| Hex | 4E | 24 | 46 | 0 | 36 | A | 45 | 137 | 25 | 16 |
| Octal | 116 | 44 | 106 | 0 | 66 | 12 | 105 | 467 | 45 | 26 |
| Binary | 1001110 | 100100 | 1000110 | 0 | 110110 | 1010 | 1000101 | 100110111 | 100101 | 10110 |
Color Harmonies of #4E2446
Complementary color
Monochromatic Colors of #4E2446
Black with #4E2446
Text Example
Text Example
White with #4E2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2446; }
p { color: rgb(78,36,70); }
H1.HeaderClassName
{
color: #4E2446;
}
.AnyTagClassName
{
color: #4E2446;
}
</style>
background-color css
<style>
a { background-color: #4E2446; }
a { background-color: rgb(78,36,70); }
div.DivClassName
{
background-color: #4E2446;
}
.BgClassName
{
background-color: #4E2446;
}
</style>
border-color css
<style>
span { border-color: #4E2446; }
span { border-color: rgb(78,36,70); }
td.TdClassName
{
border-color: #4E2446;
}
.TagClassName
{
border-color: #4E2446;
}
</style>