Shades of Loulou #4C3144
Tints of Loulou #4C3144
RGB
CMYK
RGB Variations
Color information
#4C3144 (or 0x4C3144) is known color: Loulou. HEX triplet: 4C, 31 and 44. RGB value is (76,49,68). Sum of RGB (Red+Green+Blue) = 76+49+68=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3144 is #B3CEBB. Grayscale: #3B3B3B. Windows color (decimal): -11783868 or 4469068. OLE color: 4469068.
HSL color Cylindrical-coordinate representation of color #4C3144: hue angle of 317.78º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C3144 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 49 | 68 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.70 |
| HSL | 317.78º | 0.22% | 0.25% | - |
| HSV(B) | 317.78º | 0.36% | 0.3% | - |
| XYZ | 5.12 | 4.15 | 6 | - |
| YUV | 59.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 68 | 0 | 0.36 | 0.11 | 0.70 | 317.78 | 0.22 | 0.25 |
| Hex | 4C | 31 | 44 | 0 | 24 | B | 46 | 13E | 16 | 19 |
| Octal | 114 | 61 | 104 | 0 | 44 | 13 | 106 | 476 | 26 | 31 |
| Binary | 1001100 | 110001 | 1000100 | 0 | 100100 | 1011 | 1000110 | 100111110 | 10110 | 11001 |
Color Harmonies of #4C3144
Complementary color
Monochromatic Colors of #4C3144
Black with #4C3144
Text Example
Text Example
White with #4C3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3144; }
p { color: rgb(76,49,68); }
H1.HeaderClassName
{
color: #4C3144;
}
.AnyTagClassName
{
color: #4C3144;
}
</style>
background-color css
<style>
a { background-color: #4C3144; }
a { background-color: rgb(76,49,68); }
div.DivClassName
{
background-color: #4C3144;
}
.BgClassName
{
background-color: #4C3144;
}
</style>
border-color css
<style>
span { border-color: #4C3144; }
span { border-color: rgb(76,49,68); }
td.TdClassName
{
border-color: #4C3144;
}
.TagClassName
{
border-color: #4C3144;
}
</style>