Shades of Mako #49615F
Tints of Mako #49615F
RGB
CMYK
RGB Variations
Color information
#49615F (or 0x49615F) is known color: Mako. HEX triplet: 49, 61 and 5F. RGB value is (73,97,95). Sum of RGB (Red+Green+Blue) = 73+97+95=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #49615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49615F is #B69EA0. Grayscale: #595959. Windows color (decimal): -11968161 or 6250825. OLE color: 6250825.
HSL color Cylindrical-coordinate representation of color #49615F: hue angle of 175º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49615F is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 95 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.62 |
| HSL | 175º | 0.14% | 0.33% | - |
| HSV(B) | 175º | 0.25% | 0.38% | - |
| XYZ | 9.09 | 10.79 | 12.43 | - |
| YUV | 89.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 95 | 0.25 | 0 | 0.02 | 0.62 | 175 | 0.14 | 0.33 |
| Hex | 49 | 61 | 5F | 19 | 0 | 2 | 3E | AF | E | 21 |
| Octal | 111 | 141 | 137 | 31 | 0 | 2 | 76 | 257 | 16 | 41 |
| Binary | 1001001 | 1100001 | 1011111 | 11001 | 0 | 10 | 111110 | 10101111 | 1110 | 100001 |
Color Harmonies of #49615F
Complementary color
Monochromatic Colors of #49615F
Black with #49615F
Text Example
Text Example
White with #49615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49615F; }
p { color: rgb(73,97,95); }
H1.HeaderClassName
{
color: #49615F;
}
.AnyTagClassName
{
color: #49615F;
}
</style>
background-color css
<style>
a { background-color: #49615F; }
a { background-color: rgb(73,97,95); }
div.DivClassName
{
background-color: #49615F;
}
.BgClassName
{
background-color: #49615F;
}
</style>
border-color css
<style>
span { border-color: #49615F; }
span { border-color: rgb(73,97,95); }
td.TdClassName
{
border-color: #49615F;
}
.TagClassName
{
border-color: #49615F;
}
</style>