Shades of Loulou #4A2044
Tints of Loulou #4A2044
RGB
CMYK
RGB Variations
Color information
#4A2044 (or 0x4A2044) is known color: Loulou. HEX triplet: 4A, 20 and 44. RGB value is (74,32,68). Sum of RGB (Red+Green+Blue) = 74+32+68=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2044 is #B5DFBB. Grayscale: #303030. Windows color (decimal): -11919292 or 4464714. OLE color: 4464714.
HSL color Cylindrical-coordinate representation of color #4A2044: hue angle of 308.57º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A2044 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 68 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.71 |
| HSL | 308.57º | 0.4% | 0.21% | - |
| HSV(B) | 308.57º | 0.57% | 0.29% | - |
| XYZ | 4.38 | 2.91 | 5.8 | - |
| YUV | 48.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 68 | 0 | 0.57 | 0.08 | 0.71 | 308.57 | 0.4 | 0.21 |
| Hex | 4A | 20 | 44 | 0 | 39 | 8 | 47 | 135 | 28 | 15 |
| Octal | 112 | 40 | 104 | 0 | 71 | 10 | 107 | 465 | 50 | 25 |
| Binary | 1001010 | 100000 | 1000100 | 0 | 111001 | 1000 | 1000111 | 100110101 | 101000 | 10101 |
Color Harmonies of #4A2044
Complementary color
Monochromatic Colors of #4A2044
Black with #4A2044
Text Example
Text Example
White with #4A2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2044; }
p { color: rgb(74,32,68); }
H1.HeaderClassName
{
color: #4A2044;
}
.AnyTagClassName
{
color: #4A2044;
}
</style>
background-color css
<style>
a { background-color: #4A2044; }
a { background-color: rgb(74,32,68); }
div.DivClassName
{
background-color: #4A2044;
}
.BgClassName
{
background-color: #4A2044;
}
</style>
border-color css
<style>
span { border-color: #4A2044; }
span { border-color: rgb(74,32,68); }
td.TdClassName
{
border-color: #4A2044;
}
.TagClassName
{
border-color: #4A2044;
}
</style>