Shades of Mako #4B5656
Tints of Mako #4B5656
RGB
CMYK
RGB Variations
Color information
#4B5656 (or 0x4B5656) is known color: Mako. HEX triplet: 4B, 56 and 56. RGB value is (75,86,86). Sum of RGB (Red+Green+Blue) = 75+86+86=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #4B5656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5656 is #B4A9A9. Grayscale: #525252. Windows color (decimal): -11839914 or 5658187. OLE color: 5658187.
HSL color Cylindrical-coordinate representation of color #4B5656: hue angle of 180º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B5656 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 86 | 86 | - |
| CMYK | 0.13 | 0 | 0 | 0.66 |
| HSL | 180º | 0.07% | 0.32% | - |
| HSV(B) | 180º | 0.13% | 0.34% | - |
| XYZ | 7.91 | 8.82 | 10.09 | - |
| YUV | 82.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 86 | 0.13 | 0 | 0 | 0.66 | 180 | 0.07 | 0.32 |
| Hex | 4B | 56 | 56 | D | 0 | 0 | 42 | B4 | 7 | 20 |
| Octal | 113 | 126 | 126 | 15 | 0 | 0 | 102 | 264 | 7 | 40 |
| Binary | 1001011 | 1010110 | 1010110 | 1101 | 0 | 0 | 1000010 | 10110100 | 111 | 100000 |
Color Harmonies of #4B5656
Complementary color
Monochromatic Colors of #4B5656
Black with #4B5656
Text Example
Text Example
White with #4B5656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5656; }
p { color: rgb(75,86,86); }
H1.HeaderClassName
{
color: #4B5656;
}
.AnyTagClassName
{
color: #4B5656;
}
</style>
background-color css
<style>
a { background-color: #4B5656; }
a { background-color: rgb(75,86,86); }
div.DivClassName
{
background-color: #4B5656;
}
.BgClassName
{
background-color: #4B5656;
}
</style>
border-color css
<style>
span { border-color: #4B5656; }
span { border-color: rgb(75,86,86); }
td.TdClassName
{
border-color: #4B5656;
}
.TagClassName
{
border-color: #4B5656;
}
</style>