Shades of Loulou #4B1D44
Tints of Loulou #4B1D44
RGB
CMYK
RGB Variations
Color information
#4B1D44 (or 0x4B1D44) is known color: Loulou. HEX triplet: 4B, 1D and 44. RGB value is (75,29,68). Sum of RGB (Red+Green+Blue) = 75+29+68=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D44 is #B4E2BB. Grayscale: #2F2F2F. Windows color (decimal): -11854524 or 4463947. OLE color: 4463947.
HSL color Cylindrical-coordinate representation of color #4B1D44: hue angle of 309.13º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B1D44 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 29 | 68 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.71 |
| HSL | 309.13º | 0.44% | 0.2% | - |
| HSV(B) | 309.13º | 0.61% | 0.29% | - |
| XYZ | 4.38 | 2.79 | 5.78 | - |
| YUV | 47.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 29 | 68 | 0 | 0.61 | 0.09 | 0.71 | 309.13 | 0.44 | 0.2 |
| Hex | 4B | 1D | 44 | 0 | 3D | 9 | 47 | 135 | 2C | 14 |
| Octal | 113 | 35 | 104 | 0 | 75 | 11 | 107 | 465 | 54 | 24 |
| Binary | 1001011 | 11101 | 1000100 | 0 | 111101 | 1001 | 1000111 | 100110101 | 101100 | 10100 |
Color Harmonies of #4B1D44
Complementary color
Monochromatic Colors of #4B1D44
Black with #4B1D44
Text Example
Text Example
White with #4B1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1D44; }
p { color: rgb(75,29,68); }
H1.HeaderClassName
{
color: #4B1D44;
}
.AnyTagClassName
{
color: #4B1D44;
}
</style>
background-color css
<style>
a { background-color: #4B1D44; }
a { background-color: rgb(75,29,68); }
div.DivClassName
{
background-color: #4B1D44;
}
.BgClassName
{
background-color: #4B1D44;
}
</style>
border-color css
<style>
span { border-color: #4B1D44; }
span { border-color: rgb(75,29,68); }
td.TdClassName
{
border-color: #4B1D44;
}
.TagClassName
{
border-color: #4B1D44;
}
</style>