Shades of Loulou #4B1E43
Tints of Loulou #4B1E43
RGB
CMYK
RGB Variations
Color information
#4B1E43 (or 0x4B1E43) is known color: Loulou. HEX triplet: 4B, 1E and 43. RGB value is (75,30,67). Sum of RGB (Red+Green+Blue) = 75+30+67=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1E43 is #B4E1BC. Grayscale: #2F2F2F. Windows color (decimal): -11854269 or 4398667. OLE color: 4398667.
HSL color Cylindrical-coordinate representation of color #4B1E43: hue angle of 310.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B1E43 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 30 | 67 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.71 |
| HSL | 310.67º | 0.43% | 0.21% | - |
| HSV(B) | 310.67º | 0.6% | 0.29% | - |
| XYZ | 4.38 | 2.83 | 5.63 | - |
| YUV | 47.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 67 | 0 | 0.60 | 0.11 | 0.71 | 310.67 | 0.43 | 0.21 |
| Hex | 4B | 1E | 43 | 0 | 3C | B | 47 | 137 | 2B | 15 |
| Octal | 113 | 36 | 103 | 0 | 74 | 13 | 107 | 467 | 53 | 25 |
| Binary | 1001011 | 11110 | 1000011 | 0 | 111100 | 1011 | 1000111 | 100110111 | 101011 | 10101 |
Color Harmonies of #4B1E43
Complementary color
Monochromatic Colors of #4B1E43
Black with #4B1E43
Text Example
Text Example
White with #4B1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1E43; }
p { color: rgb(75,30,67); }
H1.HeaderClassName
{
color: #4B1E43;
}
.AnyTagClassName
{
color: #4B1E43;
}
</style>
background-color css
<style>
a { background-color: #4B1E43; }
a { background-color: rgb(75,30,67); }
div.DivClassName
{
background-color: #4B1E43;
}
.BgClassName
{
background-color: #4B1E43;
}
</style>
border-color css
<style>
span { border-color: #4B1E43; }
span { border-color: rgb(75,30,67); }
td.TdClassName
{
border-color: #4B1E43;
}
.TagClassName
{
border-color: #4B1E43;
}
</style>