Shades of Loulou #4C2446
Tints of Loulou #4C2446
RGB
CMYK
RGB Variations
Color information
#4C2446 (or 0x4C2446) is known color: Loulou. HEX triplet: 4C, 24 and 46. RGB value is (76,36,70). Sum of RGB (Red+Green+Blue) = 76+36+70=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2446 is #B3DBB9. Grayscale: #333333. Windows color (decimal): -11787194 or 4596812. OLE color: 4596812.
HSL color Cylindrical-coordinate representation of color #4C2446: hue angle of 309º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C2446 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 70 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.70 |
| HSL | 309º | 0.36% | 0.22% | - |
| HSV(B) | 309º | 0.53% | 0.3% | - |
| XYZ | 4.72 | 3.24 | 6.17 | - |
| YUV | 51.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 70 | 0 | 0.53 | 0.08 | 0.70 | 309 | 0.36 | 0.22 |
| Hex | 4C | 24 | 46 | 0 | 35 | 8 | 46 | 135 | 24 | 16 |
| Octal | 114 | 44 | 106 | 0 | 65 | 10 | 106 | 465 | 44 | 26 |
| Binary | 1001100 | 100100 | 1000110 | 0 | 110101 | 1000 | 1000110 | 100110101 | 100100 | 10110 |
Color Harmonies of #4C2446
Complementary color
Monochromatic Colors of #4C2446
Black with #4C2446
Text Example
Text Example
White with #4C2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2446; }
p { color: rgb(76,36,70); }
H1.HeaderClassName
{
color: #4C2446;
}
.AnyTagClassName
{
color: #4C2446;
}
</style>
background-color css
<style>
a { background-color: #4C2446; }
a { background-color: rgb(76,36,70); }
div.DivClassName
{
background-color: #4C2446;
}
.BgClassName
{
background-color: #4C2446;
}
</style>
border-color css
<style>
span { border-color: #4C2446; }
span { border-color: rgb(76,36,70); }
td.TdClassName
{
border-color: #4C2446;
}
.TagClassName
{
border-color: #4C2446;
}
</style>