Shades of Loulou #472D46
Tints of Loulou #472D46
RGB
CMYK
RGB Variations
Color information
#472D46 (or 0x472D46) is known color: Loulou. HEX triplet: 47, 2D and 46. RGB value is (71,45,70). Sum of RGB (Red+Green+Blue) = 71+45+70=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #472D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D46 is #B8D2B9. Grayscale: #373737. Windows color (decimal): -12112570 or 4599111. OLE color: 4599111.
HSL color Cylindrical-coordinate representation of color #472D46: hue angle of 302.31º 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 #472D46 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 70 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.72 |
| HSL | 302.31º | 0.22% | 0.23% | - |
| HSV(B) | 302.31º | 0.37% | 0.28% | - |
| XYZ | 4.64 | 3.66 | 6.26 | - |
| YUV | 55.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 70 | 0 | 0.37 | 0.01 | 0.72 | 302.31 | 0.22 | 0.23 |
| Hex | 47 | 2D | 46 | 0 | 25 | 1 | 48 | 12E | 16 | 17 |
| Octal | 107 | 55 | 106 | 0 | 45 | 1 | 110 | 456 | 26 | 27 |
| Binary | 1000111 | 101101 | 1000110 | 0 | 100101 | 1 | 1001000 | 100101110 | 10110 | 10111 |
Color Harmonies of #472D46
Complementary color
Monochromatic Colors of #472D46
Black with #472D46
Text Example
Text Example
White with #472D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D46; }
p { color: rgb(71,45,70); }
H1.HeaderClassName
{
color: #472D46;
}
.AnyTagClassName
{
color: #472D46;
}
</style>
background-color css
<style>
a { background-color: #472D46; }
a { background-color: rgb(71,45,70); }
div.DivClassName
{
background-color: #472D46;
}
.BgClassName
{
background-color: #472D46;
}
</style>
border-color css
<style>
span { border-color: #472D46; }
span { border-color: rgb(71,45,70); }
td.TdClassName
{
border-color: #472D46;
}
.TagClassName
{
border-color: #472D46;
}
</style>