#463043

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

Shades of Voodoo #463043

Tints of Voodoo #463043

Color information

#463043 (or 0x463043) is unknown color: approx Voodoo. HEX triplet: 46, 30 and 43. RGB value is (70,48,67). Sum of RGB (Red+Green+Blue) = 70+48+67=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #463043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463043 is #B9CFBC. Grayscale: #383838. Windows color (decimal): -12177341 or 4403270. OLE color: 4403270.

HSL color Cylindrical-coordinate representation of color #463043: hue angle of 308.18º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463043 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB704867-
CMYK00.310.040.73
HSL308.18º18.64%23.14%-
HSV(B)308.18º31.43%27.45%-
XYZ4.63.825.81-
YUV56.74133.79137.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=37.84%
G=25.95%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70486700.310.040.73308.1818.6423.14
Hex46304301F4491341317
Octal1066010303741114642327
Binary1000110110000100001101111110010010011001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463043; }

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

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

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

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

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

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

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

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