Shades of Loulou #4C2946
Tints of Loulou #4C2946
RGB
CMYK
RGB Variations
Color information
#4C2946 (or 0x4C2946) is known color: Loulou. HEX triplet: 4C, 29 and 46. RGB value is (76,41,70). Sum of RGB (Red+Green+Blue) = 76+41+70=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2946 is #B3D6B9. Grayscale: #363636. Windows color (decimal): -11785914 or 4598092. OLE color: 4598092.
HSL color Cylindrical-coordinate representation of color #4C2946: hue angle of 310.29º 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 #4C2946 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 70 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.70 |
| HSL | 310.29º | 0.3% | 0.23% | - |
| HSV(B) | 310.29º | 0.46% | 0.3% | - |
| XYZ | 4.88 | 3.56 | 6.23 | - |
| YUV | 54.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 70 | 0 | 0.46 | 0.08 | 0.70 | 310.29 | 0.3 | 0.23 |
| Hex | 4C | 29 | 46 | 0 | 2E | 8 | 46 | 136 | 1E | 17 |
| Octal | 114 | 51 | 106 | 0 | 56 | 10 | 106 | 466 | 36 | 27 |
| Binary | 1001100 | 101001 | 1000110 | 0 | 101110 | 1000 | 1000110 | 100110110 | 11110 | 10111 |
Color Harmonies of #4C2946
Complementary color
Monochromatic Colors of #4C2946
Black with #4C2946
Text Example
Text Example
White with #4C2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2946; }
p { color: rgb(76,41,70); }
H1.HeaderClassName
{
color: #4C2946;
}
.AnyTagClassName
{
color: #4C2946;
}
</style>
background-color css
<style>
a { background-color: #4C2946; }
a { background-color: rgb(76,41,70); }
div.DivClassName
{
background-color: #4C2946;
}
.BgClassName
{
background-color: #4C2946;
}
</style>
border-color css
<style>
span { border-color: #4C2946; }
span { border-color: rgb(76,41,70); }
td.TdClassName
{
border-color: #4C2946;
}
.TagClassName
{
border-color: #4C2946;
}
</style>