#493146

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

Shades of Loulou #493146

Tints of Loulou #493146

Color information

#493146 (or 0x493146) is unknown color: approx Loulou. HEX triplet: 49, 31 and 46. RGB value is (73,49,70). Sum of RGB (Red+Green+Blue) = 73+49+70=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #493146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493146 is #B6CEB9. Grayscale: #3A3A3A. Windows color (decimal): -11980474 or 4600137. OLE color: 4600137.

HSL color Cylindrical-coordinate representation of color #493146: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493146 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB734970-
CMYK00.330.040.71
HSL307.5º19.67%23.92%-
HSV(B)307.5º32.88%28.63%-
XYZ4.954.066.32-
YUV58.57134.45138.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=38.02%
G=25.52%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73497000.330.040.71307.519.6723.92
Hex4931460214471341418
Octal1116110604141074642430
Binary10010011100011000110010000110010001111001101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493146; }

 p { color: rgb(73,49,70); }

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

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

 a { background-color: rgb(73,49,70); }

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

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

 span { border-color: rgb(73,49,70); }

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