#463442

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

Shades of Voodoo #463442

Tints of Voodoo #463442

Color information

#463442 (or 0x463442) is unknown color: approx Voodoo. HEX triplet: 46, 34 and 42. RGB value is (70,52,66). Sum of RGB (Red+Green+Blue) = 70+52+66=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #463442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463442 is #B9CBBD. Grayscale: #3A3A3A. Windows color (decimal): -12176318 or 4338758. OLE color: 4338758.

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

Color convert

RGB705266-
CMYK00.260.060.73
HSL313.33º14.75%23.92%-
HSV(B)313.33º25.71%27.45%-
XYZ4.744.155.71-
YUV58.98131.96135.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=37.23%
G=27.66%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70526600.260.060.73313.3314.7523.92
Hex46344201A649139f18
Octal1066410203261114711730
Binary100011011010010000100110101101001001100111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463442; }

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

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

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

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

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

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

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

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