Shades of Loulou #4E204B
Tints of Loulou #4E204B
RGB
CMYK
RGB Variations
Color information
#4E204B (or 0x4E204B) is known color: Loulou. HEX triplet: 4E, 20 and 4B. RGB value is (78,32,75). Sum of RGB (Red+Green+Blue) = 78+32+75=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E204B is #B1DFB4. Grayscale: #323232. Windows color (decimal): -11657141 or 4923470. OLE color: 4923470.
HSL color Cylindrical-coordinate representation of color #4E204B: hue angle of 303.91º 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 #4E204B is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 75 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.69 |
| HSL | 303.91º | 0.42% | 0.22% | - |
| HSV(B) | 303.91º | 0.59% | 0.31% | - |
| XYZ | 4.93 | 3.16 | 7.01 | - |
| YUV | 50.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 75 | 0 | 0.59 | 0.04 | 0.69 | 303.91 | 0.42 | 0.22 |
| Hex | 4E | 20 | 4B | 0 | 3B | 4 | 45 | 130 | 2A | 16 |
| Octal | 116 | 40 | 113 | 0 | 73 | 4 | 105 | 460 | 52 | 26 |
| Binary | 1001110 | 100000 | 1001011 | 0 | 111011 | 100 | 1000101 | 100110000 | 101010 | 10110 |
Color Harmonies of #4E204B
Complementary color
Monochromatic Colors of #4E204B
Black with #4E204B
Text Example
Text Example
White with #4E204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E204B; }
p { color: rgb(78,32,75); }
H1.HeaderClassName
{
color: #4E204B;
}
.AnyTagClassName
{
color: #4E204B;
}
</style>
background-color css
<style>
a { background-color: #4E204B; }
a { background-color: rgb(78,32,75); }
div.DivClassName
{
background-color: #4E204B;
}
.BgClassName
{
background-color: #4E204B;
}
</style>
border-color css
<style>
span { border-color: #4E204B; }
span { border-color: rgb(78,32,75); }
td.TdClassName
{
border-color: #4E204B;
}
.TagClassName
{
border-color: #4E204B;
}
</style>