Shades of Mamba #746583
Tints of Mamba #746583
RGB
CMYK
RGB Variations
Color information
#746583 (or 0x746583) is known color: Mamba. HEX triplet: 74, 65 and 83. RGB value is (116,101,131). Sum of RGB (Red+Green+Blue) = 116+101+131=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #746583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746583 is #8B9A7C. Grayscale: #6C6C6C. Windows color (decimal): -9149053 or 8611188. OLE color: 8611188.
HSL color Cylindrical-coordinate representation of color #746583: hue angle of 270º 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 #746583 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 101 | 131 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.49 |
| HSL | 270º | 0.13% | 0.45% | - |
| HSV(B) | 270º | 0.23% | 0.51% | - |
| XYZ | 15.95 | 14.66 | 23.46 | - |
| YUV | 108.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 131 | 0.11 | 0.23 | 0 | 0.49 | 270 | 0.13 | 0.45 |
| Hex | 74 | 65 | 83 | B | 17 | 0 | 31 | 10E | D | 2D |
| Octal | 164 | 145 | 203 | 13 | 27 | 0 | 61 | 416 | 15 | 55 |
| Binary | 1110100 | 1100101 | 10000011 | 1011 | 10111 | 0 | 110001 | 100001110 | 1101 | 101101 |
Color Harmonies of #746583
Complementary color
Monochromatic Colors of #746583
Black with #746583
Text Example
Text Example
White with #746583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746583; }
p { color: rgb(116,101,131); }
H1.HeaderClassName
{
color: #746583;
}
.AnyTagClassName
{
color: #746583;
}
</style>
background-color css
<style>
a { background-color: #746583; }
a { background-color: rgb(116,101,131); }
div.DivClassName
{
background-color: #746583;
}
.BgClassName
{
background-color: #746583;
}
</style>
border-color css
<style>
span { border-color: #746583; }
span { border-color: rgb(116,101,131); }
td.TdClassName
{
border-color: #746583;
}
.TagClassName
{
border-color: #746583;
}
</style>