#492B42

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

Shades of Voodoo #492B42

Tints of Voodoo #492B42

Color information

#492B42 (or 0x492B42) is unknown color: approx Voodoo. HEX triplet: 49, 2B and 42. RGB value is (73,43,66). Sum of RGB (Red+Green+Blue) = 73+43+66=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B42 is #B6D4BD. Grayscale: #363636. Windows color (decimal): -11982014 or 4336457. OLE color: 4336457.

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

Color convert

RGB734366-
CMYK00.410.100.71
HSL314º25.86%22.75%-
HSV(B)314º41.1%28.63%-
XYZ4.593.545.59-
YUV54.59134.44141.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=40.11%
G=23.63%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73436600.410.100.7131425.8622.75
Hex492B42029A4713a1a17
Octal11153102051121074723227
Binary100100110101110000100101001101010001111001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,43,66); }

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

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

 a { background-color: rgb(73,43,66); }

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

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

 span { border-color: rgb(73,43,66); }

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