Shades of Loulou #4C2046
Tints of Loulou #4C2046
RGB
CMYK
RGB Variations
Color information
#4C2046 (or 0x4C2046) is known color: Loulou. HEX triplet: 4C, 20 and 46. RGB value is (76,32,70). Sum of RGB (Red+Green+Blue) = 76+32+70=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2046 is #B3DFB9. Grayscale: #313131. Windows color (decimal): -11788218 or 4595788. OLE color: 4595788.
HSL color Cylindrical-coordinate representation of color #4C2046: hue angle of 308.18º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2046 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 70 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.70 |
| HSL | 308.18º | 0.41% | 0.21% | - |
| HSV(B) | 308.18º | 0.58% | 0.3% | - |
| XYZ | 4.6 | 3.01 | 6.13 | - |
| YUV | 49.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 70 | 0 | 0.58 | 0.08 | 0.70 | 308.18 | 0.41 | 0.21 |
| Hex | 4C | 20 | 46 | 0 | 3A | 8 | 46 | 134 | 29 | 15 |
| Octal | 114 | 40 | 106 | 0 | 72 | 10 | 106 | 464 | 51 | 25 |
| Binary | 1001100 | 100000 | 1000110 | 0 | 111010 | 1000 | 1000110 | 100110100 | 101001 | 10101 |
Color Harmonies of #4C2046
Complementary color
Monochromatic Colors of #4C2046
Black with #4C2046
Text Example
Text Example
White with #4C2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2046; }
p { color: rgb(76,32,70); }
H1.HeaderClassName
{
color: #4C2046;
}
.AnyTagClassName
{
color: #4C2046;
}
</style>
background-color css
<style>
a { background-color: #4C2046; }
a { background-color: rgb(76,32,70); }
div.DivClassName
{
background-color: #4C2046;
}
.BgClassName
{
background-color: #4C2046;
}
</style>
border-color css
<style>
span { border-color: #4C2046; }
span { border-color: rgb(76,32,70); }
td.TdClassName
{
border-color: #4C2046;
}
.TagClassName
{
border-color: #4C2046;
}
</style>