Shades of Mako #475C5C
Tints of Mako #475C5C
RGB
CMYK
RGB Variations
Color information
#475C5C (or 0x475C5C) is known color: Mako. HEX triplet: 47, 5C and 5C. RGB value is (71,92,92). Sum of RGB (Red+Green+Blue) = 71+92+92=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #475C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C5C is #B8A3A3. Grayscale: #555555. Windows color (decimal): -12100516 or 6052935. OLE color: 6052935.
HSL color Cylindrical-coordinate representation of color #475C5C: hue angle of 180º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #475C5C is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 92 | - |
| CMYK | 0.23 | 0 | 0 | 0.64 |
| HSL | 180º | 0.13% | 0.32% | - |
| HSV(B) | 180º | 0.23% | 0.36% | - |
| XYZ | 8.36 | 9.77 | 11.57 | - |
| YUV | 85.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 92 | 0.23 | 0 | 0 | 0.64 | 180 | 0.13 | 0.32 |
| Hex | 47 | 5C | 5C | 17 | 0 | 0 | 40 | B4 | D | 20 |
| Octal | 107 | 134 | 134 | 27 | 0 | 0 | 100 | 264 | 15 | 40 |
| Binary | 1000111 | 1011100 | 1011100 | 10111 | 0 | 0 | 1000000 | 10110100 | 1101 | 100000 |
Color Harmonies of #475C5C
Complementary color
Monochromatic Colors of #475C5C
Black with #475C5C
Text Example
Text Example
White with #475C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C5C; }
p { color: rgb(71,92,92); }
H1.HeaderClassName
{
color: #475C5C;
}
.AnyTagClassName
{
color: #475C5C;
}
</style>
background-color css
<style>
a { background-color: #475C5C; }
a { background-color: rgb(71,92,92); }
div.DivClassName
{
background-color: #475C5C;
}
.BgClassName
{
background-color: #475C5C;
}
</style>
border-color css
<style>
span { border-color: #475C5C; }
span { border-color: rgb(71,92,92); }
td.TdClassName
{
border-color: #475C5C;
}
.TagClassName
{
border-color: #475C5C;
}
</style>