#462643

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

Shades of Voodoo #462643

Tints of Voodoo #462643

Color information

#462643 (or 0x462643) is unknown color: approx Voodoo. HEX triplet: 46, 26 and 43. RGB value is (70,38,67). Sum of RGB (Red+Green+Blue) = 70+38+67=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #462643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462643 is #B9D9BC. Grayscale: #323232. Windows color (decimal): -12179901 or 4400710. OLE color: 4400710.

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

Color convert

RGB703867-
CMYK00.460.040.73
HSL305.62º29.63%21.18%-
HSV(B)305.62º45.71%27.45%-
XYZ4.233.095.68-
YUV50.87137.1141.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=40%
G=21.71%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70386700.460.040.73305.6229.6321.18
Hex46264302E4491321e15
Octal1064610305641114623625
Binary10001101001101000011010111010010010011001100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462643; }

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

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

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

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

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

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

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

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