Shades of Loulou #4E2443
Tints of Loulou #4E2443
RGB
CMYK
RGB Variations
Color information
#4E2443 (or 0x4E2443) is known color: Loulou. HEX triplet: 4E, 24 and 43. RGB value is (78,36,67). Sum of RGB (Red+Green+Blue) = 78+36+67=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2443 is #B1DBBC. Grayscale: #343434. Windows color (decimal): -11656125 or 4400206. OLE color: 4400206.
HSL color Cylindrical-coordinate representation of color #4E2443: hue angle of 315.71º 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 #4E2443 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 67 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.69 |
| HSL | 315.71º | 0.37% | 0.22% | - |
| HSV(B) | 315.71º | 0.54% | 0.31% | - |
| XYZ | 4.79 | 3.29 | 5.69 | - |
| YUV | 52.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 67 | 0 | 0.54 | 0.14 | 0.69 | 315.71 | 0.37 | 0.22 |
| Hex | 4E | 24 | 43 | 0 | 36 | E | 45 | 13C | 25 | 16 |
| Octal | 116 | 44 | 103 | 0 | 66 | 16 | 105 | 474 | 45 | 26 |
| Binary | 1001110 | 100100 | 1000011 | 0 | 110110 | 1110 | 1000101 | 100111100 | 100101 | 10110 |
Color Harmonies of #4E2443
Complementary color
Monochromatic Colors of #4E2443
Black with #4E2443
Text Example
Text Example
White with #4E2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2443; }
p { color: rgb(78,36,67); }
H1.HeaderClassName
{
color: #4E2443;
}
.AnyTagClassName
{
color: #4E2443;
}
</style>
background-color css
<style>
a { background-color: #4E2443; }
a { background-color: rgb(78,36,67); }
div.DivClassName
{
background-color: #4E2443;
}
.BgClassName
{
background-color: #4E2443;
}
</style>
border-color css
<style>
span { border-color: #4E2443; }
span { border-color: rgb(78,36,67); }
td.TdClassName
{
border-color: #4E2443;
}
.TagClassName
{
border-color: #4E2443;
}
</style>