Shades of Mako #4A605E
Tints of Mako #4A605E
RGB
CMYK
RGB Variations
Color information
#4A605E (or 0x4A605E) is known color: Mako. HEX triplet: 4A, 60 and 5E. RGB value is (74,96,94). Sum of RGB (Red+Green+Blue) = 74+96+94=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #4A605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A605E is #B59FA1. Grayscale: #595959. Windows color (decimal): -11902882 or 6185034. OLE color: 6185034.
HSL color Cylindrical-coordinate representation of color #4A605E: hue angle of 174.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A605E is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 94 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.62 |
| HSL | 174.55º | 0.13% | 0.33% | - |
| HSV(B) | 174.55º | 0.23% | 0.38% | - |
| XYZ | 9.03 | 10.63 | 12.17 | - |
| YUV | 89.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 94 | 0.23 | 0 | 0.02 | 0.62 | 174.55 | 0.13 | 0.33 |
| Hex | 4A | 60 | 5E | 17 | 0 | 2 | 3E | AF | D | 21 |
| Octal | 112 | 140 | 136 | 27 | 0 | 2 | 76 | 257 | 15 | 41 |
| Binary | 1001010 | 1100000 | 1011110 | 10111 | 0 | 10 | 111110 | 10101111 | 1101 | 100001 |
Color Harmonies of #4A605E
Complementary color
Monochromatic Colors of #4A605E
Black with #4A605E
Text Example
Text Example
White with #4A605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A605E; }
p { color: rgb(74,96,94); }
H1.HeaderClassName
{
color: #4A605E;
}
.AnyTagClassName
{
color: #4A605E;
}
</style>
background-color css
<style>
a { background-color: #4A605E; }
a { background-color: rgb(74,96,94); }
div.DivClassName
{
background-color: #4A605E;
}
.BgClassName
{
background-color: #4A605E;
}
</style>
border-color css
<style>
span { border-color: #4A605E; }
span { border-color: rgb(74,96,94); }
td.TdClassName
{
border-color: #4A605E;
}
.TagClassName
{
border-color: #4A605E;
}
</style>