Shades of Como #497D5F
Tints of Como #497D5F
RGB
CMYK
RGB Variations
Color information
#497D5F (or 0x497D5F) is known color: Como. HEX triplet: 49, 7D and 5F. RGB value is (73,125,95). Sum of RGB (Red+Green+Blue) = 73+125+95=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #497D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D5F is #B682A0. Grayscale: #6A6A6A. Windows color (decimal): -11960993 or 6257993. OLE color: 6257993.
HSL color Cylindrical-coordinate representation of color #497D5F: hue angle of 145.38º degrees, saturation: 0.26, 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 #497D5F is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 125 | 95 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.51 |
| HSL | 145.38º | 0.26% | 0.39% | - |
| HSV(B) | 145.38º | 0.42% | 0.49% | - |
| XYZ | 12.15 | 16.91 | 13.45 | - |
| YUV | 106.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 95 | 0.42 | 0 | 0.24 | 0.51 | 145.38 | 0.26 | 0.39 |
| Hex | 49 | 7D | 5F | 2A | 0 | 18 | 33 | 91 | 1A | 27 |
| Octal | 111 | 175 | 137 | 52 | 0 | 30 | 63 | 221 | 32 | 47 |
| Binary | 1001001 | 1111101 | 1011111 | 101010 | 0 | 11000 | 110011 | 10010001 | 11010 | 100111 |
Color Harmonies of #497D5F
Complementary color
Monochromatic Colors of #497D5F
Black with #497D5F
Text Example
Text Example
White with #497D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497D5F; }
p { color: rgb(73,125,95); }
H1.HeaderClassName
{
color: #497D5F;
}
.AnyTagClassName
{
color: #497D5F;
}
</style>
background-color css
<style>
a { background-color: #497D5F; }
a { background-color: rgb(73,125,95); }
div.DivClassName
{
background-color: #497D5F;
}
.BgClassName
{
background-color: #497D5F;
}
</style>
border-color css
<style>
span { border-color: #497D5F; }
span { border-color: rgb(73,125,95); }
td.TdClassName
{
border-color: #497D5F;
}
.TagClassName
{
border-color: #497D5F;
}
</style>