Shades of Loulou #472D44
Tints of Loulou #472D44
RGB
CMYK
RGB Variations
Color information
#472D44 (or 0x472D44) is known color: Loulou. HEX triplet: 47, 2D and 44. RGB value is (71,45,68). Sum of RGB (Red+Green+Blue) = 71+45+68=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #472D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D44 is #B8D2BB. Grayscale: #373737. Windows color (decimal): -12112572 or 4468039. OLE color: 4468039.
HSL color Cylindrical-coordinate representation of color #472D44: hue angle of 306.92º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #472D44 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 68 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.72 |
| HSL | 306.92º | 0.22% | 0.23% | - |
| HSV(B) | 306.92º | 0.37% | 0.28% | - |
| XYZ | 4.58 | 3.63 | 5.93 | - |
| YUV | 55.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 68 | 0 | 0.37 | 0.04 | 0.72 | 306.92 | 0.22 | 0.23 |
| Hex | 47 | 2D | 44 | 0 | 25 | 4 | 48 | 133 | 16 | 17 |
| Octal | 107 | 55 | 104 | 0 | 45 | 4 | 110 | 463 | 26 | 27 |
| Binary | 1000111 | 101101 | 1000100 | 0 | 100101 | 100 | 1001000 | 100110011 | 10110 | 10111 |
Color Harmonies of #472D44
Complementary color
Monochromatic Colors of #472D44
Black with #472D44
Text Example
Text Example
White with #472D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D44; }
p { color: rgb(71,45,68); }
H1.HeaderClassName
{
color: #472D44;
}
.AnyTagClassName
{
color: #472D44;
}
</style>
background-color css
<style>
a { background-color: #472D44; }
a { background-color: rgb(71,45,68); }
div.DivClassName
{
background-color: #472D44;
}
.BgClassName
{
background-color: #472D44;
}
</style>
border-color css
<style>
span { border-color: #472D44; }
span { border-color: rgb(71,45,68); }
td.TdClassName
{
border-color: #472D44;
}
.TagClassName
{
border-color: #472D44;
}
</style>