#4A1E40

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

Shades of Voodoo #4A1E40

Tints of Voodoo #4A1E40

Color information

#4A1E40 (or 0x4A1E40) is unknown color: approx Voodoo. HEX triplet: 4A, 1E and 40. RGB value is (74,30,64). Sum of RGB (Red+Green+Blue) = 74+30+64=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1E40 is #B5E1BF. Grayscale: #2E2E2E. Windows color (decimal): -11919808 or 4202058. OLE color: 4202058.

HSL color Cylindrical-coordinate representation of color #4A1E40: hue angle of 313.64º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A1E40 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB743064-
CMYK00.590.140.71
HSL313.64º42.31%20.39%-
HSV(B)313.64º59.46%29.02%-
XYZ4.212.755.16-
YUV47.03137.58147.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.05%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=44.05%
G=17.86%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74306400.590.140.71313.6442.3120.39
Hex4A1E4003BE4713a2a14
Octal11236100073161074725224
Binary100101011110100000001110111110100011110011101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1E40; }

 p { color: rgb(74,30,64); }

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

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

 a { background-color: rgb(74,30,64); }

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

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

 span { border-color: rgb(74,30,64); }

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