Shades of Loulou #4E2F4C
Tints of Loulou #4E2F4C
RGB
CMYK
RGB Variations
Color information
#4E2F4C (or 0x4E2F4C) is known color: Loulou. HEX triplet: 4E, 2F and 4C. RGB value is (78,47,76). Sum of RGB (Red+Green+Blue) = 78+47+76=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F4C is #B1D0B3. Grayscale: #3B3B3B. Windows color (decimal): -11653300 or 4992846. OLE color: 4992846.
HSL color Cylindrical-coordinate representation of color #4E2F4C: hue angle of 303.87º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E2F4C is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 76 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.69 |
| HSL | 303.87º | 0.25% | 0.25% | - |
| HSV(B) | 303.87º | 0.4% | 0.31% | - |
| XYZ | 5.46 | 4.17 | 7.36 | - |
| YUV | 59.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 76 | 0 | 0.40 | 0.03 | 0.69 | 303.87 | 0.25 | 0.25 |
| Hex | 4E | 2F | 4C | 0 | 28 | 3 | 45 | 130 | 19 | 19 |
| Octal | 116 | 57 | 114 | 0 | 50 | 3 | 105 | 460 | 31 | 31 |
| Binary | 1001110 | 101111 | 1001100 | 0 | 101000 | 11 | 1000101 | 100110000 | 11001 | 11001 |
Color Harmonies of #4E2F4C
Complementary color
Monochromatic Colors of #4E2F4C
Black with #4E2F4C
Text Example
Text Example
White with #4E2F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F4C; }
p { color: rgb(78,47,76); }
H1.HeaderClassName
{
color: #4E2F4C;
}
.AnyTagClassName
{
color: #4E2F4C;
}
</style>
background-color css
<style>
a { background-color: #4E2F4C; }
a { background-color: rgb(78,47,76); }
div.DivClassName
{
background-color: #4E2F4C;
}
.BgClassName
{
background-color: #4E2F4C;
}
</style>
border-color css
<style>
span { border-color: #4E2F4C; }
span { border-color: rgb(78,47,76); }
td.TdClassName
{
border-color: #4E2F4C;
}
.TagClassName
{
border-color: #4E2F4C;
}
</style>