Shades of Loulou #472E46
Tints of Loulou #472E46
RGB
CMYK
RGB Variations
Color information
#472E46 (or 0x472E46) is known color: Loulou. HEX triplet: 47, 2E and 46. RGB value is (71,46,70). Sum of RGB (Red+Green+Blue) = 71+46+70=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #472E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E46 is #B8D1B9. Grayscale: #383838. Windows color (decimal): -12112314 or 4599367. OLE color: 4599367.
HSL color Cylindrical-coordinate representation of color #472E46: hue angle of 302.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E46 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 46 | 70 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.72 |
| HSL | 302.4º | 0.21% | 0.23% | - |
| HSV(B) | 302.4º | 0.35% | 0.28% | - |
| XYZ | 4.68 | 3.74 | 6.27 | - |
| YUV | 56.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 70 | 0 | 0.35 | 0.01 | 0.72 | 302.4 | 0.21 | 0.23 |
| Hex | 47 | 2E | 46 | 0 | 23 | 1 | 48 | 12E | 15 | 17 |
| Octal | 107 | 56 | 106 | 0 | 43 | 1 | 110 | 456 | 25 | 27 |
| Binary | 1000111 | 101110 | 1000110 | 0 | 100011 | 1 | 1001000 | 100101110 | 10101 | 10111 |
Color Harmonies of #472E46
Complementary color
Monochromatic Colors of #472E46
Black with #472E46
Text Example
Text Example
White with #472E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E46; }
p { color: rgb(71,46,70); }
H1.HeaderClassName
{
color: #472E46;
}
.AnyTagClassName
{
color: #472E46;
}
</style>
background-color css
<style>
a { background-color: #472E46; }
a { background-color: rgb(71,46,70); }
div.DivClassName
{
background-color: #472E46;
}
.BgClassName
{
background-color: #472E46;
}
</style>
border-color css
<style>
span { border-color: #472E46; }
span { border-color: rgb(71,46,70); }
td.TdClassName
{
border-color: #472E46;
}
.TagClassName
{
border-color: #472E46;
}
</style>