Shades of Loulou #4E2048
Tints of Loulou #4E2048
RGB
CMYK
RGB Variations
Color information
#4E2048 (or 0x4E2048) is known color: Loulou. HEX triplet: 4E, 20 and 48. RGB value is (78,32,72). Sum of RGB (Red+Green+Blue) = 78+32+72=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2048 is #B1DFB7. Grayscale: #323232. Windows color (decimal): -11657144 or 4726862. OLE color: 4726862.
HSL color Cylindrical-coordinate representation of color #4E2048: hue angle of 307.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2048 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 72 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.69 |
| HSL | 307.83º | 0.42% | 0.22% | - |
| HSV(B) | 307.83º | 0.59% | 0.31% | - |
| XYZ | 4.83 | 3.12 | 6.48 | - |
| YUV | 50.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 72 | 0 | 0.59 | 0.08 | 0.69 | 307.83 | 0.42 | 0.22 |
| Hex | 4E | 20 | 48 | 0 | 3B | 8 | 45 | 134 | 2A | 16 |
| Octal | 116 | 40 | 110 | 0 | 73 | 10 | 105 | 464 | 52 | 26 |
| Binary | 1001110 | 100000 | 1001000 | 0 | 111011 | 1000 | 1000101 | 100110100 | 101010 | 10110 |
Color Harmonies of #4E2048
Complementary color
Monochromatic Colors of #4E2048
Black with #4E2048
Text Example
Text Example
White with #4E2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2048; }
p { color: rgb(78,32,72); }
H1.HeaderClassName
{
color: #4E2048;
}
.AnyTagClassName
{
color: #4E2048;
}
</style>
background-color css
<style>
a { background-color: #4E2048; }
a { background-color: rgb(78,32,72); }
div.DivClassName
{
background-color: #4E2048;
}
.BgClassName
{
background-color: #4E2048;
}
</style>
border-color css
<style>
span { border-color: #4E2048; }
span { border-color: rgb(78,32,72); }
td.TdClassName
{
border-color: #4E2048;
}
.TagClassName
{
border-color: #4E2048;
}
</style>