Shades of Mako #475051
Tints of Mako #475051
RGB
CMYK
RGB Variations
Color information
#475051 (or 0x475051) is known color: Mako. HEX triplet: 47, 50 and 51. RGB value is (71,80,81). Sum of RGB (Red+Green+Blue) = 71+80+81=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: blue. Hex color #475051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475051 is #B8AFAE. Grayscale: #4D4D4D. Windows color (decimal): -12103599 or 5328967. OLE color: 5328967.
HSL color Cylindrical-coordinate representation of color #475051: hue angle of 186º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #475051 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 80 | 81 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.68 |
| HSL | 186º | 0.07% | 0.3% | - |
| HSV(B) | 186º | 0.12% | 0.32% | - |
| XYZ | 6.95 | 7.67 | 8.9 | - |
| YUV | 77.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 81 | 0.12 | 0.01 | 0 | 0.68 | 186 | 0.07 | 0.3 |
| Hex | 47 | 50 | 51 | C | 1 | 0 | 44 | BA | 7 | 1E |
| Octal | 107 | 120 | 121 | 14 | 1 | 0 | 104 | 272 | 7 | 36 |
| Binary | 1000111 | 1010000 | 1010001 | 1100 | 1 | 0 | 1000100 | 10111010 | 111 | 11110 |
Color Harmonies of #475051
Complementary color
Monochromatic Colors of #475051
Black with #475051
Text Example
Text Example
White with #475051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475051; }
p { color: rgb(71,80,81); }
H1.HeaderClassName
{
color: #475051;
}
.AnyTagClassName
{
color: #475051;
}
</style>
background-color css
<style>
a { background-color: #475051; }
a { background-color: rgb(71,80,81); }
div.DivClassName
{
background-color: #475051;
}
.BgClassName
{
background-color: #475051;
}
</style>
border-color css
<style>
span { border-color: #475051; }
span { border-color: rgb(71,80,81); }
td.TdClassName
{
border-color: #475051;
}
.TagClassName
{
border-color: #475051;
}
</style>