Shades of Loulou #4B3A49
Tints of Loulou #4B3A49
RGB
CMYK
RGB Variations
Color information
#4B3A49 (or 0x4B3A49) is known color: Loulou. HEX triplet: 4B, 3A and 49. RGB value is (75,58,73). Sum of RGB (Red+Green+Blue) = 75+58+73=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A49 is #B4C5B6. Grayscale: #404040. Windows color (decimal): -11847095 or 4799051. OLE color: 4799051.
HSL color Cylindrical-coordinate representation of color #4B3A49: hue angle of 307.06º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B3A49 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 58 | 73 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.71 |
| HSL | 307.06º | 0.13% | 0.26% | - |
| HSV(B) | 307.06º | 0.23% | 0.29% | - |
| XYZ | 5.62 | 5 | 6.97 | - |
| YUV | 64.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 73 | 0 | 0.23 | 0.03 | 0.71 | 307.06 | 0.13 | 0.26 |
| Hex | 4B | 3A | 49 | 0 | 17 | 3 | 47 | 133 | D | 1A |
| Octal | 113 | 72 | 111 | 0 | 27 | 3 | 107 | 463 | 15 | 32 |
| Binary | 1001011 | 111010 | 1001001 | 0 | 10111 | 11 | 1000111 | 100110011 | 1101 | 11010 |
Color Harmonies of #4B3A49
Complementary color
Monochromatic Colors of #4B3A49
Black with #4B3A49
Text Example
Text Example
White with #4B3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A49; }
p { color: rgb(75,58,73); }
H1.HeaderClassName
{
color: #4B3A49;
}
.AnyTagClassName
{
color: #4B3A49;
}
</style>
background-color css
<style>
a { background-color: #4B3A49; }
a { background-color: rgb(75,58,73); }
div.DivClassName
{
background-color: #4B3A49;
}
.BgClassName
{
background-color: #4B3A49;
}
</style>
border-color css
<style>
span { border-color: #4B3A49; }
span { border-color: rgb(75,58,73); }
td.TdClassName
{
border-color: #4B3A49;
}
.TagClassName
{
border-color: #4B3A49;
}
</style>