Shades of Loulou #4C2A46
Tints of Loulou #4C2A46
RGB
CMYK
RGB Variations
Color information
#4C2A46 (or 0x4C2A46) is known color: Loulou. HEX triplet: 4C, 2A and 46. RGB value is (76,42,70). Sum of RGB (Red+Green+Blue) = 76+42+70=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2A46 is #B3D5B9. Grayscale: #373737. Windows color (decimal): -11785658 or 4598348. OLE color: 4598348.
HSL color Cylindrical-coordinate representation of color #4C2A46: hue angle of 310.59º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C2A46 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 42 | 70 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.70 |
| HSL | 310.59º | 0.29% | 0.23% | - |
| HSV(B) | 310.59º | 0.45% | 0.3% | - |
| XYZ | 4.91 | 3.63 | 6.24 | - |
| YUV | 55.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 70 | 0 | 0.45 | 0.08 | 0.70 | 310.59 | 0.29 | 0.23 |
| Hex | 4C | 2A | 46 | 0 | 2D | 8 | 46 | 137 | 1D | 17 |
| Octal | 114 | 52 | 106 | 0 | 55 | 10 | 106 | 467 | 35 | 27 |
| Binary | 1001100 | 101010 | 1000110 | 0 | 101101 | 1000 | 1000110 | 100110111 | 11101 | 10111 |
Color Harmonies of #4C2A46
Complementary color
Monochromatic Colors of #4C2A46
Black with #4C2A46
Text Example
Text Example
White with #4C2A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A46; }
p { color: rgb(76,42,70); }
H1.HeaderClassName
{
color: #4C2A46;
}
.AnyTagClassName
{
color: #4C2A46;
}
</style>
background-color css
<style>
a { background-color: #4C2A46; }
a { background-color: rgb(76,42,70); }
div.DivClassName
{
background-color: #4C2A46;
}
.BgClassName
{
background-color: #4C2A46;
}
</style>
border-color css
<style>
span { border-color: #4C2A46; }
span { border-color: rgb(76,42,70); }
td.TdClassName
{
border-color: #4C2A46;
}
.TagClassName
{
border-color: #4C2A46;
}
</style>