Shades of Loulou #4B3145
Tints of Loulou #4B3145
RGB
CMYK
RGB Variations
Color information
#4B3145 (or 0x4B3145) is known color: Loulou. HEX triplet: 4B, 31 and 45. RGB value is (75,49,69). Sum of RGB (Red+Green+Blue) = 75+49+69=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3145 is #B4CEBA. Grayscale: #3B3B3B. Windows color (decimal): -11849403 or 4534603. OLE color: 4534603.
HSL color Cylindrical-coordinate representation of color #4B3145: hue angle of 313.85º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B3145 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 49 | 69 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.71 |
| HSL | 313.85º | 0.21% | 0.24% | - |
| HSV(B) | 313.85º | 0.35% | 0.29% | - |
| XYZ | 5.07 | 4.12 | 6.16 | - |
| YUV | 59.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 69 | 0 | 0.35 | 0.08 | 0.71 | 313.85 | 0.21 | 0.24 |
| Hex | 4B | 31 | 45 | 0 | 23 | 8 | 47 | 13A | 15 | 18 |
| Octal | 113 | 61 | 105 | 0 | 43 | 10 | 107 | 472 | 25 | 30 |
| Binary | 1001011 | 110001 | 1000101 | 0 | 100011 | 1000 | 1000111 | 100111010 | 10101 | 11000 |
Color Harmonies of #4B3145
Complementary color
Monochromatic Colors of #4B3145
Black with #4B3145
Text Example
Text Example
White with #4B3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3145; }
p { color: rgb(75,49,69); }
H1.HeaderClassName
{
color: #4B3145;
}
.AnyTagClassName
{
color: #4B3145;
}
</style>
background-color css
<style>
a { background-color: #4B3145; }
a { background-color: rgb(75,49,69); }
div.DivClassName
{
background-color: #4B3145;
}
.BgClassName
{
background-color: #4B3145;
}
</style>
border-color css
<style>
span { border-color: #4B3145; }
span { border-color: rgb(75,49,69); }
td.TdClassName
{
border-color: #4B3145;
}
.TagClassName
{
border-color: #4B3145;
}
</style>