#463942

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

Shades of Voodoo #463942

Tints of Voodoo #463942

Color information

#463942 (or 0x463942) is unknown color: approx Voodoo. HEX triplet: 46, 39 and 42. RGB value is (70,57,66). Sum of RGB (Red+Green+Blue) = 70+57+66=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #463942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463942 is #B9C6BD. Grayscale: #3D3D3D. Windows color (decimal): -12175038 or 4340038. OLE color: 4340038.

HSL color Cylindrical-coordinate representation of color #463942: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463942 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB705766-
CMYK00.190.060.73
HSL318.46º10.24%24.9%-
HSV(B)318.46º18.57%27.45%-
XYZ4.974.625.78-
YUV61.91130.31133.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=36.27%
G=29.53%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70576600.190.060.73318.4610.2424.9
Hex46394201364913ea19
Octal1067110202361114761231
Binary100011011100110000100100111101001001100111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463942; }

 p { color: rgb(70,57,66); }

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

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

 a { background-color: rgb(70,57,66); }

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

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

 span { border-color: rgb(70,57,66); }

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