#463742

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

Shades of Voodoo #463742

Tints of Voodoo #463742

Color information

#463742 (or 0x463742) is unknown color: approx Voodoo. HEX triplet: 46, 37 and 42. RGB value is (70,55,66). Sum of RGB (Red+Green+Blue) = 70+55+66=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463742 is #B9C8BD. Grayscale: #3C3C3C. Windows color (decimal): -12175550 or 4339526. OLE color: 4339526.

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

Color convert

RGB705566-
CMYK00.210.060.73
HSL316º12%24.51%-
HSV(B)316º21.43%27.45%-
XYZ4.884.435.75-
YUV60.74130.97134.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=36.65%
G=28.80%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70556600.210.060.733161224.51
Hex46374201564913cc19
Octal1066710202561114741431
Binary100011011011110000100101011101001001100111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463742; }

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

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

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

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

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

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

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

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