Shades of Loulou #4E3045
Tints of Loulou #4E3045
RGB
CMYK
RGB Variations
Color information
#4E3045 (or 0x4E3045) is known color: Loulou. HEX triplet: 4E, 30 and 45. RGB value is (78,48,69). Sum of RGB (Red+Green+Blue) = 78+48+69=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3045 is #B1CFBA. Grayscale: #3B3B3B. Windows color (decimal): -11653051 or 4534350. OLE color: 4534350.
HSL color Cylindrical-coordinate representation of color #4E3045: hue angle of 318º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E3045 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 69 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.69 |
| HSL | 318º | 0.24% | 0.25% | - |
| HSV(B) | 318º | 0.38% | 0.31% | - |
| XYZ | 5.27 | 4.16 | 6.16 | - |
| YUV | 59.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 69 | 0 | 0.38 | 0.12 | 0.69 | 318 | 0.24 | 0.25 |
| Hex | 4E | 30 | 45 | 0 | 26 | C | 45 | 13E | 18 | 19 |
| Octal | 116 | 60 | 105 | 0 | 46 | 14 | 105 | 476 | 30 | 31 |
| Binary | 1001110 | 110000 | 1000101 | 0 | 100110 | 1100 | 1000101 | 100111110 | 11000 | 11001 |
Color Harmonies of #4E3045
Complementary color
Monochromatic Colors of #4E3045
Black with #4E3045
Text Example
Text Example
White with #4E3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3045; }
p { color: rgb(78,48,69); }
H1.HeaderClassName
{
color: #4E3045;
}
.AnyTagClassName
{
color: #4E3045;
}
</style>
background-color css
<style>
a { background-color: #4E3045; }
a { background-color: rgb(78,48,69); }
div.DivClassName
{
background-color: #4E3045;
}
.BgClassName
{
background-color: #4E3045;
}
</style>
border-color css
<style>
span { border-color: #4E3045; }
span { border-color: rgb(78,48,69); }
td.TdClassName
{
border-color: #4E3045;
}
.TagClassName
{
border-color: #4E3045;
}
</style>