#463C43

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

Shades of Voodoo #463C43

Tints of Voodoo #463C43

Color information

#463C43 (or 0x463C43) is unknown color: approx Voodoo. HEX triplet: 46, 3C and 43. RGB value is (70,60,67). Sum of RGB (Red+Green+Blue) = 70+60+67=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 70 - color contains mainly: red. Hex color #463C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C43 is #B9C3BC. Grayscale: #3F3F3F. Windows color (decimal): -12174269 or 4406342. OLE color: 4406342.

HSL color Cylindrical-coordinate representation of color #463C43: hue angle of 318º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #463C43 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB706067-
CMYK00.140.040.73
HSL318º7.69%25.49%-
HSV(B)318º14.29%27.45%-
XYZ5.154.945.99-
YUV63.79129.81132.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=35.53%
G=30.46%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70606700.140.040.733187.6925.49
Hex463C430E44913e819
Octal1067410301641114761031
Binary10001101111001000011011101001001001100111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463C43; }

 p { color: rgb(70,60,67); }

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

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

 a { background-color: rgb(70,60,67); }

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

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

 span { border-color: rgb(70,60,67); }

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