#462443

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

Shades of Voodoo #462443

Tints of Voodoo #462443

Color information

#462443 (or 0x462443) is unknown color: approx Voodoo. HEX triplet: 46, 24 and 43. RGB value is (70,36,67). Sum of RGB (Red+Green+Blue) = 70+36+67=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #462443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462443 is #B9DBBC. Grayscale: #313131. Windows color (decimal): -12180413 or 4400198. OLE color: 4400198.

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

Color convert

RGB703667-
CMYK00.490.040.73
HSL305.29º32.08%20.78%-
HSV(B)305.29º48.57%27.45%-
XYZ4.172.975.66-
YUV49.7137.76142.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 67 (26.56% from 255) = 38.73%
R=40.46%
G=20.81%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70366700.490.040.73305.2932.0820.78
Hex4624430314491312015
Octal1064410306141114614025
Binary100011010010010000110110001100100100110011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462443; }

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

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

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

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

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

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

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

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