Shades of Loulou #4B3348
Tints of Loulou #4B3348
RGB
CMYK
RGB Variations
Color information
#4B3348 (or 0x4B3348) is known color: Loulou. HEX triplet: 4B, 33 and 48. RGB value is (75,51,72). Sum of RGB (Red+Green+Blue) = 75+51+72=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3348 is #B4CCB7. Grayscale: #3C3C3C. Windows color (decimal): -11848888 or 4731723. OLE color: 4731723.
HSL color Cylindrical-coordinate representation of color #4B3348: hue angle of 307.5º 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 #4B3348 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 72 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.71 |
| HSL | 307.5º | 0.19% | 0.25% | - |
| HSV(B) | 307.5º | 0.32% | 0.29% | - |
| XYZ | 5.26 | 4.33 | 6.69 | - |
| YUV | 60.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 72 | 0 | 0.32 | 0.04 | 0.71 | 307.5 | 0.19 | 0.25 |
| Hex | 4B | 33 | 48 | 0 | 20 | 4 | 47 | 134 | 13 | 19 |
| Octal | 113 | 63 | 110 | 0 | 40 | 4 | 107 | 464 | 23 | 31 |
| Binary | 1001011 | 110011 | 1001000 | 0 | 100000 | 100 | 1000111 | 100110100 | 10011 | 11001 |
Color Harmonies of #4B3348
Complementary color
Monochromatic Colors of #4B3348
Black with #4B3348
Text Example
Text Example
White with #4B3348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3348; }
p { color: rgb(75,51,72); }
H1.HeaderClassName
{
color: #4B3348;
}
.AnyTagClassName
{
color: #4B3348;
}
</style>
background-color css
<style>
a { background-color: #4B3348; }
a { background-color: rgb(75,51,72); }
div.DivClassName
{
background-color: #4B3348;
}
.BgClassName
{
background-color: #4B3348;
}
</style>
border-color css
<style>
span { border-color: #4B3348; }
span { border-color: rgb(75,51,72); }
td.TdClassName
{
border-color: #4B3348;
}
.TagClassName
{
border-color: #4B3348;
}
</style>