Shades of Mako #4A5859
Tints of Mako #4A5859
RGB
CMYK
RGB Variations
Color information
#4A5859 (or 0x4A5859) is known color: Mako. HEX triplet: 4A, 58 and 59. RGB value is (74,88,89). Sum of RGB (Red+Green+Blue) = 74+88+89=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A5859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5859 is #B5A7A6. Grayscale: #535353. Windows color (decimal): -11904935 or 5855306. OLE color: 5855306.
HSL color Cylindrical-coordinate representation of color #4A5859: hue angle of 184º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4A5859 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 89 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.65 |
| HSL | 184º | 0.09% | 0.32% | - |
| HSV(B) | 184º | 0.17% | 0.35% | - |
| XYZ | 8.12 | 9.16 | 10.79 | - |
| YUV | 83.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 89 | 0.17 | 0.01 | 0 | 0.65 | 184 | 0.09 | 0.32 |
| Hex | 4A | 58 | 59 | 11 | 1 | 0 | 41 | B8 | 9 | 20 |
| Octal | 112 | 130 | 131 | 21 | 1 | 0 | 101 | 270 | 11 | 40 |
| Binary | 1001010 | 1011000 | 1011001 | 10001 | 1 | 0 | 1000001 | 10111000 | 1001 | 100000 |
Color Harmonies of #4A5859
Complementary color
Monochromatic Colors of #4A5859
Black with #4A5859
Text Example
Text Example
White with #4A5859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5859; }
p { color: rgb(74,88,89); }
H1.HeaderClassName
{
color: #4A5859;
}
.AnyTagClassName
{
color: #4A5859;
}
</style>
background-color css
<style>
a { background-color: #4A5859; }
a { background-color: rgb(74,88,89); }
div.DivClassName
{
background-color: #4A5859;
}
.BgClassName
{
background-color: #4A5859;
}
</style>
border-color css
<style>
span { border-color: #4A5859; }
span { border-color: rgb(74,88,89); }
td.TdClassName
{
border-color: #4A5859;
}
.TagClassName
{
border-color: #4A5859;
}
</style>