#46303F

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

Shades of Voodoo #46303F

Tints of Voodoo #46303F

Color information

#46303F (or 0x46303F) is unknown color: approx Voodoo. HEX triplet: 46, 30 and 3F. RGB value is (70,48,63). Sum of RGB (Red+Green+Blue) = 70+48+63=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #46303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46303F is #B9CFC0. Grayscale: #383838. Windows color (decimal): -12177345 or 4141126. OLE color: 4141126.

HSL color Cylindrical-coordinate representation of color #46303F: hue angle of 319.09º 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 #46303F is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB704863-
CMYK00.310.100.73
HSL319.09º18.64%23.14%-
HSV(B)319.09º31.43%27.45%-
XYZ4.483.775.2-
YUV56.29131.79137.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 63 (25% from 255) = 34.81%
R=38.67%
G=26.52%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70486300.310.100.73319.0918.6423.14
Hex46303F01FA4913f1317
Octal1066077037121114772327
Binary1000110110000111111011111101010010011001111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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