#463E44

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

Shades of Voodoo #463E44

Tints of Voodoo #463E44

Color information

#463E44 (or 0x463E44) is unknown color: approx Voodoo. HEX triplet: 46, 3E and 44. RGB value is (70,62,68). Sum of RGB (Red+Green+Blue) = 70+62+68=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 70 - color contains mainly: red. Hex color #463E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E44 is #B9C1BB. Grayscale: #414141. Windows color (decimal): -12173756 or 4472390. OLE color: 4472390.

HSL color Cylindrical-coordinate representation of color #463E44: hue angle of 315º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #463E44 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB706268-
CMYK00.110.030.73
HSL315º6.06%25.88%-
HSV(B)315º11.43%27.45%-
XYZ5.295.166.19-
YUV65.08129.65131.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 68 (26.95% from 255) = 34%
R=35%
G=31%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70626800.110.030.733156.0625.88
Hex463E440B34913b61a
Octal106761040133111473632
Binary100011011111010001000101111100100110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,62,68); }

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

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

 a { background-color: rgb(70,62,68); }

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

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

 span { border-color: rgb(70,62,68); }

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