Shades of Loulou #4B3749
Tints of Loulou #4B3749
RGB
CMYK
RGB Variations
Color information
#4B3749 (or 0x4B3749) is known color: Loulou. HEX triplet: 4B, 37 and 49. RGB value is (75,55,73). Sum of RGB (Red+Green+Blue) = 75+55+73=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3749 is #B4C8B6. Grayscale: #3E3E3E. Windows color (decimal): -11847863 or 4798283. OLE color: 4798283.
HSL color Cylindrical-coordinate representation of color #4B3749: hue angle of 306º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B3749 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 55 | 73 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.71 |
| HSL | 306º | 0.15% | 0.25% | - |
| HSV(B) | 306º | 0.27% | 0.29% | - |
| XYZ | 5.47 | 4.71 | 6.92 | - |
| YUV | 63.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 73 | 0 | 0.27 | 0.03 | 0.71 | 306 | 0.15 | 0.25 |
| Hex | 4B | 37 | 49 | 0 | 1B | 3 | 47 | 132 | F | 19 |
| Octal | 113 | 67 | 111 | 0 | 33 | 3 | 107 | 462 | 17 | 31 |
| Binary | 1001011 | 110111 | 1001001 | 0 | 11011 | 11 | 1000111 | 100110010 | 1111 | 11001 |
Color Harmonies of #4B3749
Complementary color
Monochromatic Colors of #4B3749
Black with #4B3749
Text Example
Text Example
White with #4B3749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3749; }
p { color: rgb(75,55,73); }
H1.HeaderClassName
{
color: #4B3749;
}
.AnyTagClassName
{
color: #4B3749;
}
</style>
background-color css
<style>
a { background-color: #4B3749; }
a { background-color: rgb(75,55,73); }
div.DivClassName
{
background-color: #4B3749;
}
.BgClassName
{
background-color: #4B3749;
}
</style>
border-color css
<style>
span { border-color: #4B3749; }
span { border-color: rgb(75,55,73); }
td.TdClassName
{
border-color: #4B3749;
}
.TagClassName
{
border-color: #4B3749;
}
</style>