Shades of Loulou #4C314A
Tints of Loulou #4C314A
RGB
CMYK
RGB Variations
Color information
#4C314A (or 0x4C314A) is known color: Loulou. HEX triplet: 4C, 31 and 4A. RGB value is (76,49,74). Sum of RGB (Red+Green+Blue) = 76+49+74=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 76 - color contains mainly: red. Hex color #4C314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C314A is #B3CEB5. Grayscale: #3B3B3B. Windows color (decimal): -11783862 or 4862284. OLE color: 4862284.
HSL color Cylindrical-coordinate representation of color #4C314A: hue angle of 304.44º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C314A is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 49 | 74 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.70 |
| HSL | 304.44º | 0.22% | 0.25% | - |
| HSV(B) | 304.44º | 0.36% | 0.3% | - |
| XYZ | 5.31 | 4.23 | 7.01 | - |
| YUV | 59.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 74 | 0 | 0.36 | 0.03 | 0.70 | 304.44 | 0.22 | 0.25 |
| Hex | 4C | 31 | 4A | 0 | 24 | 3 | 46 | 130 | 16 | 19 |
| Octal | 114 | 61 | 112 | 0 | 44 | 3 | 106 | 460 | 26 | 31 |
| Binary | 1001100 | 110001 | 1001010 | 0 | 100100 | 11 | 1000110 | 100110000 | 10110 | 11001 |
Color Harmonies of #4C314A
Complementary color
Monochromatic Colors of #4C314A
Black with #4C314A
Text Example
Text Example
White with #4C314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C314A; }
p { color: rgb(76,49,74); }
H1.HeaderClassName
{
color: #4C314A;
}
.AnyTagClassName
{
color: #4C314A;
}
</style>
background-color css
<style>
a { background-color: #4C314A; }
a { background-color: rgb(76,49,74); }
div.DivClassName
{
background-color: #4C314A;
}
.BgClassName
{
background-color: #4C314A;
}
</style>
border-color css
<style>
span { border-color: #4C314A; }
span { border-color: rgb(76,49,74); }
td.TdClassName
{
border-color: #4C314A;
}
.TagClassName
{
border-color: #4C314A;
}
</style>