Shades of Loulou #4B3349
Tints of Loulou #4B3349
RGB
CMYK
RGB Variations
Color information
#4B3349 (or 0x4B3349) is known color: Loulou. HEX triplet: 4B, 33 and 49. RGB value is (75,51,73). Sum of RGB (Red+Green+Blue) = 75+51+73=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3349 is #B4CCB6. Grayscale: #3C3C3C. Windows color (decimal): -11848887 or 4797259. OLE color: 4797259.
HSL color Cylindrical-coordinate representation of color #4B3349: hue angle of 305º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B3349 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 73 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.71 |
| HSL | 305º | 0.19% | 0.25% | - |
| HSV(B) | 305º | 0.32% | 0.29% | - |
| XYZ | 5.29 | 4.34 | 6.86 | - |
| YUV | 60.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 73 | 0 | 0.32 | 0.03 | 0.71 | 305 | 0.19 | 0.25 |
| Hex | 4B | 33 | 49 | 0 | 20 | 3 | 47 | 131 | 13 | 19 |
| Octal | 113 | 63 | 111 | 0 | 40 | 3 | 107 | 461 | 23 | 31 |
| Binary | 1001011 | 110011 | 1001001 | 0 | 100000 | 11 | 1000111 | 100110001 | 10011 | 11001 |
Color Harmonies of #4B3349
Complementary color
Monochromatic Colors of #4B3349
Black with #4B3349
Text Example
Text Example
White with #4B3349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3349; }
p { color: rgb(75,51,73); }
H1.HeaderClassName
{
color: #4B3349;
}
.AnyTagClassName
{
color: #4B3349;
}
</style>
background-color css
<style>
a { background-color: #4B3349; }
a { background-color: rgb(75,51,73); }
div.DivClassName
{
background-color: #4B3349;
}
.BgClassName
{
background-color: #4B3349;
}
</style>
border-color css
<style>
span { border-color: #4B3349; }
span { border-color: rgb(75,51,73); }
td.TdClassName
{
border-color: #4B3349;
}
.TagClassName
{
border-color: #4B3349;
}
</style>