Shades of Mako #495C5D
Tints of Mako #495C5D
RGB
CMYK
RGB Variations
Color information
#495C5D (or 0x495C5D) is known color: Mako. HEX triplet: 49, 5C and 5D. RGB value is (73,92,93). Sum of RGB (Red+Green+Blue) = 73+92+93=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 93 - color contains mainly: blue. Hex color #495C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C5D is #B6A3A2. Grayscale: #565656. Windows color (decimal): -11969443 or 6118473. OLE color: 6118473.
HSL color Cylindrical-coordinate representation of color #495C5D: hue angle of 183º 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 #495C5D is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 93 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.64 |
| HSL | 183º | 0.12% | 0.33% | - |
| HSV(B) | 183º | 0.22% | 0.36% | - |
| XYZ | 8.55 | 9.86 | 11.81 | - |
| YUV | 86.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 93 | 0.22 | 0.01 | 0 | 0.64 | 183 | 0.12 | 0.33 |
| Hex | 49 | 5C | 5D | 16 | 1 | 0 | 40 | B7 | C | 21 |
| Octal | 111 | 134 | 135 | 26 | 1 | 0 | 100 | 267 | 14 | 41 |
| Binary | 1001001 | 1011100 | 1011101 | 10110 | 1 | 0 | 1000000 | 10110111 | 1100 | 100001 |
Color Harmonies of #495C5D
Complementary color
Monochromatic Colors of #495C5D
Black with #495C5D
Text Example
Text Example
White with #495C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C5D; }
p { color: rgb(73,92,93); }
H1.HeaderClassName
{
color: #495C5D;
}
.AnyTagClassName
{
color: #495C5D;
}
</style>
background-color css
<style>
a { background-color: #495C5D; }
a { background-color: rgb(73,92,93); }
div.DivClassName
{
background-color: #495C5D;
}
.BgClassName
{
background-color: #495C5D;
}
</style>
border-color css
<style>
span { border-color: #495C5D; }
span { border-color: rgb(73,92,93); }
td.TdClassName
{
border-color: #495C5D;
}
.TagClassName
{
border-color: #495C5D;
}
</style>