Shades of Loulou #4C2644
Tints of Loulou #4C2644
RGB
CMYK
RGB Variations
Color information
#4C2644 (or 0x4C2644) is known color: Loulou. HEX triplet: 4C, 26 and 44. RGB value is (76,38,68). Sum of RGB (Red+Green+Blue) = 76+38+68=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2644 is #B3D9BB. Grayscale: #343434. Windows color (decimal): -11786684 or 4466252. OLE color: 4466252.
HSL color Cylindrical-coordinate representation of color #4C2644: hue angle of 312.63º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2644 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 68 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.70 |
| HSL | 312.63º | 0.33% | 0.22% | - |
| HSV(B) | 312.63º | 0.5% | 0.3% | - |
| XYZ | 4.72 | 3.34 | 5.86 | - |
| YUV | 52.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 68 | 0 | 0.5 | 0.11 | 0.70 | 312.63 | 0.33 | 0.22 |
| Hex | 4C | 26 | 44 | 0 | 32 | B | 46 | 139 | 21 | 16 |
| Octal | 114 | 46 | 104 | 0 | 62 | 13 | 106 | 471 | 41 | 26 |
| Binary | 1001100 | 100110 | 1000100 | 0 | 110010 | 1011 | 1000110 | 100111001 | 100001 | 10110 |
Color Harmonies of #4C2644
Complementary color
Monochromatic Colors of #4C2644
Black with #4C2644
Text Example
Text Example
White with #4C2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2644; }
p { color: rgb(76,38,68); }
H1.HeaderClassName
{
color: #4C2644;
}
.AnyTagClassName
{
color: #4C2644;
}
</style>
background-color css
<style>
a { background-color: #4C2644; }
a { background-color: rgb(76,38,68); }
div.DivClassName
{
background-color: #4C2644;
}
.BgClassName
{
background-color: #4C2644;
}
</style>
border-color css
<style>
span { border-color: #4C2644; }
span { border-color: rgb(76,38,68); }
td.TdClassName
{
border-color: #4C2644;
}
.TagClassName
{
border-color: #4C2644;
}
</style>