#463743

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

Shades of Voodoo #463743

Tints of Voodoo #463743

Color information

#463743 (or 0x463743) is unknown color: approx Voodoo. HEX triplet: 46, 37 and 43. RGB value is (70,55,67). Sum of RGB (Red+Green+Blue) = 70+55+67=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #463743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463743 is #B9C8BC. Grayscale: #3C3C3C. Windows color (decimal): -12175549 or 4405062. OLE color: 4405062.

HSL color Cylindrical-coordinate representation of color #463743: hue angle of 312º 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 #463743 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB705567-
CMYK00.210.040.73
HSL312º12%24.51%-
HSV(B)312º21.43%27.45%-
XYZ4.914.445.91-
YUV60.85131.47134.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=36.46%
G=28.65%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70556700.210.040.733121224.51
Hex463743015449138c19
Octal1066710302541114701431
Binary100011011011110000110101011001001001100111000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463743; }

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

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

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

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

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

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

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

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