Shades of Mako #4C5A5B
Tints of Mako #4C5A5B
RGB
CMYK
RGB Variations
Color information
#4C5A5B (or 0x4C5A5B) is known color: Mako. HEX triplet: 4C, 5A and 5B. RGB value is (76,90,91). Sum of RGB (Red+Green+Blue) = 76+90+91=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C5A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5A5B is #B3A5A4. Grayscale: #555555. Windows color (decimal): -11773349 or 5986892. OLE color: 5986892.
HSL color Cylindrical-coordinate representation of color #4C5A5B: hue angle of 184º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C5A5B is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 90 | 91 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.64 |
| HSL | 184º | 0.09% | 0.33% | - |
| HSV(B) | 184º | 0.16% | 0.36% | - |
| XYZ | 8.52 | 9.6 | 11.3 | - |
| YUV | 85.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 91 | 0.16 | 0.01 | 0 | 0.64 | 184 | 0.09 | 0.33 |
| Hex | 4C | 5A | 5B | 10 | 1 | 0 | 40 | B8 | 9 | 21 |
| Octal | 114 | 132 | 133 | 20 | 1 | 0 | 100 | 270 | 11 | 41 |
| Binary | 1001100 | 1011010 | 1011011 | 10000 | 1 | 0 | 1000000 | 10111000 | 1001 | 100001 |
Color Harmonies of #4C5A5B
Complementary color
Monochromatic Colors of #4C5A5B
Black with #4C5A5B
Text Example
Text Example
White with #4C5A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A5B; }
p { color: rgb(76,90,91); }
H1.HeaderClassName
{
color: #4C5A5B;
}
.AnyTagClassName
{
color: #4C5A5B;
}
</style>
background-color css
<style>
a { background-color: #4C5A5B; }
a { background-color: rgb(76,90,91); }
div.DivClassName
{
background-color: #4C5A5B;
}
.BgClassName
{
background-color: #4C5A5B;
}
</style>
border-color css
<style>
span { border-color: #4C5A5B; }
span { border-color: rgb(76,90,91); }
td.TdClassName
{
border-color: #4C5A5B;
}
.TagClassName
{
border-color: #4C5A5B;
}
</style>