#4A263E

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

Shades of Voodoo #4A263E

Tints of Voodoo #4A263E

Color information

#4A263E (or 0x4A263E) is unknown color: approx Voodoo. HEX triplet: 4A, 26 and 3E. RGB value is (74,38,62). Sum of RGB (Red+Green+Blue) = 74+38+62=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 74 - color contains mainly: red. Hex color #4A263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A263E is #B5D9C1. Grayscale: #333333. Windows color (decimal): -11917762 or 4073034. OLE color: 4073034.

HSL color Cylindrical-coordinate representation of color #4A263E: hue angle of 320º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A263E is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB743862-
CMYK00.490.160.71
HSL320º32.14%21.96%-
HSV(B)320º48.65%29.02%-
XYZ4.393.194.94-
YUV51.5133.93144.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.53%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=42.53%
G=21.84%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74386200.490.160.7132032.1421.96
Hex4A263E03110471402016
Octal1124676061201075004026
Binary1001010100110111110011000110000100011110100000010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,38,62); }

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

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

 a { background-color: rgb(74,38,62); }

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

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

 span { border-color: rgb(74,38,62); }

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