Shades of Como #497E63
Tints of Como #497E63
RGB
CMYK
RGB Variations
Color information
#497E63 (or 0x497E63) is known color: Como. HEX triplet: 49, 7E and 63. RGB value is (73,126,99). Sum of RGB (Red+Green+Blue) = 73+126+99=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #497E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E63 is #B6819C. Grayscale: #6B6B6B. Windows color (decimal): -11960733 or 6520393. OLE color: 6520393.
HSL color Cylindrical-coordinate representation of color #497E63: hue angle of 149.43º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E63 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 99 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.51 |
| HSL | 149.43º | 0.27% | 0.39% | - |
| HSV(B) | 149.43º | 0.42% | 0.49% | - |
| XYZ | 12.46 | 17.24 | 14.48 | - |
| YUV | 107.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 99 | 0.42 | 0 | 0.21 | 0.51 | 149.43 | 0.27 | 0.39 |
| Hex | 49 | 7E | 63 | 2A | 0 | 15 | 33 | 95 | 1B | 27 |
| Octal | 111 | 176 | 143 | 52 | 0 | 25 | 63 | 225 | 33 | 47 |
| Binary | 1001001 | 1111110 | 1100011 | 101010 | 0 | 10101 | 110011 | 10010101 | 11011 | 100111 |
Color Harmonies of #497E63
Complementary color
Monochromatic Colors of #497E63
Black with #497E63
Text Example
Text Example
White with #497E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E63; }
p { color: rgb(73,126,99); }
H1.HeaderClassName
{
color: #497E63;
}
.AnyTagClassName
{
color: #497E63;
}
</style>
background-color css
<style>
a { background-color: #497E63; }
a { background-color: rgb(73,126,99); }
div.DivClassName
{
background-color: #497E63;
}
.BgClassName
{
background-color: #497E63;
}
</style>
border-color css
<style>
span { border-color: #497E63; }
span { border-color: rgb(73,126,99); }
td.TdClassName
{
border-color: #497E63;
}
.TagClassName
{
border-color: #497E63;
}
</style>