Shades of Loulou #4E3648
Tints of Loulou #4E3648
RGB
CMYK
RGB Variations
Color information
#4E3648 (or 0x4E3648) is known color: Loulou. HEX triplet: 4E, 36 and 48. RGB value is (78,54,72). Sum of RGB (Red+Green+Blue) = 78+54+72=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3648 is #B1C9B7. Grayscale: #3F3F3F. Windows color (decimal): -11651512 or 4732494. OLE color: 4732494.
HSL color Cylindrical-coordinate representation of color #4E3648: hue angle of 315º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E3648 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 72 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.69 |
| HSL | 315º | 0.18% | 0.26% | - |
| HSV(B) | 315º | 0.31% | 0.31% | - |
| XYZ | 5.63 | 4.73 | 6.75 | - |
| YUV | 63.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 72 | 0 | 0.31 | 0.08 | 0.69 | 315 | 0.18 | 0.26 |
| Hex | 4E | 36 | 48 | 0 | 1F | 8 | 45 | 13B | 12 | 1A |
| Octal | 116 | 66 | 110 | 0 | 37 | 10 | 105 | 473 | 22 | 32 |
| Binary | 1001110 | 110110 | 1001000 | 0 | 11111 | 1000 | 1000101 | 100111011 | 10010 | 11010 |
Color Harmonies of #4E3648
Complementary color
Monochromatic Colors of #4E3648
Black with #4E3648
Text Example
Text Example
White with #4E3648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3648; }
p { color: rgb(78,54,72); }
H1.HeaderClassName
{
color: #4E3648;
}
.AnyTagClassName
{
color: #4E3648;
}
</style>
background-color css
<style>
a { background-color: #4E3648; }
a { background-color: rgb(78,54,72); }
div.DivClassName
{
background-color: #4E3648;
}
.BgClassName
{
background-color: #4E3648;
}
</style>
border-color css
<style>
span { border-color: #4E3648; }
span { border-color: rgb(78,54,72); }
td.TdClassName
{
border-color: #4E3648;
}
.TagClassName
{
border-color: #4E3648;
}
</style>