Shades of Loulou #4C3047
Tints of Loulou #4C3047
RGB
CMYK
RGB Variations
Color information
#4C3047 (or 0x4C3047) is known color: Loulou. HEX triplet: 4C, 30 and 47. RGB value is (76,48,71). Sum of RGB (Red+Green+Blue) = 76+48+71=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3047 is #B3CFB8. Grayscale: #3A3A3A. Windows color (decimal): -11784121 or 4665420. OLE color: 4665420.
HSL color Cylindrical-coordinate representation of color #4C3047: hue angle of 310.71º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C3047 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 48 | 71 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.70 |
| HSL | 310.71º | 0.23% | 0.24% | - |
| HSV(B) | 310.71º | 0.37% | 0.3% | - |
| XYZ | 5.17 | 4.11 | 6.48 | - |
| YUV | 58.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 71 | 0 | 0.37 | 0.07 | 0.70 | 310.71 | 0.23 | 0.24 |
| Hex | 4C | 30 | 47 | 0 | 25 | 7 | 46 | 137 | 17 | 18 |
| Octal | 114 | 60 | 107 | 0 | 45 | 7 | 106 | 467 | 27 | 30 |
| Binary | 1001100 | 110000 | 1000111 | 0 | 100101 | 111 | 1000110 | 100110111 | 10111 | 11000 |
Color Harmonies of #4C3047
Complementary color
Monochromatic Colors of #4C3047
Black with #4C3047
Text Example
Text Example
White with #4C3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3047; }
p { color: rgb(76,48,71); }
H1.HeaderClassName
{
color: #4C3047;
}
.AnyTagClassName
{
color: #4C3047;
}
</style>
background-color css
<style>
a { background-color: #4C3047; }
a { background-color: rgb(76,48,71); }
div.DivClassName
{
background-color: #4C3047;
}
.BgClassName
{
background-color: #4C3047;
}
</style>
border-color css
<style>
span { border-color: #4C3047; }
span { border-color: rgb(76,48,71); }
td.TdClassName
{
border-color: #4C3047;
}
.TagClassName
{
border-color: #4C3047;
}
</style>