Shades of Loulou #4C2B46
Tints of Loulou #4C2B46
RGB
CMYK
RGB Variations
Color information
#4C2B46 (or 0x4C2B46) is known color: Loulou. HEX triplet: 4C, 2B and 46. RGB value is (76,43,70). Sum of RGB (Red+Green+Blue) = 76+43+70=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B46 is #B3D4B9. Grayscale: #373737. Windows color (decimal): -11785402 or 4598604. OLE color: 4598604.
HSL color Cylindrical-coordinate representation of color #4C2B46: hue angle of 310.91º 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 #4C2B46 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 43 | 70 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.70 |
| HSL | 310.91º | 0.28% | 0.23% | - |
| HSV(B) | 310.91º | 0.43% | 0.3% | - |
| XYZ | 4.95 | 3.71 | 6.25 | - |
| YUV | 55.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 70 | 0 | 0.43 | 0.08 | 0.70 | 310.91 | 0.28 | 0.23 |
| Hex | 4C | 2B | 46 | 0 | 2B | 8 | 46 | 137 | 1C | 17 |
| Octal | 114 | 53 | 106 | 0 | 53 | 10 | 106 | 467 | 34 | 27 |
| Binary | 1001100 | 101011 | 1000110 | 0 | 101011 | 1000 | 1000110 | 100110111 | 11100 | 10111 |
Color Harmonies of #4C2B46
Complementary color
Monochromatic Colors of #4C2B46
Black with #4C2B46
Text Example
Text Example
White with #4C2B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2B46; }
p { color: rgb(76,43,70); }
H1.HeaderClassName
{
color: #4C2B46;
}
.AnyTagClassName
{
color: #4C2B46;
}
</style>
background-color css
<style>
a { background-color: #4C2B46; }
a { background-color: rgb(76,43,70); }
div.DivClassName
{
background-color: #4C2B46;
}
.BgClassName
{
background-color: #4C2B46;
}
</style>
border-color css
<style>
span { border-color: #4C2B46; }
span { border-color: rgb(76,43,70); }
td.TdClassName
{
border-color: #4C2B46;
}
.TagClassName
{
border-color: #4C2B46;
}
</style>