Shades of Loulou #4C2949
Tints of Loulou #4C2949
RGB
CMYK
RGB Variations
Color information
#4C2949 (or 0x4C2949) is known color: Loulou. HEX triplet: 4C, 29 and 49. RGB value is (76,41,73). Sum of RGB (Red+Green+Blue) = 76+41+73=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2949 is #B3D6B6. Grayscale: #373737. Windows color (decimal): -11785911 or 4794700. OLE color: 4794700.
HSL color Cylindrical-coordinate representation of color #4C2949: hue angle of 305.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C2949 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 73 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.70 |
| HSL | 305.14º | 0.3% | 0.23% | - |
| HSV(B) | 305.14º | 0.46% | 0.3% | - |
| XYZ | 4.98 | 3.6 | 6.74 | - |
| YUV | 55.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 73 | 0 | 0.46 | 0.04 | 0.70 | 305.14 | 0.3 | 0.23 |
| Hex | 4C | 29 | 49 | 0 | 2E | 4 | 46 | 131 | 1E | 17 |
| Octal | 114 | 51 | 111 | 0 | 56 | 4 | 106 | 461 | 36 | 27 |
| Binary | 1001100 | 101001 | 1001001 | 0 | 101110 | 100 | 1000110 | 100110001 | 11110 | 10111 |
Color Harmonies of #4C2949
Complementary color
Monochromatic Colors of #4C2949
Black with #4C2949
Text Example
Text Example
White with #4C2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2949; }
p { color: rgb(76,41,73); }
H1.HeaderClassName
{
color: #4C2949;
}
.AnyTagClassName
{
color: #4C2949;
}
</style>
background-color css
<style>
a { background-color: #4C2949; }
a { background-color: rgb(76,41,73); }
div.DivClassName
{
background-color: #4C2949;
}
.BgClassName
{
background-color: #4C2949;
}
</style>
border-color css
<style>
span { border-color: #4C2949; }
span { border-color: rgb(76,41,73); }
td.TdClassName
{
border-color: #4C2949;
}
.TagClassName
{
border-color: #4C2949;
}
</style>