Shades of Mako #485253
Tints of Mako #485253
RGB
CMYK
RGB Variations
Color information
#485253 (or 0x485253) is known color: Mako. HEX triplet: 48, 52 and 53. RGB value is (72,82,83). Sum of RGB (Red+Green+Blue) = 72+82+83=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 83 - color contains mainly: blue. Hex color #485253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485253 is #B7ADAC. Grayscale: #4F4F4F. Windows color (decimal): -12037549 or 5460552. OLE color: 5460552.
HSL color Cylindrical-coordinate representation of color #485253: hue angle of 185.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #485253 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 82 | 83 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.67 |
| HSL | 185.45º | 0.07% | 0.3% | - |
| HSV(B) | 185.45º | 0.13% | 0.33% | - |
| XYZ | 7.25 | 8.04 | 9.35 | - |
| YUV | 79.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 83 | 0.13 | 0.01 | 0 | 0.67 | 185.45 | 0.07 | 0.3 |
| Hex | 48 | 52 | 53 | D | 1 | 0 | 43 | B9 | 7 | 1E |
| Octal | 110 | 122 | 123 | 15 | 1 | 0 | 103 | 271 | 7 | 36 |
| Binary | 1001000 | 1010010 | 1010011 | 1101 | 1 | 0 | 1000011 | 10111001 | 111 | 11110 |
Color Harmonies of #485253
Complementary color
Monochromatic Colors of #485253
Black with #485253
Text Example
Text Example
White with #485253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485253; }
p { color: rgb(72,82,83); }
H1.HeaderClassName
{
color: #485253;
}
.AnyTagClassName
{
color: #485253;
}
</style>
background-color css
<style>
a { background-color: #485253; }
a { background-color: rgb(72,82,83); }
div.DivClassName
{
background-color: #485253;
}
.BgClassName
{
background-color: #485253;
}
</style>
border-color css
<style>
span { border-color: #485253; }
span { border-color: rgb(72,82,83); }
td.TdClassName
{
border-color: #485253;
}
.TagClassName
{
border-color: #485253;
}
</style>