Shades of Loulou #4B1944
Tints of Loulou #4B1944
RGB
CMYK
RGB Variations
Color information
#4B1944 (or 0x4B1944) is known color: Loulou. HEX triplet: 4B, 19 and 44. RGB value is (75,25,68). Sum of RGB (Red+Green+Blue) = 75+25+68=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1944 is #B4E6BB. Grayscale: #2C2C2C. Windows color (decimal): -11855548 or 4462923. OLE color: 4462923.
HSL color Cylindrical-coordinate representation of color #4B1944: hue angle of 308.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B1944 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 68 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.71 |
| HSL | 308.4º | 0.5% | 0.2% | - |
| HSV(B) | 308.4º | 0.67% | 0.29% | - |
| XYZ | 4.29 | 2.61 | 5.75 | - |
| YUV | 44.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 68 | 0 | 0.67 | 0.09 | 0.71 | 308.4 | 0.5 | 0.2 |
| Hex | 4B | 19 | 44 | 0 | 43 | 9 | 47 | 134 | 32 | 14 |
| Octal | 113 | 31 | 104 | 0 | 103 | 11 | 107 | 464 | 62 | 24 |
| Binary | 1001011 | 11001 | 1000100 | 0 | 1000011 | 1001 | 1000111 | 100110100 | 110010 | 10100 |
Color Harmonies of #4B1944
Complementary color
Monochromatic Colors of #4B1944
Black with #4B1944
Text Example
Text Example
White with #4B1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1944; }
p { color: rgb(75,25,68); }
H1.HeaderClassName
{
color: #4B1944;
}
.AnyTagClassName
{
color: #4B1944;
}
</style>
background-color css
<style>
a { background-color: #4B1944; }
a { background-color: rgb(75,25,68); }
div.DivClassName
{
background-color: #4B1944;
}
.BgClassName
{
background-color: #4B1944;
}
</style>
border-color css
<style>
span { border-color: #4B1944; }
span { border-color: rgb(75,25,68); }
td.TdClassName
{
border-color: #4B1944;
}
.TagClassName
{
border-color: #4B1944;
}
</style>