Shades of Loulou #4B2D48
Tints of Loulou #4B2D48
RGB
CMYK
RGB Variations
Color information
#4B2D48 (or 0x4B2D48) is known color: Loulou. HEX triplet: 4B, 2D and 48. RGB value is (75,45,72). Sum of RGB (Red+Green+Blue) = 75+45+72=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D48 is #B4D2B7. Grayscale: #383838. Windows color (decimal): -11850424 or 4730187. OLE color: 4730187.
HSL color Cylindrical-coordinate representation of color #4B2D48: hue angle of 306º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B2D48 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 72 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.71 |
| HSL | 306º | 0.25% | 0.24% | - |
| HSV(B) | 306º | 0.4% | 0.29% | - |
| XYZ | 5.01 | 3.84 | 6.61 | - |
| YUV | 57.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 72 | 0 | 0.40 | 0.04 | 0.71 | 306 | 0.25 | 0.24 |
| Hex | 4B | 2D | 48 | 0 | 28 | 4 | 47 | 132 | 19 | 18 |
| Octal | 113 | 55 | 110 | 0 | 50 | 4 | 107 | 462 | 31 | 30 |
| Binary | 1001011 | 101101 | 1001000 | 0 | 101000 | 100 | 1000111 | 100110010 | 11001 | 11000 |
Color Harmonies of #4B2D48
Complementary color
Monochromatic Colors of #4B2D48
Black with #4B2D48
Text Example
Text Example
White with #4B2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D48; }
p { color: rgb(75,45,72); }
H1.HeaderClassName
{
color: #4B2D48;
}
.AnyTagClassName
{
color: #4B2D48;
}
</style>
background-color css
<style>
a { background-color: #4B2D48; }
a { background-color: rgb(75,45,72); }
div.DivClassName
{
background-color: #4B2D48;
}
.BgClassName
{
background-color: #4B2D48;
}
</style>
border-color css
<style>
span { border-color: #4B2D48; }
span { border-color: rgb(75,45,72); }
td.TdClassName
{
border-color: #4B2D48;
}
.TagClassName
{
border-color: #4B2D48;
}
</style>