#463443

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

Shades of Voodoo #463443

Tints of Voodoo #463443

Color information

#463443 (or 0x463443) is unknown color: approx Voodoo. HEX triplet: 46, 34 and 43. RGB value is (70,52,67). Sum of RGB (Red+Green+Blue) = 70+52+67=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #463443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463443 is #B9CBBC. Grayscale: #3B3B3B. Windows color (decimal): -12176317 or 4404294. OLE color: 4404294.

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

Color convert

RGB705267-
CMYK00.260.040.73
HSL310º14.75%23.92%-
HSV(B)310º25.71%27.45%-
XYZ4.774.165.86-
YUV59.09132.46135.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=37.04%
G=27.51%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70526700.260.040.7331014.7523.92
Hex46344301A449136f18
Octal1066410303241114661730
Binary100011011010010000110110101001001001100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463443; }

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

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

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

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

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

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

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

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