Shades of Mako #495C5C
Tints of Mako #495C5C
RGB
CMYK
RGB Variations
Color information
#495C5C (or 0x495C5C) is known color: Mako. HEX triplet: 49, 5C and 5C. RGB value is (73,92,92). Sum of RGB (Red+Green+Blue) = 73+92+92=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #495C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C5C is #B6A3A3. Grayscale: #565656. Windows color (decimal): -11969444 or 6052937. OLE color: 6052937.
HSL color Cylindrical-coordinate representation of color #495C5C: hue angle of 180º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495C5C is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 92 | - |
| CMYK | 0.21 | 0 | 0 | 0.64 |
| HSL | 180º | 0.12% | 0.32% | - |
| HSV(B) | 180º | 0.21% | 0.36% | - |
| XYZ | 8.51 | 9.84 | 11.58 | - |
| YUV | 86.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 92 | 0.21 | 0 | 0 | 0.64 | 180 | 0.12 | 0.32 |
| Hex | 49 | 5C | 5C | 15 | 0 | 0 | 40 | B4 | C | 20 |
| Octal | 111 | 134 | 134 | 25 | 0 | 0 | 100 | 264 | 14 | 40 |
| Binary | 1001001 | 1011100 | 1011100 | 10101 | 0 | 0 | 1000000 | 10110100 | 1100 | 100000 |
Color Harmonies of #495C5C
Complementary color
Monochromatic Colors of #495C5C
Black with #495C5C
Text Example
Text Example
White with #495C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C5C; }
p { color: rgb(73,92,92); }
H1.HeaderClassName
{
color: #495C5C;
}
.AnyTagClassName
{
color: #495C5C;
}
</style>
background-color css
<style>
a { background-color: #495C5C; }
a { background-color: rgb(73,92,92); }
div.DivClassName
{
background-color: #495C5C;
}
.BgClassName
{
background-color: #495C5C;
}
</style>
border-color css
<style>
span { border-color: #495C5C; }
span { border-color: rgb(73,92,92); }
td.TdClassName
{
border-color: #495C5C;
}
.TagClassName
{
border-color: #495C5C;
}
</style>