Shades of Loulou #4A2D47
Tints of Loulou #4A2D47
RGB
CMYK
RGB Variations
Color information
#4A2D47 (or 0x4A2D47) is known color: Loulou. HEX triplet: 4A, 2D and 47. RGB value is (74,45,71). Sum of RGB (Red+Green+Blue) = 74+45+71=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2D47 is #B5D2B8. Grayscale: #383838. Windows color (decimal): -11915961 or 4664650. OLE color: 4664650.
HSL color Cylindrical-coordinate representation of color #4A2D47: hue angle of 306.21º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A2D47 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 45 | 71 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.71 |
| HSL | 306.21º | 0.24% | 0.23% | - |
| HSV(B) | 306.21º | 0.39% | 0.29% | - |
| XYZ | 4.9 | 3.79 | 6.43 | - |
| YUV | 56.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 71 | 0 | 0.39 | 0.04 | 0.71 | 306.21 | 0.24 | 0.23 |
| Hex | 4A | 2D | 47 | 0 | 27 | 4 | 47 | 132 | 18 | 17 |
| Octal | 112 | 55 | 107 | 0 | 47 | 4 | 107 | 462 | 30 | 27 |
| Binary | 1001010 | 101101 | 1000111 | 0 | 100111 | 100 | 1000111 | 100110010 | 11000 | 10111 |
Color Harmonies of #4A2D47
Complementary color
Monochromatic Colors of #4A2D47
Black with #4A2D47
Text Example
Text Example
White with #4A2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D47; }
p { color: rgb(74,45,71); }
H1.HeaderClassName
{
color: #4A2D47;
}
.AnyTagClassName
{
color: #4A2D47;
}
</style>
background-color css
<style>
a { background-color: #4A2D47; }
a { background-color: rgb(74,45,71); }
div.DivClassName
{
background-color: #4A2D47;
}
.BgClassName
{
background-color: #4A2D47;
}
</style>
border-color css
<style>
span { border-color: #4A2D47; }
span { border-color: rgb(74,45,71); }
td.TdClassName
{
border-color: #4A2D47;
}
.TagClassName
{
border-color: #4A2D47;
}
</style>