Shades of Loulou #4B1A48
Tints of Loulou #4B1A48
RGB
CMYK
RGB Variations
Color information
#4B1A48 (or 0x4B1A48) is known color: Loulou. HEX triplet: 4B, 1A and 48. RGB value is (75,26,72). Sum of RGB (Red+Green+Blue) = 75+26+72=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A48 is #B4E5B7. Grayscale: #2D2D2D. Windows color (decimal): -11855288 or 4725323. OLE color: 4725323.
HSL color Cylindrical-coordinate representation of color #4B1A48: hue angle of 303.67º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B1A48 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 26 | 72 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.71 |
| HSL | 303.67º | 0.49% | 0.2% | - |
| HSV(B) | 303.67º | 0.65% | 0.29% | - |
| XYZ | 4.44 | 2.7 | 6.42 | - |
| YUV | 45.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 72 | 0 | 0.65 | 0.04 | 0.71 | 303.67 | 0.49 | 0.2 |
| Hex | 4B | 1A | 48 | 0 | 41 | 4 | 47 | 130 | 31 | 14 |
| Octal | 113 | 32 | 110 | 0 | 101 | 4 | 107 | 460 | 61 | 24 |
| Binary | 1001011 | 11010 | 1001000 | 0 | 1000001 | 100 | 1000111 | 100110000 | 110001 | 10100 |
Color Harmonies of #4B1A48
Complementary color
Monochromatic Colors of #4B1A48
Black with #4B1A48
Text Example
Text Example
White with #4B1A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1A48; }
p { color: rgb(75,26,72); }
H1.HeaderClassName
{
color: #4B1A48;
}
.AnyTagClassName
{
color: #4B1A48;
}
</style>
background-color css
<style>
a { background-color: #4B1A48; }
a { background-color: rgb(75,26,72); }
div.DivClassName
{
background-color: #4B1A48;
}
.BgClassName
{
background-color: #4B1A48;
}
</style>
border-color css
<style>
span { border-color: #4B1A48; }
span { border-color: rgb(75,26,72); }
td.TdClassName
{
border-color: #4B1A48;
}
.TagClassName
{
border-color: #4B1A48;
}
</style>