Shades of Mako #4E5252
Tints of Mako #4E5252
RGB
CMYK
RGB Variations
Color information
#4E5252 (or 0x4E5252) is known color: Mako. HEX triplet: 4E, 52 and 52. RGB value is (78,82,82). Sum of RGB (Red+Green+Blue) = 78+82+82=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #4E5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5252 is #B1ADAD. Grayscale: #505050. Windows color (decimal): -11644334 or 5395022. OLE color: 5395022.
HSL color Cylindrical-coordinate representation of color #4E5252: hue angle of 180º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4E5252 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 78 | 82 | 82 | - |
CMYK | 0.05 | 0 | 0 | 0.68 |
HSL | 180º | 0.03% | 0.31% | - |
HSV(B) | 180º | 0.05% | 0.32% | - |
XYZ | 7.68 | 8.26 | 9.17 | - |
YUV | 80.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 82 | 82 | 0.05 | 0 | 0 | 0.68 | 180 | 0.03 | 0.31 |
Hex | 4E | 52 | 52 | 5 | 0 | 0 | 44 | B4 | 2 | 1F |
Octal | 116 | 122 | 122 | 5 | 0 | 0 | 104 | 264 | 2 | 37 |
Binary | 1001110 | 1010010 | 1010010 | 101 | 0 | 0 | 1000100 | 10110100 | 10 | 11111 |
Color Harmonies of #4E5252
Complementary color
Monochromatic Colors of #4E5252
Black with #4E5252
Text Example
Text Example
White with #4E5252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5252; }
p { color: rgb(78,82,82); }
H1.HeaderClassName
{
color: #4E5252;
}
.AnyTagClassName
{
color: #4E5252;
}
</style>
background-color css
<style>
a { background-color: #4E5252; }
a { background-color: rgb(78,82,82); }
div.DivClassName
{
background-color: #4E5252;
}
.BgClassName
{
background-color: #4E5252;
}
</style>
border-color css
<style>
span { border-color: #4E5252; }
span { border-color: rgb(78,82,82); }
td.TdClassName
{
border-color: #4E5252;
}
.TagClassName
{
border-color: #4E5252;
}
</style>