Shades of Loulou #4B3946
Tints of Loulou #4B3946
RGB
CMYK
RGB Variations
Color information
#4B3946 (or 0x4B3946) is known color: Loulou. HEX triplet: 4B, 39 and 46. RGB value is (75,57,70). Sum of RGB (Red+Green+Blue) = 75+57+70=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3946 is #B4C6B9. Grayscale: #3F3F3F. Windows color (decimal): -11847354 or 4602187. OLE color: 4602187.
HSL color Cylindrical-coordinate representation of color #4B3946: hue angle of 316.67º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B3946 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 57 | 70 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.71 |
| HSL | 316.67º | 0.14% | 0.26% | - |
| HSV(B) | 316.67º | 0.24% | 0.29% | - |
| XYZ | 5.47 | 4.86 | 6.44 | - |
| YUV | 63.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 70 | 0 | 0.24 | 0.07 | 0.71 | 316.67 | 0.14 | 0.26 |
| Hex | 4B | 39 | 46 | 0 | 18 | 7 | 47 | 13D | E | 1A |
| Octal | 113 | 71 | 106 | 0 | 30 | 7 | 107 | 475 | 16 | 32 |
| Binary | 1001011 | 111001 | 1000110 | 0 | 11000 | 111 | 1000111 | 100111101 | 1110 | 11010 |
Color Harmonies of #4B3946
Complementary color
Monochromatic Colors of #4B3946
Black with #4B3946
Text Example
Text Example
White with #4B3946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3946; }
p { color: rgb(75,57,70); }
H1.HeaderClassName
{
color: #4B3946;
}
.AnyTagClassName
{
color: #4B3946;
}
</style>
background-color css
<style>
a { background-color: #4B3946; }
a { background-color: rgb(75,57,70); }
div.DivClassName
{
background-color: #4B3946;
}
.BgClassName
{
background-color: #4B3946;
}
</style>
border-color css
<style>
span { border-color: #4B3946; }
span { border-color: rgb(75,57,70); }
td.TdClassName
{
border-color: #4B3946;
}
.TagClassName
{
border-color: #4B3946;
}
</style>