#462444

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

Shades of Voodoo #462444

Tints of Voodoo #462444

Color information

#462444 (or 0x462444) is unknown color: approx Voodoo. HEX triplet: 46, 24 and 44. RGB value is (70,36,68). Sum of RGB (Red+Green+Blue) = 70+36+68=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #462444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462444 is #B9DBBB. Grayscale: #313131. Windows color (decimal): -12180412 or 4465734. OLE color: 4465734.

HSL color Cylindrical-coordinate representation of color #462444: hue angle of 303.53º 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 #462444 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB703668-
CMYK00.490.030.73
HSL303.53º32.08%20.78%-
HSV(B)303.53º48.57%27.45%-
XYZ4.22.985.82-
YUV49.81138.26142.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=40.23%
G=20.69%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70366800.490.030.73303.5332.0820.78
Hex4624440313491302015
Octal1064410406131114604025
Binary10001101001001000100011000111100100110011000010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462444; }

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

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

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

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

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

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

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

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