Shades of Mamba #746482
Tints of Mamba #746482
RGB
CMYK
RGB Variations
Color information
#746482 (or 0x746482) is known color: Mamba. HEX triplet: 74, 64 and 82. RGB value is (116,100,130). Sum of RGB (Red+Green+Blue) = 116+100+130=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #746482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746482 is #8B9B7D. Grayscale: #6C6C6C. Windows color (decimal): -9149310 or 8545396. OLE color: 8545396.
HSL color Cylindrical-coordinate representation of color #746482: hue angle of 272º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746482 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 100 | 130 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.49 |
| HSL | 272º | 0.13% | 0.45% | - |
| HSV(B) | 272º | 0.23% | 0.51% | - |
| XYZ | 15.79 | 14.44 | 23.07 | - |
| YUV | 108.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 130 | 0.11 | 0.23 | 0 | 0.49 | 272 | 0.13 | 0.45 |
| Hex | 74 | 64 | 82 | B | 17 | 0 | 31 | 110 | D | 2D |
| Octal | 164 | 144 | 202 | 13 | 27 | 0 | 61 | 420 | 15 | 55 |
| Binary | 1110100 | 1100100 | 10000010 | 1011 | 10111 | 0 | 110001 | 100010000 | 1101 | 101101 |
Color Harmonies of #746482
Complementary color
Monochromatic Colors of #746482
Black with #746482
Text Example
Text Example
White with #746482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746482; }
p { color: rgb(116,100,130); }
H1.HeaderClassName
{
color: #746482;
}
.AnyTagClassName
{
color: #746482;
}
</style>
background-color css
<style>
a { background-color: #746482; }
a { background-color: rgb(116,100,130); }
div.DivClassName
{
background-color: #746482;
}
.BgClassName
{
background-color: #746482;
}
</style>
border-color css
<style>
span { border-color: #746482; }
span { border-color: rgb(116,100,130); }
td.TdClassName
{
border-color: #746482;
}
.TagClassName
{
border-color: #746482;
}
</style>