Shades of Loulou #4C2648
Tints of Loulou #4C2648
RGB
CMYK
RGB Variations
Color information
#4C2648 (or 0x4C2648) is known color: Loulou. HEX triplet: 4C, 26 and 48. RGB value is (76,38,72). Sum of RGB (Red+Green+Blue) = 76+38+72=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2648 is #B3D9B7. Grayscale: #353535. Windows color (decimal): -11786680 or 4728396. OLE color: 4728396.
HSL color Cylindrical-coordinate representation of color #4C2648: hue angle of 306.32º 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 #4C2648 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 72 | - |
| CMYK | 0 | 0.5 | 0.05 | 0.70 |
| HSL | 306.32º | 0.33% | 0.22% | - |
| HSV(B) | 306.32º | 0.5% | 0.3% | - |
| XYZ | 4.84 | 3.39 | 6.53 | - |
| YUV | 53.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 72 | 0 | 0.5 | 0.05 | 0.70 | 306.32 | 0.33 | 0.22 |
| Hex | 4C | 26 | 48 | 0 | 32 | 5 | 46 | 132 | 21 | 16 |
| Octal | 114 | 46 | 110 | 0 | 62 | 5 | 106 | 462 | 41 | 26 |
| Binary | 1001100 | 100110 | 1001000 | 0 | 110010 | 101 | 1000110 | 100110010 | 100001 | 10110 |
Color Harmonies of #4C2648
Complementary color
Monochromatic Colors of #4C2648
Black with #4C2648
Text Example
Text Example
White with #4C2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2648; }
p { color: rgb(76,38,72); }
H1.HeaderClassName
{
color: #4C2648;
}
.AnyTagClassName
{
color: #4C2648;
}
</style>
background-color css
<style>
a { background-color: #4C2648; }
a { background-color: rgb(76,38,72); }
div.DivClassName
{
background-color: #4C2648;
}
.BgClassName
{
background-color: #4C2648;
}
</style>
border-color css
<style>
span { border-color: #4C2648; }
span { border-color: rgb(76,38,72); }
td.TdClassName
{
border-color: #4C2648;
}
.TagClassName
{
border-color: #4C2648;
}
</style>