Shades of Loulou #4B2644
Tints of Loulou #4B2644
RGB
CMYK
RGB Variations
Color information
#4B2644 (or 0x4B2644) is known color: Loulou. HEX triplet: 4B, 26 and 44. RGB value is (75,38,68). Sum of RGB (Red+Green+Blue) = 75+38+68=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2644 is #B4D9BB. Grayscale: #343434. Windows color (decimal): -11852220 or 4466251. OLE color: 4466251.
HSL color Cylindrical-coordinate representation of color #4B2644: hue angle of 311.35º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B2644 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 68 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.71 |
| HSL | 311.35º | 0.33% | 0.22% | - |
| HSV(B) | 311.35º | 0.49% | 0.29% | - |
| XYZ | 4.64 | 3.3 | 5.86 | - |
| YUV | 52.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 68 | 0 | 0.49 | 0.09 | 0.71 | 311.35 | 0.33 | 0.22 |
| Hex | 4B | 26 | 44 | 0 | 31 | 9 | 47 | 137 | 21 | 16 |
| Octal | 113 | 46 | 104 | 0 | 61 | 11 | 107 | 467 | 41 | 26 |
| Binary | 1001011 | 100110 | 1000100 | 0 | 110001 | 1001 | 1000111 | 100110111 | 100001 | 10110 |
Color Harmonies of #4B2644
Complementary color
Monochromatic Colors of #4B2644
Black with #4B2644
Text Example
Text Example
White with #4B2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2644; }
p { color: rgb(75,38,68); }
H1.HeaderClassName
{
color: #4B2644;
}
.AnyTagClassName
{
color: #4B2644;
}
</style>
background-color css
<style>
a { background-color: #4B2644; }
a { background-color: rgb(75,38,68); }
div.DivClassName
{
background-color: #4B2644;
}
.BgClassName
{
background-color: #4B2644;
}
</style>
border-color css
<style>
span { border-color: #4B2644; }
span { border-color: rgb(75,38,68); }
td.TdClassName
{
border-color: #4B2644;
}
.TagClassName
{
border-color: #4B2644;
}
</style>