Shades of Loulou #4C2B47
Tints of Loulou #4C2B47
RGB
CMYK
RGB Variations
Color information
#4C2B47 (or 0x4C2B47) is known color: Loulou. HEX triplet: 4C, 2B and 47. RGB value is (76,43,71). Sum of RGB (Red+Green+Blue) = 76+43+71=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B47 is #B3D4B8. Grayscale: #373737. Windows color (decimal): -11785401 or 4664140. OLE color: 4664140.
HSL color Cylindrical-coordinate representation of color #4C2B47: hue angle of 309.09º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C2B47 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 43 | 71 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.70 |
| HSL | 309.09º | 0.28% | 0.23% | - |
| HSV(B) | 309.09º | 0.43% | 0.3% | - |
| XYZ | 4.98 | 3.72 | 6.42 | - |
| YUV | 56.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 71 | 0 | 0.43 | 0.07 | 0.70 | 309.09 | 0.28 | 0.23 |
| Hex | 4C | 2B | 47 | 0 | 2B | 7 | 46 | 135 | 1C | 17 |
| Octal | 114 | 53 | 107 | 0 | 53 | 7 | 106 | 465 | 34 | 27 |
| Binary | 1001100 | 101011 | 1000111 | 0 | 101011 | 111 | 1000110 | 100110101 | 11100 | 10111 |
Color Harmonies of #4C2B47
Complementary color
Monochromatic Colors of #4C2B47
Black with #4C2B47
Text Example
Text Example
White with #4C2B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2B47; }
p { color: rgb(76,43,71); }
H1.HeaderClassName
{
color: #4C2B47;
}
.AnyTagClassName
{
color: #4C2B47;
}
</style>
background-color css
<style>
a { background-color: #4C2B47; }
a { background-color: rgb(76,43,71); }
div.DivClassName
{
background-color: #4C2B47;
}
.BgClassName
{
background-color: #4C2B47;
}
</style>
border-color css
<style>
span { border-color: #4C2B47; }
span { border-color: rgb(76,43,71); }
td.TdClassName
{
border-color: #4C2B47;
}
.TagClassName
{
border-color: #4C2B47;
}
</style>