#492D47

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

Shades of Loulou #492D47

Tints of Loulou #492D47

Color information

#492D47 (or 0x492D47) is unknown color: approx Loulou. HEX triplet: 49, 2D and 47. RGB value is (73,45,71). Sum of RGB (Red+Green+Blue) = 73+45+71=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #492D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D47 is #B6D2B8. Grayscale: #383838. Windows color (decimal): -11981497 or 4664649. OLE color: 4664649.

HSL color Cylindrical-coordinate representation of color #492D47: hue angle of 304.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #492D47 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB734571-
CMYK00.380.030.71
HSL304.29º23.73%23.14%-
HSV(B)304.29º38.36%28.63%-
XYZ4.823.756.43-
YUV56.34136.28139.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=38.62%
G=23.81%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73457100.380.030.71304.2923.7323.14
Hex492D470263471301817
Octal1115510704631074603027
Binary1001001101101100011101001101110001111001100001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492D47; }

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

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

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

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

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

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

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

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