Shades of Loulou #4C2F46
Tints of Loulou #4C2F46
RGB
CMYK
RGB Variations
Color information
#4C2F46 (or 0x4C2F46) is known color: Loulou. HEX triplet: 4C, 2F and 46. RGB value is (76,47,70). Sum of RGB (Red+Green+Blue) = 76+47+70=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F46 is #B3D0B9. Grayscale: #3A3A3A. Windows color (decimal): -11784378 or 4599628. OLE color: 4599628.
HSL color Cylindrical-coordinate representation of color #4C2F46: hue angle of 312.41º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C2F46 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 47 | 70 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.70 |
| HSL | 312.41º | 0.24% | 0.24% | - |
| HSV(B) | 312.41º | 0.38% | 0.3% | - |
| XYZ | 5.1 | 4.01 | 6.3 | - |
| YUV | 58.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 70 | 0 | 0.38 | 0.08 | 0.70 | 312.41 | 0.24 | 0.24 |
| Hex | 4C | 2F | 46 | 0 | 26 | 8 | 46 | 138 | 18 | 18 |
| Octal | 114 | 57 | 106 | 0 | 46 | 10 | 106 | 470 | 30 | 30 |
| Binary | 1001100 | 101111 | 1000110 | 0 | 100110 | 1000 | 1000110 | 100111000 | 11000 | 11000 |
Color Harmonies of #4C2F46
Complementary color
Monochromatic Colors of #4C2F46
Black with #4C2F46
Text Example
Text Example
White with #4C2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F46; }
p { color: rgb(76,47,70); }
H1.HeaderClassName
{
color: #4C2F46;
}
.AnyTagClassName
{
color: #4C2F46;
}
</style>
background-color css
<style>
a { background-color: #4C2F46; }
a { background-color: rgb(76,47,70); }
div.DivClassName
{
background-color: #4C2F46;
}
.BgClassName
{
background-color: #4C2F46;
}
</style>
border-color css
<style>
span { border-color: #4C2F46; }
span { border-color: rgb(76,47,70); }
td.TdClassName
{
border-color: #4C2F46;
}
.TagClassName
{
border-color: #4C2F46;
}
</style>