Shades of Loulou #4E244B
Tints of Loulou #4E244B
RGB
CMYK
RGB Variations
Color information
#4E244B (or 0x4E244B) is known color: Loulou. HEX triplet: 4E, 24 and 4B. RGB value is (78,36,75). Sum of RGB (Red+Green+Blue) = 78+36+75=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E244B is #B1DBB4. Grayscale: #343434. Windows color (decimal): -11656117 or 4924494. OLE color: 4924494.
HSL color Cylindrical-coordinate representation of color #4E244B: hue angle of 304.29º 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 #4E244B is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 75 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.69 |
| HSL | 304.29º | 0.37% | 0.22% | - |
| HSV(B) | 304.29º | 0.54% | 0.31% | - |
| XYZ | 5.04 | 3.39 | 7.05 | - |
| YUV | 53 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 75 | 0 | 0.54 | 0.04 | 0.69 | 304.29 | 0.37 | 0.22 |
| Hex | 4E | 24 | 4B | 0 | 36 | 4 | 45 | 130 | 25 | 16 |
| Octal | 116 | 44 | 113 | 0 | 66 | 4 | 105 | 460 | 45 | 26 |
| Binary | 1001110 | 100100 | 1001011 | 0 | 110110 | 100 | 1000101 | 100110000 | 100101 | 10110 |
Color Harmonies of #4E244B
Complementary color
Monochromatic Colors of #4E244B
Black with #4E244B
Text Example
Text Example
White with #4E244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E244B; }
p { color: rgb(78,36,75); }
H1.HeaderClassName
{
color: #4E244B;
}
.AnyTagClassName
{
color: #4E244B;
}
</style>
background-color css
<style>
a { background-color: #4E244B; }
a { background-color: rgb(78,36,75); }
div.DivClassName
{
background-color: #4E244B;
}
.BgClassName
{
background-color: #4E244B;
}
</style>
border-color css
<style>
span { border-color: #4E244B; }
span { border-color: rgb(78,36,75); }
td.TdClassName
{
border-color: #4E244B;
}
.TagClassName
{
border-color: #4E244B;
}
</style>