Shades of Loulou #4A2849
Tints of Loulou #4A2849
RGB
CMYK
RGB Variations
Color information
#4A2849 (or 0x4A2849) is known color: Loulou. HEX triplet: 4A, 28 and 49. RGB value is (74,40,73). Sum of RGB (Red+Green+Blue) = 74+40+73=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2849 is #B5D7B6. Grayscale: #353535. Windows color (decimal): -11917239 or 4794442. OLE color: 4794442.
HSL color Cylindrical-coordinate representation of color #4A2849: hue angle of 301.76º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A2849 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 73 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.71 |
| HSL | 301.76º | 0.3% | 0.22% | - |
| HSV(B) | 301.76º | 0.46% | 0.29% | - |
| XYZ | 4.79 | 3.45 | 6.72 | - |
| YUV | 53.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 73 | 0 | 0.46 | 0.01 | 0.71 | 301.76 | 0.3 | 0.22 |
| Hex | 4A | 28 | 49 | 0 | 2E | 1 | 47 | 12E | 1E | 16 |
| Octal | 112 | 50 | 111 | 0 | 56 | 1 | 107 | 456 | 36 | 26 |
| Binary | 1001010 | 101000 | 1001001 | 0 | 101110 | 1 | 1000111 | 100101110 | 11110 | 10110 |
Color Harmonies of #4A2849
Complementary color
Monochromatic Colors of #4A2849
Black with #4A2849
Text Example
Text Example
White with #4A2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2849; }
p { color: rgb(74,40,73); }
H1.HeaderClassName
{
color: #4A2849;
}
.AnyTagClassName
{
color: #4A2849;
}
</style>
background-color css
<style>
a { background-color: #4A2849; }
a { background-color: rgb(74,40,73); }
div.DivClassName
{
background-color: #4A2849;
}
.BgClassName
{
background-color: #4A2849;
}
</style>
border-color css
<style>
span { border-color: #4A2849; }
span { border-color: rgb(74,40,73); }
td.TdClassName
{
border-color: #4A2849;
}
.TagClassName
{
border-color: #4A2849;
}
</style>