#492F48

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

Shades of Loulou #492F48

Tints of Loulou #492F48

Color information

#492F48 (or 0x492F48) is unknown color: approx Loulou. HEX triplet: 49, 2F and 48. RGB value is (73,47,72). Sum of RGB (Red+Green+Blue) = 73+47+72=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #492F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F48 is #B6D0B7. Grayscale: #393939. Windows color (decimal): -11980984 or 4730697. OLE color: 4730697.

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

Color convert

RGB734772-
CMYK00.360.010.71
HSL302.31º21.67%23.53%-
HSV(B)302.31º35.62%28.63%-
XYZ4.933.926.63-
YUV57.62136.11138.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=38.02%
G=24.48%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73477200.360.010.71302.3121.6723.53
Hex492F4802414712e1618
Octal1115711004411074562630
Binary100100110111110010000100100110001111001011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,47,72); }

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

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

 a { background-color: rgb(73,47,72); }

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

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

 span { border-color: rgb(73,47,72); }

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