Shades of Mako #4D5353
Tints of Mako #4D5353
RGB
CMYK
RGB Variations
Color information
#4D5353 (or 0x4D5353) is known color: Mako. HEX triplet: 4D, 53 and 53. RGB value is (77,83,83). Sum of RGB (Red+Green+Blue) = 77+83+83=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #4D5353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5353 is #B2ACAC. Grayscale: #515151. Windows color (decimal): -11709613 or 5460813. OLE color: 5460813.
HSL color Cylindrical-coordinate representation of color #4D5353: hue angle of 180º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4D5353 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 83 | - |
| CMYK | 0.07 | 0 | 0 | 0.67 |
| HSL | 180º | 0.04% | 0.31% | - |
| HSV(B) | 180º | 0.07% | 0.33% | - |
| XYZ | 7.72 | 8.39 | 9.4 | - |
| YUV | 81.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 83 | 0.07 | 0 | 0 | 0.67 | 180 | 0.04 | 0.31 |
| Hex | 4D | 53 | 53 | 7 | 0 | 0 | 43 | B4 | 4 | 1F |
| Octal | 115 | 123 | 123 | 7 | 0 | 0 | 103 | 264 | 4 | 37 |
| Binary | 1001101 | 1010011 | 1010011 | 111 | 0 | 0 | 1000011 | 10110100 | 100 | 11111 |
Color Harmonies of #4D5353
Complementary color
Monochromatic Colors of #4D5353
Black with #4D5353
Text Example
Text Example
White with #4D5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5353; }
p { color: rgb(77,83,83); }
H1.HeaderClassName
{
color: #4D5353;
}
.AnyTagClassName
{
color: #4D5353;
}
</style>
background-color css
<style>
a { background-color: #4D5353; }
a { background-color: rgb(77,83,83); }
div.DivClassName
{
background-color: #4D5353;
}
.BgClassName
{
background-color: #4D5353;
}
</style>
border-color css
<style>
span { border-color: #4D5353; }
span { border-color: rgb(77,83,83); }
td.TdClassName
{
border-color: #4D5353;
}
.TagClassName
{
border-color: #4D5353;
}
</style>