Shades of Loulou #482D44
Tints of Loulou #482D44
RGB
CMYK
RGB Variations
Color information
#482D44 (or 0x482D44) is known color: Loulou. HEX triplet: 48, 2D and 44. RGB value is (72,45,68). Sum of RGB (Red+Green+Blue) = 72+45+68=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #482D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D44 is #B7D2BB. Grayscale: #373737. Windows color (decimal): -12047036 or 4468040. OLE color: 4468040.
HSL color Cylindrical-coordinate representation of color #482D44: hue angle of 308.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #482D44 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 68 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.72 |
| HSL | 308.89º | 0.23% | 0.23% | - |
| HSV(B) | 308.89º | 0.38% | 0.28% | - |
| XYZ | 4.65 | 3.67 | 5.93 | - |
| YUV | 55.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 68 | 0 | 0.38 | 0.06 | 0.72 | 308.89 | 0.23 | 0.23 |
| Hex | 48 | 2D | 44 | 0 | 26 | 6 | 48 | 135 | 17 | 17 |
| Octal | 110 | 55 | 104 | 0 | 46 | 6 | 110 | 465 | 27 | 27 |
| Binary | 1001000 | 101101 | 1000100 | 0 | 100110 | 110 | 1001000 | 100110101 | 10111 | 10111 |
Color Harmonies of #482D44
Complementary color
Monochromatic Colors of #482D44
Black with #482D44
Text Example
Text Example
White with #482D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D44; }
p { color: rgb(72,45,68); }
H1.HeaderClassName
{
color: #482D44;
}
.AnyTagClassName
{
color: #482D44;
}
</style>
background-color css
<style>
a { background-color: #482D44; }
a { background-color: rgb(72,45,68); }
div.DivClassName
{
background-color: #482D44;
}
.BgClassName
{
background-color: #482D44;
}
</style>
border-color css
<style>
span { border-color: #482D44; }
span { border-color: rgb(72,45,68); }
td.TdClassName
{
border-color: #482D44;
}
.TagClassName
{
border-color: #482D44;
}
</style>