Shades of Mako #49595B
Tints of Mako #49595B
RGB
CMYK
RGB Variations
Color information
#49595B (or 0x49595B) is known color: Mako. HEX triplet: 49, 59 and 5B. RGB value is (73,89,91). Sum of RGB (Red+Green+Blue) = 73+89+91=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #49595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49595B is #B6A6A4. Grayscale: #545454. Windows color (decimal): -11970213 or 5986633. OLE color: 5986633.
HSL color Cylindrical-coordinate representation of color #49595B: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49595B is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 89 | 91 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.64 |
| HSL | 186.67º | 0.11% | 0.32% | - |
| HSV(B) | 186.67º | 0.2% | 0.36% | - |
| XYZ | 8.21 | 9.32 | 11.26 | - |
| YUV | 84.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 91 | 0.20 | 0.02 | 0 | 0.64 | 186.67 | 0.11 | 0.32 |
| Hex | 49 | 59 | 5B | 14 | 2 | 0 | 40 | BB | B | 20 |
| Octal | 111 | 131 | 133 | 24 | 2 | 0 | 100 | 273 | 13 | 40 |
| Binary | 1001001 | 1011001 | 1011011 | 10100 | 10 | 0 | 1000000 | 10111011 | 1011 | 100000 |
Color Harmonies of #49595B
Complementary color
Monochromatic Colors of #49595B
Black with #49595B
Text Example
Text Example
White with #49595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49595B; }
p { color: rgb(73,89,91); }
H1.HeaderClassName
{
color: #49595B;
}
.AnyTagClassName
{
color: #49595B;
}
</style>
background-color css
<style>
a { background-color: #49595B; }
a { background-color: rgb(73,89,91); }
div.DivClassName
{
background-color: #49595B;
}
.BgClassName
{
background-color: #49595B;
}
</style>
border-color css
<style>
span { border-color: #49595B; }
span { border-color: rgb(73,89,91); }
td.TdClassName
{
border-color: #49595B;
}
.TagClassName
{
border-color: #49595B;
}
</style>