#493A47

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

Shades of Loulou #493A47

Tints of Loulou #493A47

Color information

#493A47 (or 0x493A47) is unknown color: approx Loulou. HEX triplet: 49, 3A and 47. RGB value is (73,58,71). Sum of RGB (Red+Green+Blue) = 73+58+71=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #493A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A47 is #B6C5B8. Grayscale: #3F3F3F. Windows color (decimal): -11978169 or 4667977. OLE color: 4667977.

HSL color Cylindrical-coordinate representation of color #493A47: hue angle of 308º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #493A47 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB735871-
CMYK00.210.030.71
HSL308º11.45%25.69%-
HSV(B)308º20.55%28.63%-
XYZ5.44.96.62-
YUV63.97131.97134.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=36.14%
G=28.71%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73587100.210.030.7130811.4525.69
Hex493A47015347134b1a
Octal1117210702531074641332
Binary10010011110101000111010101111000111100110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A47; }

 p { color: rgb(73,58,71); }

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

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

 a { background-color: rgb(73,58,71); }

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

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

 span { border-color: rgb(73,58,71); }

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