Shades of Voodoo #46263B
Tints of Voodoo #46263B
RGB
CMYK
RGB Variations
Color information
#46263B (or 0x46263B) is known color: Voodoo. HEX triplet: 46, 26 and 3B. RGB value is (70,38,59). Sum of RGB (Red+Green+Blue) = 70+38+59=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46263B is #B9D9C4. Grayscale: #313131. Windows color (decimal): -12179909 or 3876422. OLE color: 3876422.
HSL color Cylindrical-coordinate representation of color #46263B: hue angle of 320.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46263B is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 59 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.73 |
| HSL | 320.63º | 0.3% | 0.21% | - |
| HSV(B) | 320.63º | 0.46% | 0.27% | - |
| XYZ | 4.01 | 3 | 4.51 | - |
| YUV | 49.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 59 | 0 | 0.46 | 0.16 | 0.73 | 320.63 | 0.3 | 0.21 |
| Hex | 46 | 26 | 3B | 0 | 2E | 10 | 49 | 141 | 1E | 15 |
| Octal | 106 | 46 | 73 | 0 | 56 | 20 | 111 | 501 | 36 | 25 |
| Binary | 1000110 | 100110 | 111011 | 0 | 101110 | 10000 | 1001001 | 101000001 | 11110 | 10101 |
Color Harmonies of #46263B
Complementary color
Monochromatic Colors of #46263B
Black with #46263B
Text Example
Text Example
White with #46263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46263B; }
p { color: rgb(70,38,59); }
H1.HeaderClassName
{
color: #46263B;
}
.AnyTagClassName
{
color: #46263B;
}
</style>
background-color css
<style>
a { background-color: #46263B; }
a { background-color: rgb(70,38,59); }
div.DivClassName
{
background-color: #46263B;
}
.BgClassName
{
background-color: #46263B;
}
</style>
border-color css
<style>
span { border-color: #46263B; }
span { border-color: rgb(70,38,59); }
td.TdClassName
{
border-color: #46263B;
}
.TagClassName
{
border-color: #46263B;
}
</style>