Shades of Voodoo #463E44
Tints of Voodoo #463E44
RGB
CMYK
RGB Variations
Color information
#463E44 (or 0x463E44) is known color: Voodoo. HEX triplet: 46, 3E and 44. RGB value is (70,62,68). Sum of RGB (Red+Green+Blue) = 70+62+68=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 70 - color contains mainly: red. Hex color #463E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E44 is #B9C1BB. Grayscale: #414141. Windows color (decimal): -12173756 or 4472390. OLE color: 4472390.
HSL color Cylindrical-coordinate representation of color #463E44: hue angle of 315º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #463E44 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 62 | 68 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.73 |
| HSL | 315º | 0.06% | 0.26% | - |
| HSV(B) | 315º | 0.11% | 0.27% | - |
| XYZ | 5.29 | 5.16 | 6.19 | - |
| YUV | 65.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 68 | 0 | 0.11 | 0.03 | 0.73 | 315 | 0.06 | 0.26 |
| Hex | 46 | 3E | 44 | 0 | B | 3 | 49 | 13B | 6 | 1A |
| Octal | 106 | 76 | 104 | 0 | 13 | 3 | 111 | 473 | 6 | 32 |
| Binary | 1000110 | 111110 | 1000100 | 0 | 1011 | 11 | 1001001 | 100111011 | 110 | 11010 |
Color Harmonies of #463E44
Complementary color
Monochromatic Colors of #463E44
Black with #463E44
Text Example
Text Example
White with #463E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E44; }
p { color: rgb(70,62,68); }
H1.HeaderClassName
{
color: #463E44;
}
.AnyTagClassName
{
color: #463E44;
}
</style>
background-color css
<style>
a { background-color: #463E44; }
a { background-color: rgb(70,62,68); }
div.DivClassName
{
background-color: #463E44;
}
.BgClassName
{
background-color: #463E44;
}
</style>
border-color css
<style>
span { border-color: #463E44; }
span { border-color: rgb(70,62,68); }
td.TdClassName
{
border-color: #463E44;
}
.TagClassName
{
border-color: #463E44;
}
</style>