Shades of Loulou #4B2643
Tints of Loulou #4B2643
RGB
CMYK
RGB Variations
Color information
#4B2643 (or 0x4B2643) is known color: Loulou. HEX triplet: 4B, 26 and 43. RGB value is (75,38,67). Sum of RGB (Red+Green+Blue) = 75+38+67=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2643 is #B4D9BC. Grayscale: #343434. Windows color (decimal): -11852221 or 4400715. OLE color: 4400715.
HSL color Cylindrical-coordinate representation of color #4B2643: hue angle of 312.97º 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 #4B2643 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 67 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.71 |
| HSL | 312.97º | 0.33% | 0.22% | - |
| HSV(B) | 312.97º | 0.49% | 0.29% | - |
| XYZ | 4.61 | 3.29 | 5.7 | - |
| YUV | 52.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 67 | 0 | 0.49 | 0.11 | 0.71 | 312.97 | 0.33 | 0.22 |
| Hex | 4B | 26 | 43 | 0 | 31 | B | 47 | 139 | 21 | 16 |
| Octal | 113 | 46 | 103 | 0 | 61 | 13 | 107 | 471 | 41 | 26 |
| Binary | 1001011 | 100110 | 1000011 | 0 | 110001 | 1011 | 1000111 | 100111001 | 100001 | 10110 |
Color Harmonies of #4B2643
Complementary color
Monochromatic Colors of #4B2643
Black with #4B2643
Text Example
Text Example
White with #4B2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2643; }
p { color: rgb(75,38,67); }
H1.HeaderClassName
{
color: #4B2643;
}
.AnyTagClassName
{
color: #4B2643;
}
</style>
background-color css
<style>
a { background-color: #4B2643; }
a { background-color: rgb(75,38,67); }
div.DivClassName
{
background-color: #4B2643;
}
.BgClassName
{
background-color: #4B2643;
}
</style>
border-color css
<style>
span { border-color: #4B2643; }
span { border-color: rgb(75,38,67); }
td.TdClassName
{
border-color: #4B2643;
}
.TagClassName
{
border-color: #4B2643;
}
</style>