Shades of Mako #4C5D5B
Tints of Mako #4C5D5B
RGB
CMYK
RGB Variations
Color information
#4C5D5B (or 0x4C5D5B) is known color: Mako. HEX triplet: 4C, 5D and 5B. RGB value is (76,93,91). Sum of RGB (Red+Green+Blue) = 76+93+91=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 93 - color contains mainly: green. Hex color #4C5D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D5B is #B3A2A4. Grayscale: #575757. Windows color (decimal): -11772581 or 5987660. OLE color: 5987660.
HSL color Cylindrical-coordinate representation of color #4C5D5B: hue angle of 172.94º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C5D5B is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 93 | 91 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.64 |
| HSL | 172.94º | 0.1% | 0.33% | - |
| HSV(B) | 172.94º | 0.18% | 0.36% | - |
| XYZ | 8.78 | 10.12 | 11.39 | - |
| YUV | 87.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 91 | 0.18 | 0 | 0.02 | 0.64 | 172.94 | 0.1 | 0.33 |
| Hex | 4C | 5D | 5B | 12 | 0 | 2 | 40 | AD | A | 21 |
| Octal | 114 | 135 | 133 | 22 | 0 | 2 | 100 | 255 | 12 | 41 |
| Binary | 1001100 | 1011101 | 1011011 | 10010 | 0 | 10 | 1000000 | 10101101 | 1010 | 100001 |
Color Harmonies of #4C5D5B
Complementary color
Monochromatic Colors of #4C5D5B
Black with #4C5D5B
Text Example
Text Example
White with #4C5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D5B; }
p { color: rgb(76,93,91); }
H1.HeaderClassName
{
color: #4C5D5B;
}
.AnyTagClassName
{
color: #4C5D5B;
}
</style>
background-color css
<style>
a { background-color: #4C5D5B; }
a { background-color: rgb(76,93,91); }
div.DivClassName
{
background-color: #4C5D5B;
}
.BgClassName
{
background-color: #4C5D5B;
}
</style>
border-color css
<style>
span { border-color: #4C5D5B; }
span { border-color: rgb(76,93,91); }
td.TdClassName
{
border-color: #4C5D5B;
}
.TagClassName
{
border-color: #4C5D5B;
}
</style>