Shades of Loulou #4C2147
Tints of Loulou #4C2147
RGB
CMYK
RGB Variations
Color information
#4C2147 (or 0x4C2147) is known color: Loulou. HEX triplet: 4C, 21 and 47. RGB value is (76,33,71). Sum of RGB (Red+Green+Blue) = 76+33+71=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2147 is #B3DEB8. Grayscale: #323232. Windows color (decimal): -11787961 or 4661580. OLE color: 4661580.
HSL color Cylindrical-coordinate representation of color #4C2147: hue angle of 306.98º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2147 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 71 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.70 |
| HSL | 306.98º | 0.39% | 0.21% | - |
| HSV(B) | 306.98º | 0.57% | 0.3% | - |
| XYZ | 4.66 | 3.08 | 6.31 | - |
| YUV | 50.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 71 | 0 | 0.57 | 0.07 | 0.70 | 306.98 | 0.39 | 0.21 |
| Hex | 4C | 21 | 47 | 0 | 39 | 7 | 46 | 133 | 27 | 15 |
| Octal | 114 | 41 | 107 | 0 | 71 | 7 | 106 | 463 | 47 | 25 |
| Binary | 1001100 | 100001 | 1000111 | 0 | 111001 | 111 | 1000110 | 100110011 | 100111 | 10101 |
Color Harmonies of #4C2147
Complementary color
Monochromatic Colors of #4C2147
Black with #4C2147
Text Example
Text Example
White with #4C2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2147; }
p { color: rgb(76,33,71); }
H1.HeaderClassName
{
color: #4C2147;
}
.AnyTagClassName
{
color: #4C2147;
}
</style>
background-color css
<style>
a { background-color: #4C2147; }
a { background-color: rgb(76,33,71); }
div.DivClassName
{
background-color: #4C2147;
}
.BgClassName
{
background-color: #4C2147;
}
</style>
border-color css
<style>
span { border-color: #4C2147; }
span { border-color: rgb(76,33,71); }
td.TdClassName
{
border-color: #4C2147;
}
.TagClassName
{
border-color: #4C2147;
}
</style>