Shades of Loulou #4B2346
Tints of Loulou #4B2346
RGB
CMYK
RGB Variations
Color information
#4B2346 (or 0x4B2346) is known color: Loulou. HEX triplet: 4B, 23 and 46. RGB value is (75,35,70). Sum of RGB (Red+Green+Blue) = 75+35+70=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2346 is #B4DCB9. Grayscale: #323232. Windows color (decimal): -11852986 or 4596555. OLE color: 4596555.
HSL color Cylindrical-coordinate representation of color #4B2346: hue angle of 307.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B2346 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 35 | 70 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.71 |
| HSL | 307.5º | 0.36% | 0.22% | - |
| HSV(B) | 307.5º | 0.53% | 0.29% | - |
| XYZ | 4.61 | 3.14 | 6.16 | - |
| YUV | 50.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 70 | 0 | 0.53 | 0.07 | 0.71 | 307.5 | 0.36 | 0.22 |
| Hex | 4B | 23 | 46 | 0 | 35 | 7 | 47 | 134 | 24 | 16 |
| Octal | 113 | 43 | 106 | 0 | 65 | 7 | 107 | 464 | 44 | 26 |
| Binary | 1001011 | 100011 | 1000110 | 0 | 110101 | 111 | 1000111 | 100110100 | 100100 | 10110 |
Color Harmonies of #4B2346
Complementary color
Monochromatic Colors of #4B2346
Black with #4B2346
Text Example
Text Example
White with #4B2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2346; }
p { color: rgb(75,35,70); }
H1.HeaderClassName
{
color: #4B2346;
}
.AnyTagClassName
{
color: #4B2346;
}
</style>
background-color css
<style>
a { background-color: #4B2346; }
a { background-color: rgb(75,35,70); }
div.DivClassName
{
background-color: #4B2346;
}
.BgClassName
{
background-color: #4B2346;
}
</style>
border-color css
<style>
span { border-color: #4B2346; }
span { border-color: rgb(75,35,70); }
td.TdClassName
{
border-color: #4B2346;
}
.TagClassName
{
border-color: #4B2346;
}
</style>