Shades of Mako #495A5B
Tints of Mako #495A5B
RGB
CMYK
RGB Variations
Color information
#495A5B (or 0x495A5B) is known color: Mako. HEX triplet: 49, 5A and 5B. RGB value is (73,90,91). Sum of RGB (Red+Green+Blue) = 73+90+91=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 91 - color contains mainly: blue. Hex color #495A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A5B is #B6A5A4. Grayscale: #555555. Windows color (decimal): -11969957 or 5986889. OLE color: 5986889.
HSL color Cylindrical-coordinate representation of color #495A5B: hue angle of 183.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495A5B is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 90 | 91 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.64 |
| HSL | 183.33º | 0.11% | 0.32% | - |
| HSV(B) | 183.33º | 0.2% | 0.36% | - |
| XYZ | 8.29 | 9.48 | 11.29 | - |
| YUV | 85.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 91 | 0.20 | 0.01 | 0 | 0.64 | 183.33 | 0.11 | 0.32 |
| Hex | 49 | 5A | 5B | 14 | 1 | 0 | 40 | B7 | B | 20 |
| Octal | 111 | 132 | 133 | 24 | 1 | 0 | 100 | 267 | 13 | 40 |
| Binary | 1001001 | 1011010 | 1011011 | 10100 | 1 | 0 | 1000000 | 10110111 | 1011 | 100000 |
Color Harmonies of #495A5B
Complementary color
Monochromatic Colors of #495A5B
Black with #495A5B
Text Example
Text Example
White with #495A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A5B; }
p { color: rgb(73,90,91); }
H1.HeaderClassName
{
color: #495A5B;
}
.AnyTagClassName
{
color: #495A5B;
}
</style>
background-color css
<style>
a { background-color: #495A5B; }
a { background-color: rgb(73,90,91); }
div.DivClassName
{
background-color: #495A5B;
}
.BgClassName
{
background-color: #495A5B;
}
</style>
border-color css
<style>
span { border-color: #495A5B; }
span { border-color: rgb(73,90,91); }
td.TdClassName
{
border-color: #495A5B;
}
.TagClassName
{
border-color: #495A5B;
}
</style>