Shades of Loulou #4E3048
Tints of Loulou #4E3048
RGB
CMYK
RGB Variations
Color information
#4E3048 (or 0x4E3048) is known color: Loulou. HEX triplet: 4E, 30 and 48. RGB value is (78,48,72). Sum of RGB (Red+Green+Blue) = 78+48+72=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3048 is #B1CFB7. Grayscale: #3B3B3B. Windows color (decimal): -11653048 or 4730958. OLE color: 4730958.
HSL color Cylindrical-coordinate representation of color #4E3048: hue angle of 312º 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 #4E3048 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 72 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.69 |
| HSL | 312º | 0.24% | 0.25% | - |
| HSV(B) | 312º | 0.38% | 0.31% | - |
| XYZ | 5.37 | 4.2 | 6.66 | - |
| YUV | 59.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 72 | 0 | 0.38 | 0.08 | 0.69 | 312 | 0.24 | 0.25 |
| Hex | 4E | 30 | 48 | 0 | 26 | 8 | 45 | 138 | 18 | 19 |
| Octal | 116 | 60 | 110 | 0 | 46 | 10 | 105 | 470 | 30 | 31 |
| Binary | 1001110 | 110000 | 1001000 | 0 | 100110 | 1000 | 1000101 | 100111000 | 11000 | 11001 |
Color Harmonies of #4E3048
Complementary color
Monochromatic Colors of #4E3048
Black with #4E3048
Text Example
Text Example
White with #4E3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3048; }
p { color: rgb(78,48,72); }
H1.HeaderClassName
{
color: #4E3048;
}
.AnyTagClassName
{
color: #4E3048;
}
</style>
background-color css
<style>
a { background-color: #4E3048; }
a { background-color: rgb(78,48,72); }
div.DivClassName
{
background-color: #4E3048;
}
.BgClassName
{
background-color: #4E3048;
}
</style>
border-color css
<style>
span { border-color: #4E3048; }
span { border-color: rgb(78,48,72); }
td.TdClassName
{
border-color: #4E3048;
}
.TagClassName
{
border-color: #4E3048;
}
</style>