Shades of Mamba #746483
Tints of Mamba #746483
RGB
CMYK
RGB Variations
Color information
#746483 (or 0x746483) is known color: Mamba. HEX triplet: 74, 64 and 83. RGB value is (116,100,131). Sum of RGB (Red+Green+Blue) = 116+100+131=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #746483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746483 is #8B9B7C. Grayscale: #6C6C6C. Windows color (decimal): -9149309 or 8610932. OLE color: 8610932.
HSL color Cylindrical-coordinate representation of color #746483: hue angle of 270.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746483 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 100 | 131 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.49 |
| HSL | 270.97º | 0.13% | 0.45% | - |
| HSV(B) | 270.97º | 0.24% | 0.51% | - |
| XYZ | 15.86 | 14.47 | 23.43 | - |
| YUV | 108.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 131 | 0.11 | 0.24 | 0 | 0.49 | 270.97 | 0.13 | 0.45 |
| Hex | 74 | 64 | 83 | B | 18 | 0 | 31 | 10F | D | 2D |
| Octal | 164 | 144 | 203 | 13 | 30 | 0 | 61 | 417 | 15 | 55 |
| Binary | 1110100 | 1100100 | 10000011 | 1011 | 11000 | 0 | 110001 | 100001111 | 1101 | 101101 |
Color Harmonies of #746483
Complementary color
Monochromatic Colors of #746483
Black with #746483
Text Example
Text Example
White with #746483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746483; }
p { color: rgb(116,100,131); }
H1.HeaderClassName
{
color: #746483;
}
.AnyTagClassName
{
color: #746483;
}
</style>
background-color css
<style>
a { background-color: #746483; }
a { background-color: rgb(116,100,131); }
div.DivClassName
{
background-color: #746483;
}
.BgClassName
{
background-color: #746483;
}
</style>
border-color css
<style>
span { border-color: #746483; }
span { border-color: rgb(116,100,131); }
td.TdClassName
{
border-color: #746483;
}
.TagClassName
{
border-color: #746483;
}
</style>