Shades of Loulou #4B2448
Tints of Loulou #4B2448
RGB
CMYK
RGB Variations
Color information
#4B2448 (or 0x4B2448) is known color: Loulou. HEX triplet: 4B, 24 and 48. RGB value is (75,36,72). Sum of RGB (Red+Green+Blue) = 75+36+72=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2448 is #B4DBB7. Grayscale: #333333. Windows color (decimal): -11852728 or 4727883. OLE color: 4727883.
HSL color Cylindrical-coordinate representation of color #4B2448: hue angle of 304.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2448 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 72 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.71 |
| HSL | 304.62º | 0.35% | 0.22% | - |
| HSV(B) | 304.62º | 0.52% | 0.29% | - |
| XYZ | 4.7 | 3.23 | 6.51 | - |
| YUV | 51.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 72 | 0 | 0.52 | 0.04 | 0.71 | 304.62 | 0.35 | 0.22 |
| Hex | 4B | 24 | 48 | 0 | 34 | 4 | 47 | 131 | 23 | 16 |
| Octal | 113 | 44 | 110 | 0 | 64 | 4 | 107 | 461 | 43 | 26 |
| Binary | 1001011 | 100100 | 1001000 | 0 | 110100 | 100 | 1000111 | 100110001 | 100011 | 10110 |
Color Harmonies of #4B2448
Complementary color
Monochromatic Colors of #4B2448
Black with #4B2448
Text Example
Text Example
White with #4B2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2448; }
p { color: rgb(75,36,72); }
H1.HeaderClassName
{
color: #4B2448;
}
.AnyTagClassName
{
color: #4B2448;
}
</style>
background-color css
<style>
a { background-color: #4B2448; }
a { background-color: rgb(75,36,72); }
div.DivClassName
{
background-color: #4B2448;
}
.BgClassName
{
background-color: #4B2448;
}
</style>
border-color css
<style>
span { border-color: #4B2448; }
span { border-color: rgb(75,36,72); }
td.TdClassName
{
border-color: #4B2448;
}
.TagClassName
{
border-color: #4B2448;
}
</style>