Shades of Loulou #4C1B49
Tints of Loulou #4C1B49
RGB
CMYK
RGB Variations
Color information
#4C1B49 (or 0x4C1B49) is known color: Loulou. HEX triplet: 4C, 1B and 49. RGB value is (76,27,73). Sum of RGB (Red+Green+Blue) = 76+27+73=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B49 is #B3E4B6. Grayscale: #2E2E2E. Windows color (decimal): -11789495 or 4791116. OLE color: 4791116.
HSL color Cylindrical-coordinate representation of color #4C1B49: hue angle of 303.67º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C1B49 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 27 | 73 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.70 |
| HSL | 303.67º | 0.48% | 0.2% | - |
| HSV(B) | 303.67º | 0.64% | 0.3% | - |
| XYZ | 4.58 | 2.8 | 6.6 | - |
| YUV | 46.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 27 | 73 | 0 | 0.64 | 0.04 | 0.70 | 303.67 | 0.48 | 0.2 |
| Hex | 4C | 1B | 49 | 0 | 40 | 4 | 46 | 130 | 30 | 14 |
| Octal | 114 | 33 | 111 | 0 | 100 | 4 | 106 | 460 | 60 | 24 |
| Binary | 1001100 | 11011 | 1001001 | 0 | 1000000 | 100 | 1000110 | 100110000 | 110000 | 10100 |
Color Harmonies of #4C1B49
Complementary color
Monochromatic Colors of #4C1B49
Black with #4C1B49
Text Example
Text Example
White with #4C1B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1B49; }
p { color: rgb(76,27,73); }
H1.HeaderClassName
{
color: #4C1B49;
}
.AnyTagClassName
{
color: #4C1B49;
}
</style>
background-color css
<style>
a { background-color: #4C1B49; }
a { background-color: rgb(76,27,73); }
div.DivClassName
{
background-color: #4C1B49;
}
.BgClassName
{
background-color: #4C1B49;
}
</style>
border-color css
<style>
span { border-color: #4C1B49; }
span { border-color: rgb(76,27,73); }
td.TdClassName
{
border-color: #4C1B49;
}
.TagClassName
{
border-color: #4C1B49;
}
</style>