Shades of Loulou #4B1B47
Tints of Loulou #4B1B47
RGB
CMYK
RGB Variations
Color information
#4B1B47 (or 0x4B1B47) is known color: Loulou. HEX triplet: 4B, 1B and 47. RGB value is (75,27,71). Sum of RGB (Red+Green+Blue) = 75+27+71=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B47 is #B4E4B8. Grayscale: #2E2E2E. Windows color (decimal): -11855033 or 4660043. OLE color: 4660043.
HSL color Cylindrical-coordinate representation of color #4B1B47: hue angle of 305º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B1B47 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 71 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.71 |
| HSL | 305º | 0.47% | 0.2% | - |
| HSV(B) | 305º | 0.64% | 0.29% | - |
| XYZ | 4.43 | 2.73 | 6.26 | - |
| YUV | 46.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 71 | 0 | 0.64 | 0.05 | 0.71 | 305 | 0.47 | 0.2 |
| Hex | 4B | 1B | 47 | 0 | 40 | 5 | 47 | 131 | 2F | 14 |
| Octal | 113 | 33 | 107 | 0 | 100 | 5 | 107 | 461 | 57 | 24 |
| Binary | 1001011 | 11011 | 1000111 | 0 | 1000000 | 101 | 1000111 | 100110001 | 101111 | 10100 |
Color Harmonies of #4B1B47
Complementary color
Monochromatic Colors of #4B1B47
Black with #4B1B47
Text Example
Text Example
White with #4B1B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B47; }
p { color: rgb(75,27,71); }
H1.HeaderClassName
{
color: #4B1B47;
}
.AnyTagClassName
{
color: #4B1B47;
}
</style>
background-color css
<style>
a { background-color: #4B1B47; }
a { background-color: rgb(75,27,71); }
div.DivClassName
{
background-color: #4B1B47;
}
.BgClassName
{
background-color: #4B1B47;
}
</style>
border-color css
<style>
span { border-color: #4B1B47; }
span { border-color: rgb(75,27,71); }
td.TdClassName
{
border-color: #4B1B47;
}
.TagClassName
{
border-color: #4B1B47;
}
</style>