#482447

Color #482447 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #482447

Tints of Loulou #482447

Color information

#482447 (or 0x482447) is unknown color: approx Loulou. HEX triplet: 48, 24 and 47. RGB value is (72,36,71). Sum of RGB (Red+Green+Blue) = 72+36+71=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #482447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482447 is #B7DBB8. Grayscale: #323232. Windows color (decimal): -12049337 or 4662344. OLE color: 4662344.

HSL color Cylindrical-coordinate representation of color #482447: hue angle of 301.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482447 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB723671-
CMYK00.50.010.72
HSL301.67º33.33%21.18%-
HSV(B)301.67º50%28.24%-
XYZ4.443.096.32-
YUV50.75139.43143.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=40.22%
G=20.11%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72367100.50.010.72301.6733.3321.18
Hex48244703214812e2115
Octal1104410706211104564125
Binary1001000100100100011101100101100100010010111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482447; }

 p { color: rgb(72,36,71); }

 H1.HeaderClassName
 {
   color: #482447;
 }
 .AnyTagClassName
 {
   color: #482447;
 }
</style>
background-color css

<style>
 a { background-color: #482447; }

 a { background-color: rgb(72,36,71); }

 div.DivClassName
 {
   background-color: #482447;
 }
 .BgClassName
 {
   background-color: #482447;
 }
</style>
border-color css

<style>
 span { border-color: #482447; }

 span { border-color: rgb(72,36,71); }

 td.TdClassName
 {
   border-color: #482447;
 }
 .TagClassName
 {
   border-color: #482447;
 }
</style>