Shades of Mako #495D5C
Tints of Mako #495D5C
RGB
CMYK
RGB Variations
Color information
#495D5C (or 0x495D5C) is known color: Mako. HEX triplet: 49, 5D and 5C. RGB value is (73,93,92). Sum of RGB (Red+Green+Blue) = 73+93+92=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 93 - color contains mainly: green. Hex color #495D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D5C is #B6A2A3. Grayscale: #565656. Windows color (decimal): -11969188 or 6053193. OLE color: 6053193.
HSL color Cylindrical-coordinate representation of color #495D5C: hue angle of 177º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D5C is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 92 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.64 |
| HSL | 177º | 0.12% | 0.33% | - |
| HSV(B) | 177º | 0.22% | 0.36% | - |
| XYZ | 8.59 | 10.02 | 11.61 | - |
| YUV | 86.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 92 | 0.22 | 0 | 0.01 | 0.64 | 177 | 0.12 | 0.33 |
| Hex | 49 | 5D | 5C | 16 | 0 | 1 | 40 | B1 | C | 21 |
| Octal | 111 | 135 | 134 | 26 | 0 | 1 | 100 | 261 | 14 | 41 |
| Binary | 1001001 | 1011101 | 1011100 | 10110 | 0 | 1 | 1000000 | 10110001 | 1100 | 100001 |
Color Harmonies of #495D5C
Complementary color
Monochromatic Colors of #495D5C
Black with #495D5C
Text Example
Text Example
White with #495D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D5C; }
p { color: rgb(73,93,92); }
H1.HeaderClassName
{
color: #495D5C;
}
.AnyTagClassName
{
color: #495D5C;
}
</style>
background-color css
<style>
a { background-color: #495D5C; }
a { background-color: rgb(73,93,92); }
div.DivClassName
{
background-color: #495D5C;
}
.BgClassName
{
background-color: #495D5C;
}
</style>
border-color css
<style>
span { border-color: #495D5C; }
span { border-color: rgb(73,93,92); }
td.TdClassName
{
border-color: #495D5C;
}
.TagClassName
{
border-color: #495D5C;
}
</style>