Shades of Loulou #4E2746
Tints of Loulou #4E2746
RGB
CMYK
RGB Variations
Color information
#4E2746 (or 0x4E2746) is known color: Loulou. HEX triplet: 4E, 27 and 46. RGB value is (78,39,70). Sum of RGB (Red+Green+Blue) = 78+39+70=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2746 is #B1D8B9. Grayscale: #363636. Windows color (decimal): -11655354 or 4597582. OLE color: 4597582.
HSL color Cylindrical-coordinate representation of color #4E2746: hue angle of 312.31º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E2746 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 70 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.69 |
| HSL | 312.31º | 0.33% | 0.23% | - |
| HSV(B) | 312.31º | 0.5% | 0.31% | - |
| XYZ | 4.97 | 3.51 | 6.21 | - |
| YUV | 54.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 70 | 0 | 0.50 | 0.10 | 0.69 | 312.31 | 0.33 | 0.23 |
| Hex | 4E | 27 | 46 | 0 | 32 | A | 45 | 138 | 21 | 17 |
| Octal | 116 | 47 | 106 | 0 | 62 | 12 | 105 | 470 | 41 | 27 |
| Binary | 1001110 | 100111 | 1000110 | 0 | 110010 | 1010 | 1000101 | 100111000 | 100001 | 10111 |
Color Harmonies of #4E2746
Complementary color
Monochromatic Colors of #4E2746
Black with #4E2746
Text Example
Text Example
White with #4E2746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2746; }
p { color: rgb(78,39,70); }
H1.HeaderClassName
{
color: #4E2746;
}
.AnyTagClassName
{
color: #4E2746;
}
</style>
background-color css
<style>
a { background-color: #4E2746; }
a { background-color: rgb(78,39,70); }
div.DivClassName
{
background-color: #4E2746;
}
.BgClassName
{
background-color: #4E2746;
}
</style>
border-color css
<style>
span { border-color: #4E2746; }
span { border-color: rgb(78,39,70); }
td.TdClassName
{
border-color: #4E2746;
}
.TagClassName
{
border-color: #4E2746;
}
</style>