Shades of Loulou #4A2E48
Tints of Loulou #4A2E48
RGB
CMYK
RGB Variations
Color information
#4A2E48 (or 0x4A2E48) is known color: Loulou. HEX triplet: 4A, 2E and 48. RGB value is (74,46,72). Sum of RGB (Red+Green+Blue) = 74+46+72=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E48 is #B5D1B7. Grayscale: #393939. Windows color (decimal): -11915704 or 4730442. OLE color: 4730442.
HSL color Cylindrical-coordinate representation of color #4A2E48: hue angle of 304.29º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A2E48 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 46 | 72 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.71 |
| HSL | 304.29º | 0.23% | 0.24% | - |
| HSV(B) | 304.29º | 0.38% | 0.29% | - |
| XYZ | 4.97 | 3.88 | 6.62 | - |
| YUV | 57.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 72 | 0 | 0.38 | 0.03 | 0.71 | 304.29 | 0.23 | 0.24 |
| Hex | 4A | 2E | 48 | 0 | 26 | 3 | 47 | 130 | 17 | 18 |
| Octal | 112 | 56 | 110 | 0 | 46 | 3 | 107 | 460 | 27 | 30 |
| Binary | 1001010 | 101110 | 1001000 | 0 | 100110 | 11 | 1000111 | 100110000 | 10111 | 11000 |
Color Harmonies of #4A2E48
Complementary color
Monochromatic Colors of #4A2E48
Black with #4A2E48
Text Example
Text Example
White with #4A2E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E48; }
p { color: rgb(74,46,72); }
H1.HeaderClassName
{
color: #4A2E48;
}
.AnyTagClassName
{
color: #4A2E48;
}
</style>
background-color css
<style>
a { background-color: #4A2E48; }
a { background-color: rgb(74,46,72); }
div.DivClassName
{
background-color: #4A2E48;
}
.BgClassName
{
background-color: #4A2E48;
}
</style>
border-color css
<style>
span { border-color: #4A2E48; }
span { border-color: rgb(74,46,72); }
td.TdClassName
{
border-color: #4A2E48;
}
.TagClassName
{
border-color: #4A2E48;
}
</style>