Shades of Mako #47595A
Tints of Mako #47595A
RGB
CMYK
RGB Variations
Color information
#47595A (or 0x47595A) is known color: Mako. HEX triplet: 47, 59 and 5A. RGB value is (71,89,90). Sum of RGB (Red+Green+Blue) = 71+89+90=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #47595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47595A is #B8A6A5. Grayscale: #535353. Windows color (decimal): -12101286 or 5921095. OLE color: 5921095.
HSL color Cylindrical-coordinate representation of color #47595A: hue angle of 183.16º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47595A is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 90 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.65 |
| HSL | 183.16º | 0.12% | 0.32% | - |
| HSV(B) | 183.16º | 0.21% | 0.35% | - |
| XYZ | 8.02 | 9.22 | 11.03 | - |
| YUV | 83.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 90 | 0.21 | 0.01 | 0 | 0.65 | 183.16 | 0.12 | 0.32 |
| Hex | 47 | 59 | 5A | 15 | 1 | 0 | 41 | B7 | C | 20 |
| Octal | 107 | 131 | 132 | 25 | 1 | 0 | 101 | 267 | 14 | 40 |
| Binary | 1000111 | 1011001 | 1011010 | 10101 | 1 | 0 | 1000001 | 10110111 | 1100 | 100000 |
Color Harmonies of #47595A
Complementary color
Monochromatic Colors of #47595A
Black with #47595A
Text Example
Text Example
White with #47595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47595A; }
p { color: rgb(71,89,90); }
H1.HeaderClassName
{
color: #47595A;
}
.AnyTagClassName
{
color: #47595A;
}
</style>
background-color css
<style>
a { background-color: #47595A; }
a { background-color: rgb(71,89,90); }
div.DivClassName
{
background-color: #47595A;
}
.BgClassName
{
background-color: #47595A;
}
</style>
border-color css
<style>
span { border-color: #47595A; }
span { border-color: rgb(71,89,90); }
td.TdClassName
{
border-color: #47595A;
}
.TagClassName
{
border-color: #47595A;
}
</style>