Shades of Mako #485051
Tints of Mako #485051
RGB
CMYK
RGB Variations
Color information
#485051 (or 0x485051) is known color: Mako. HEX triplet: 48, 50 and 51. RGB value is (72,80,81). Sum of RGB (Red+Green+Blue) = 72+80+81=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 81 - color contains mainly: blue. Hex color #485051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485051 is #B7AFAE. Grayscale: #4D4D4D. Windows color (decimal): -12038063 or 5328968. OLE color: 5328968.
HSL color Cylindrical-coordinate representation of color #485051: hue angle of 186.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #485051 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 80 | 81 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.68 |
| HSL | 186.67º | 0.06% | 0.3% | - |
| HSV(B) | 186.67º | 0.11% | 0.32% | - |
| XYZ | 7.03 | 7.71 | 8.9 | - |
| YUV | 77.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 81 | 0.11 | 0.01 | 0 | 0.68 | 186.67 | 0.06 | 0.3 |
| Hex | 48 | 50 | 51 | B | 1 | 0 | 44 | BB | 6 | 1E |
| Octal | 110 | 120 | 121 | 13 | 1 | 0 | 104 | 273 | 6 | 36 |
| Binary | 1001000 | 1010000 | 1010001 | 1011 | 1 | 0 | 1000100 | 10111011 | 110 | 11110 |
Color Harmonies of #485051
Complementary color
Monochromatic Colors of #485051
Black with #485051
Text Example
Text Example
White with #485051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485051; }
p { color: rgb(72,80,81); }
H1.HeaderClassName
{
color: #485051;
}
.AnyTagClassName
{
color: #485051;
}
</style>
background-color css
<style>
a { background-color: #485051; }
a { background-color: rgb(72,80,81); }
div.DivClassName
{
background-color: #485051;
}
.BgClassName
{
background-color: #485051;
}
</style>
border-color css
<style>
span { border-color: #485051; }
span { border-color: rgb(72,80,81); }
td.TdClassName
{
border-color: #485051;
}
.TagClassName
{
border-color: #485051;
}
</style>