#46323F

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

Shades of Voodoo #46323F

Tints of Voodoo #46323F

Color information

#46323F (or 0x46323F) is unknown color: approx Voodoo. HEX triplet: 46, 32 and 3F. RGB value is (70,50,63). Sum of RGB (Red+Green+Blue) = 70+50+63=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #46323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46323F is #B9CDC0. Grayscale: #393939. Windows color (decimal): -12176833 or 4141638. OLE color: 4141638.

HSL color Cylindrical-coordinate representation of color #46323F: hue angle of 321º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46323F is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB705063-
CMYK00.290.100.73
HSL321º16.67%23.53%-
HSV(B)321º28.57%27.45%-
XYZ4.563.945.22-
YUV57.46131.13136.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 63 (25% from 255) = 34.43%
R=38.25%
G=27.32%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70506300.290.100.7332116.6723.53
Hex46323F01DA491411118
Octal1066277035121115012130
Binary1000110110010111111011101101010010011010000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46323F; }

 p { color: rgb(70,50,63); }

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

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

 a { background-color: rgb(70,50,63); }

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

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

 span { border-color: rgb(70,50,63); }

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