Shades of Mako #4C605E
Tints of Mako #4C605E
RGB
CMYK
RGB Variations
Color information
#4C605E (or 0x4C605E) is known color: Mako. HEX triplet: 4C, 60 and 5E. RGB value is (76,96,94). Sum of RGB (Red+Green+Blue) = 76+96+94=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #4C605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C605E is #B39FA1. Grayscale: #595959. Windows color (decimal): -11771810 or 6185036. OLE color: 6185036.
HSL color Cylindrical-coordinate representation of color #4C605E: hue angle of 174º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C605E is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 94 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.62 |
| HSL | 174º | 0.12% | 0.34% | - |
| HSV(B) | 174º | 0.21% | 0.38% | - |
| XYZ | 9.18 | 10.71 | 12.17 | - |
| YUV | 89.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 94 | 0.21 | 0 | 0.02 | 0.62 | 174 | 0.12 | 0.34 |
| Hex | 4C | 60 | 5E | 15 | 0 | 2 | 3E | AE | C | 22 |
| Octal | 114 | 140 | 136 | 25 | 0 | 2 | 76 | 256 | 14 | 42 |
| Binary | 1001100 | 1100000 | 1011110 | 10101 | 0 | 10 | 111110 | 10101110 | 1100 | 100010 |
Color Harmonies of #4C605E
Complementary color
Monochromatic Colors of #4C605E
Black with #4C605E
Text Example
Text Example
White with #4C605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C605E; }
p { color: rgb(76,96,94); }
H1.HeaderClassName
{
color: #4C605E;
}
.AnyTagClassName
{
color: #4C605E;
}
</style>
background-color css
<style>
a { background-color: #4C605E; }
a { background-color: rgb(76,96,94); }
div.DivClassName
{
background-color: #4C605E;
}
.BgClassName
{
background-color: #4C605E;
}
</style>
border-color css
<style>
span { border-color: #4C605E; }
span { border-color: rgb(76,96,94); }
td.TdClassName
{
border-color: #4C605E;
}
.TagClassName
{
border-color: #4C605E;
}
</style>