Shades of Loulou #4B3D46
Tints of Loulou #4B3D46
RGB
CMYK
RGB Variations
Color information
#4B3D46 (or 0x4B3D46) is known color: Loulou. HEX triplet: 4B, 3D and 46. RGB value is (75,61,70). Sum of RGB (Red+Green+Blue) = 75+61+70=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3D46 is #B4C2B9. Grayscale: #424242. Windows color (decimal): -11846330 or 4603211. OLE color: 4603211.
HSL color Cylindrical-coordinate representation of color #4B3D46: hue angle of 321.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B3D46 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 61 | 70 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.71 |
| HSL | 321.43º | 0.1% | 0.27% | - |
| HSV(B) | 321.43º | 0.19% | 0.29% | - |
| XYZ | 5.68 | 5.28 | 6.51 | - |
| YUV | 66.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 70 | 0 | 0.19 | 0.07 | 0.71 | 321.43 | 0.1 | 0.27 |
| Hex | 4B | 3D | 46 | 0 | 13 | 7 | 47 | 141 | A | 1B |
| Octal | 113 | 75 | 106 | 0 | 23 | 7 | 107 | 501 | 12 | 33 |
| Binary | 1001011 | 111101 | 1000110 | 0 | 10011 | 111 | 1000111 | 101000001 | 1010 | 11011 |
Color Harmonies of #4B3D46
Complementary color
Monochromatic Colors of #4B3D46
Black with #4B3D46
Text Example
Text Example
White with #4B3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D46; }
p { color: rgb(75,61,70); }
H1.HeaderClassName
{
color: #4B3D46;
}
.AnyTagClassName
{
color: #4B3D46;
}
</style>
background-color css
<style>
a { background-color: #4B3D46; }
a { background-color: rgb(75,61,70); }
div.DivClassName
{
background-color: #4B3D46;
}
.BgClassName
{
background-color: #4B3D46;
}
</style>
border-color css
<style>
span { border-color: #4B3D46; }
span { border-color: rgb(75,61,70); }
td.TdClassName
{
border-color: #4B3D46;
}
.TagClassName
{
border-color: #4B3D46;
}
</style>