Shades of Mamba #736485
Tints of Mamba #736485
RGB
CMYK
RGB Variations
Color information
#736485 (or 0x736485) is known color: Mamba. HEX triplet: 73, 64 and 85. RGB value is (115,100,133). Sum of RGB (Red+Green+Blue) = 115+100+133=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #736485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736485 is #8C9B7A. Grayscale: #6C6C6C. Windows color (decimal): -9214843 or 8742003. OLE color: 8742003.
HSL color Cylindrical-coordinate representation of color #736485: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #736485 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 100 | 133 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.48 |
| HSL | 267.27º | 0.14% | 0.46% | - |
| HSV(B) | 267.27º | 0.25% | 0.52% | - |
| XYZ | 15.86 | 14.45 | 24.14 | - |
| YUV | 108.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 133 | 0.14 | 0.25 | 0 | 0.48 | 267.27 | 0.14 | 0.46 |
| Hex | 73 | 64 | 85 | E | 19 | 0 | 30 | 10B | E | 2E |
| Octal | 163 | 144 | 205 | 16 | 31 | 0 | 60 | 413 | 16 | 56 |
| Binary | 1110011 | 1100100 | 10000101 | 1110 | 11001 | 0 | 110000 | 100001011 | 1110 | 101110 |
Color Harmonies of #736485
Complementary color
Monochromatic Colors of #736485
Black with #736485
Text Example
Text Example
White with #736485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736485; }
p { color: rgb(115,100,133); }
H1.HeaderClassName
{
color: #736485;
}
.AnyTagClassName
{
color: #736485;
}
</style>
background-color css
<style>
a { background-color: #736485; }
a { background-color: rgb(115,100,133); }
div.DivClassName
{
background-color: #736485;
}
.BgClassName
{
background-color: #736485;
}
</style>
border-color css
<style>
span { border-color: #736485; }
span { border-color: rgb(115,100,133); }
td.TdClassName
{
border-color: #736485;
}
.TagClassName
{
border-color: #736485;
}
</style>