Shades of Loulou #482646
Tints of Loulou #482646
RGB
CMYK
RGB Variations
Color information
#482646 (or 0x482646) is known color: Loulou. HEX triplet: 48, 26 and 46. RGB value is (72,38,70). Sum of RGB (Red+Green+Blue) = 72+38+70=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482646 is #B7D9B9. Grayscale: #333333. Windows color (decimal): -12048826 or 4597320. OLE color: 4597320.
HSL color Cylindrical-coordinate representation of color #482646: hue angle of 303.53º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482646 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 38 | 70 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.72 |
| HSL | 303.53º | 0.31% | 0.22% | - |
| HSV(B) | 303.53º | 0.47% | 0.28% | - |
| XYZ | 4.47 | 3.21 | 6.18 | - |
| YUV | 51.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 70 | 0 | 0.47 | 0.03 | 0.72 | 303.53 | 0.31 | 0.22 |
| Hex | 48 | 26 | 46 | 0 | 2F | 3 | 48 | 130 | 1F | 16 |
| Octal | 110 | 46 | 106 | 0 | 57 | 3 | 110 | 460 | 37 | 26 |
| Binary | 1001000 | 100110 | 1000110 | 0 | 101111 | 11 | 1001000 | 100110000 | 11111 | 10110 |
Color Harmonies of #482646
Complementary color
Monochromatic Colors of #482646
Black with #482646
Text Example
Text Example
White with #482646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482646; }
p { color: rgb(72,38,70); }
H1.HeaderClassName
{
color: #482646;
}
.AnyTagClassName
{
color: #482646;
}
</style>
background-color css
<style>
a { background-color: #482646; }
a { background-color: rgb(72,38,70); }
div.DivClassName
{
background-color: #482646;
}
.BgClassName
{
background-color: #482646;
}
</style>
border-color css
<style>
span { border-color: #482646; }
span { border-color: rgb(72,38,70); }
td.TdClassName
{
border-color: #482646;
}
.TagClassName
{
border-color: #482646;
}
</style>