#483547

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

Shades of Loulou #483547

Tints of Loulou #483547

Color information

#483547 (or 0x483547) is unknown color: approx Loulou. HEX triplet: 48, 35 and 47. RGB value is (72,53,71). Sum of RGB (Red+Green+Blue) = 72+53+71=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483547 is #B7CAB8. Grayscale: #3C3C3C. Windows color (decimal): -12044985 or 4666696. OLE color: 4666696.

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

Color convert

RGB725371-
CMYK00.260.010.72
HSL303.16º15.2%24.51%-
HSV(B)303.16º26.39%28.24%-
XYZ5.084.386.54-
YUV60.73133.79136.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=36.73%
G=27.04%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72537100.260.010.72303.1615.224.51
Hex48354701A14812ff19
Octal1106510703211104571731
Binary1001000110101100011101101011001000100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483547; }

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

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

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

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

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

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

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

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