Shades of Loulou #4E2646
Tints of Loulou #4E2646
RGB
CMYK
RGB Variations
Color information
#4E2646 (or 0x4E2646) is known color: Loulou. HEX triplet: 4E, 26 and 46. RGB value is (78,38,70). Sum of RGB (Red+Green+Blue) = 78+38+70=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2646 is #B1D9B9. Grayscale: #353535. Windows color (decimal): -11655610 or 4597326. OLE color: 4597326.
HSL color Cylindrical-coordinate representation of color #4E2646: hue angle of 312º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E2646 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 70 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.69 |
| HSL | 312º | 0.34% | 0.23% | - |
| HSV(B) | 312º | 0.51% | 0.31% | - |
| XYZ | 4.94 | 3.45 | 6.2 | - |
| YUV | 53.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 70 | 0 | 0.51 | 0.10 | 0.69 | 312 | 0.34 | 0.23 |
| Hex | 4E | 26 | 46 | 0 | 33 | A | 45 | 138 | 22 | 17 |
| Octal | 116 | 46 | 106 | 0 | 63 | 12 | 105 | 470 | 42 | 27 |
| Binary | 1001110 | 100110 | 1000110 | 0 | 110011 | 1010 | 1000101 | 100111000 | 100010 | 10111 |
Color Harmonies of #4E2646
Complementary color
Monochromatic Colors of #4E2646
Black with #4E2646
Text Example
Text Example
White with #4E2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2646; }
p { color: rgb(78,38,70); }
H1.HeaderClassName
{
color: #4E2646;
}
.AnyTagClassName
{
color: #4E2646;
}
</style>
background-color css
<style>
a { background-color: #4E2646; }
a { background-color: rgb(78,38,70); }
div.DivClassName
{
background-color: #4E2646;
}
.BgClassName
{
background-color: #4E2646;
}
</style>
border-color css
<style>
span { border-color: #4E2646; }
span { border-color: rgb(78,38,70); }
td.TdClassName
{
border-color: #4E2646;
}
.TagClassName
{
border-color: #4E2646;
}
</style>