Shades of Loulou #4A3549
Tints of Loulou #4A3549
RGB
CMYK
RGB Variations
Color information
#4A3549 (or 0x4A3549) is known color: Loulou. HEX triplet: 4A, 35 and 49. RGB value is (74,53,73). Sum of RGB (Red+Green+Blue) = 74+53+73=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3549 is #B5CAB6. Grayscale: #3D3D3D. Windows color (decimal): -11913911 or 4797770. OLE color: 4797770.
HSL color Cylindrical-coordinate representation of color #4A3549: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A3549 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 53 | 73 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.71 |
| HSL | 302.86º | 0.17% | 0.25% | - |
| HSV(B) | 302.86º | 0.28% | 0.29% | - |
| XYZ | 5.3 | 4.48 | 6.89 | - |
| YUV | 61.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 73 | 0 | 0.28 | 0.01 | 0.71 | 302.86 | 0.17 | 0.25 |
| Hex | 4A | 35 | 49 | 0 | 1C | 1 | 47 | 12F | 11 | 19 |
| Octal | 112 | 65 | 111 | 0 | 34 | 1 | 107 | 457 | 21 | 31 |
| Binary | 1001010 | 110101 | 1001001 | 0 | 11100 | 1 | 1000111 | 100101111 | 10001 | 11001 |
Color Harmonies of #4A3549
Complementary color
Monochromatic Colors of #4A3549
Black with #4A3549
Text Example
Text Example
White with #4A3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3549; }
p { color: rgb(74,53,73); }
H1.HeaderClassName
{
color: #4A3549;
}
.AnyTagClassName
{
color: #4A3549;
}
</style>
background-color css
<style>
a { background-color: #4A3549; }
a { background-color: rgb(74,53,73); }
div.DivClassName
{
background-color: #4A3549;
}
.BgClassName
{
background-color: #4A3549;
}
</style>
border-color css
<style>
span { border-color: #4A3549; }
span { border-color: rgb(74,53,73); }
td.TdClassName
{
border-color: #4A3549;
}
.TagClassName
{
border-color: #4A3549;
}
</style>