Shades of Loulou #4C2448
Tints of Loulou #4C2448
RGB
CMYK
RGB Variations
Color information
#4C2448 (or 0x4C2448) is known color: Loulou. HEX triplet: 4C, 24 and 48. RGB value is (76,36,72). Sum of RGB (Red+Green+Blue) = 76+36+72=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2448 is #B3DBB7. Grayscale: #333333. Windows color (decimal): -11787192 or 4727884. OLE color: 4727884.
HSL color Cylindrical-coordinate representation of color #4C2448: hue angle of 306º 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 #4C2448 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 72 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.70 |
| HSL | 306º | 0.36% | 0.22% | - |
| HSV(B) | 306º | 0.53% | 0.3% | - |
| XYZ | 4.78 | 3.27 | 6.51 | - |
| YUV | 52.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 72 | 0 | 0.53 | 0.05 | 0.70 | 306 | 0.36 | 0.22 |
| Hex | 4C | 24 | 48 | 0 | 35 | 5 | 46 | 132 | 24 | 16 |
| Octal | 114 | 44 | 110 | 0 | 65 | 5 | 106 | 462 | 44 | 26 |
| Binary | 1001100 | 100100 | 1001000 | 0 | 110101 | 101 | 1000110 | 100110010 | 100100 | 10110 |
Color Harmonies of #4C2448
Complementary color
Monochromatic Colors of #4C2448
Black with #4C2448
Text Example
Text Example
White with #4C2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2448; }
p { color: rgb(76,36,72); }
H1.HeaderClassName
{
color: #4C2448;
}
.AnyTagClassName
{
color: #4C2448;
}
</style>
background-color css
<style>
a { background-color: #4C2448; }
a { background-color: rgb(76,36,72); }
div.DivClassName
{
background-color: #4C2448;
}
.BgClassName
{
background-color: #4C2448;
}
</style>
border-color css
<style>
span { border-color: #4C2448; }
span { border-color: rgb(76,36,72); }
td.TdClassName
{
border-color: #4C2448;
}
.TagClassName
{
border-color: #4C2448;
}
</style>