Shades of Voodoo #4A2E40
Tints of Voodoo #4A2E40
RGB
CMYK
RGB Variations
Color information
#4A2E40 (or 0x4A2E40) is known color: 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
| RGB | 74 | 46 | 64 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.71 |
| HSL | 321.43º | 0.23% | 0.24% | - |
| HSV(B) | 321.43º | 0.38% | 0.29% | - |
| XYZ | 4.73 | 3.78 | 5.33 | - |
| YUV | 56.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 64 | 0 | 0.38 | 0.14 | 0.71 | 321.43 | 0.23 | 0.24 |
| Hex | 4A | 2E | 40 | 0 | 26 | E | 47 | 141 | 17 | 18 |
| Octal | 112 | 56 | 100 | 0 | 46 | 16 | 107 | 501 | 27 | 30 |
| Binary | 1001010 | 101110 | 1000000 | 0 | 100110 | 1110 | 1000111 | 101000001 | 10111 | 11000 |
Color Harmonies of #4A2E40
Complementary color
Monochromatic Colors of #4A2E40
Black with #4A2E40
Text Example
Text Example
White with #4A2E40
Text Example
Text Example
HTML Codes & Css Web 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>