#492E43

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

Shades of Voodoo #492E43

Tints of Voodoo #492E43

Color information

#492E43 (or 0x492E43) is unknown color: approx Voodoo. HEX triplet: 49, 2E and 43. RGB value is (73,46,67). Sum of RGB (Red+Green+Blue) = 73+46+67=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #492E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E43 is #B6D1BC. Grayscale: #383838. Windows color (decimal): -11981245 or 4402761. OLE color: 4402761.

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

Color convert

RGB734667-
CMYK00.370.080.71
HSL313.33º22.69%23.33%-
HSV(B)313.33º36.99%28.63%-
XYZ4.743.785.79-
YUV56.47133.95139.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 46 (18.36% from 255) = 24.73%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=39.25%
G=24.73%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73466700.370.080.71313.3322.6923.33
Hex492E430258471391717
Octal11156103045101074712727
Binary100100110111010000110100101100010001111001110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,67); }

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

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

 a { background-color: rgb(73,46,67); }

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

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

 span { border-color: rgb(73,46,67); }

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