Shades of Mako #495051
Tints of Mako #495051
RGB
CMYK
RGB Variations
Color information
#495051 (or 0x495051) is known color: Mako. HEX triplet: 49, 50 and 51. RGB value is (73,80,81). Sum of RGB (Red+Green+Blue) = 73+80+81=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 81 - color contains mainly: blue. Hex color #495051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495051 is #B6AFAE. Grayscale: #4E4E4E. Windows color (decimal): -11972527 or 5328969. OLE color: 5328969.
HSL color Cylindrical-coordinate representation of color #495051: hue angle of 187.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #495051 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 80 | 81 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.68 |
| HSL | 187.5º | 0.05% | 0.3% | - |
| HSV(B) | 187.5º | 0.1% | 0.32% | - |
| XYZ | 7.1 | 7.75 | 8.91 | - |
| YUV | 78.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 81 | 0.10 | 0.01 | 0 | 0.68 | 187.5 | 0.05 | 0.3 |
| Hex | 49 | 50 | 51 | A | 1 | 0 | 44 | BC | 5 | 1E |
| Octal | 111 | 120 | 121 | 12 | 1 | 0 | 104 | 274 | 5 | 36 |
| Binary | 1001001 | 1010000 | 1010001 | 1010 | 1 | 0 | 1000100 | 10111100 | 101 | 11110 |
Color Harmonies of #495051
Complementary color
Monochromatic Colors of #495051
Black with #495051
Text Example
Text Example
White with #495051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495051; }
p { color: rgb(73,80,81); }
H1.HeaderClassName
{
color: #495051;
}
.AnyTagClassName
{
color: #495051;
}
</style>
background-color css
<style>
a { background-color: #495051; }
a { background-color: rgb(73,80,81); }
div.DivClassName
{
background-color: #495051;
}
.BgClassName
{
background-color: #495051;
}
</style>
border-color css
<style>
span { border-color: #495051; }
span { border-color: rgb(73,80,81); }
td.TdClassName
{
border-color: #495051;
}
.TagClassName
{
border-color: #495051;
}
</style>