Shades of Loulou #4C1A47
Tints of Loulou #4C1A47
RGB
CMYK
RGB Variations
Color information
#4C1A47 (or 0x4C1A47) is known color: Loulou. HEX triplet: 4C, 1A and 47. RGB value is (76,26,71). Sum of RGB (Red+Green+Blue) = 76+26+71=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A47 is #B3E5B8. Grayscale: #2D2D2D. Windows color (decimal): -11789753 or 4659788. OLE color: 4659788.
HSL color Cylindrical-coordinate representation of color #4C1A47: hue angle of 306º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1A47 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 26 | 71 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.70 |
| HSL | 306º | 0.49% | 0.2% | - |
| HSV(B) | 306º | 0.66% | 0.3% | - |
| XYZ | 4.49 | 2.73 | 6.25 | - |
| YUV | 46.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 71 | 0 | 0.66 | 0.07 | 0.70 | 306 | 0.49 | 0.2 |
| Hex | 4C | 1A | 47 | 0 | 42 | 7 | 46 | 132 | 31 | 14 |
| Octal | 114 | 32 | 107 | 0 | 102 | 7 | 106 | 462 | 61 | 24 |
| Binary | 1001100 | 11010 | 1000111 | 0 | 1000010 | 111 | 1000110 | 100110010 | 110001 | 10100 |
Color Harmonies of #4C1A47
Complementary color
Monochromatic Colors of #4C1A47
Black with #4C1A47
Text Example
Text Example
White with #4C1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A47; }
p { color: rgb(76,26,71); }
H1.HeaderClassName
{
color: #4C1A47;
}
.AnyTagClassName
{
color: #4C1A47;
}
</style>
background-color css
<style>
a { background-color: #4C1A47; }
a { background-color: rgb(76,26,71); }
div.DivClassName
{
background-color: #4C1A47;
}
.BgClassName
{
background-color: #4C1A47;
}
</style>
border-color css
<style>
span { border-color: #4C1A47; }
span { border-color: rgb(76,26,71); }
td.TdClassName
{
border-color: #4C1A47;
}
.TagClassName
{
border-color: #4C1A47;
}
</style>