Shades of Loulou #4B2647
Tints of Loulou #4B2647
RGB
CMYK
RGB Variations
Color information
#4B2647 (or 0x4B2647) is known color: Loulou. HEX triplet: 4B, 26 and 47. RGB value is (75,38,71). Sum of RGB (Red+Green+Blue) = 75+38+71=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2647 is #B4D9B8. Grayscale: #343434. Windows color (decimal): -11852217 or 4662859. OLE color: 4662859.
HSL color Cylindrical-coordinate representation of color #4B2647: hue angle of 306.49º 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 #4B2647 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 71 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.71 |
| HSL | 306.49º | 0.33% | 0.22% | - |
| HSV(B) | 306.49º | 0.49% | 0.29% | - |
| XYZ | 4.73 | 3.34 | 6.36 | - |
| YUV | 52.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 71 | 0 | 0.49 | 0.05 | 0.71 | 306.49 | 0.33 | 0.22 |
| Hex | 4B | 26 | 47 | 0 | 31 | 5 | 47 | 132 | 21 | 16 |
| Octal | 113 | 46 | 107 | 0 | 61 | 5 | 107 | 462 | 41 | 26 |
| Binary | 1001011 | 100110 | 1000111 | 0 | 110001 | 101 | 1000111 | 100110010 | 100001 | 10110 |
Color Harmonies of #4B2647
Complementary color
Monochromatic Colors of #4B2647
Black with #4B2647
Text Example
Text Example
White with #4B2647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2647; }
p { color: rgb(75,38,71); }
H1.HeaderClassName
{
color: #4B2647;
}
.AnyTagClassName
{
color: #4B2647;
}
</style>
background-color css
<style>
a { background-color: #4B2647; }
a { background-color: rgb(75,38,71); }
div.DivClassName
{
background-color: #4B2647;
}
.BgClassName
{
background-color: #4B2647;
}
</style>
border-color css
<style>
span { border-color: #4B2647; }
span { border-color: rgb(75,38,71); }
td.TdClassName
{
border-color: #4B2647;
}
.TagClassName
{
border-color: #4B2647;
}
</style>