#4A2E40

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

Shades of Voodoo #4A2E40

Tints of Voodoo #4A2E40

Color information

#4A2E40 (or 0x4A2E40) is unknown color: approx Voodoo. HEX triplet: 4A, 2E and 40. RGB value is (74,46,64). Sum of RGB (Red+Green+Blue) = 74+46+64=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E40 is #B5D1BF. Grayscale: #383838. Windows color (decimal): -11915712 or 4206154. OLE color: 4206154.

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

Color convert

RGB744664-
CMYK00.380.140.71
HSL321.43º23.33%23.53%-
HSV(B)321.43º37.84%29.02%-
XYZ4.733.785.33-
YUV56.42132.28140.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.22%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=40.22%
G=25%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74466400.380.140.71321.4323.3323.53
Hex4A2E40026E471411718
Octal11256100046161075012730
Binary100101010111010000000100110111010001111010000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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