Shades of Como #497B5C
Tints of Como #497B5C
RGB
CMYK
RGB Variations
Color information
#497B5C (or 0x497B5C) is known color: Como. HEX triplet: 49, 7B and 5C. RGB value is (73,123,92). Sum of RGB (Red+Green+Blue) = 73+123+92=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #497B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B5C is #B684A3. Grayscale: #686868. Windows color (decimal): -11961508 or 6060873. OLE color: 6060873.
HSL color Cylindrical-coordinate representation of color #497B5C: hue angle of 142.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497B5C is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 123 | 92 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.52 |
| HSL | 142.8º | 0.26% | 0.38% | - |
| HSV(B) | 142.8º | 0.41% | 0.48% | - |
| XYZ | 11.76 | 16.36 | 12.66 | - |
| YUV | 104.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 92 | 0.41 | 0 | 0.25 | 0.52 | 142.8 | 0.26 | 0.38 |
| Hex | 49 | 7B | 5C | 29 | 0 | 19 | 34 | 8F | 1A | 26 |
| Octal | 111 | 173 | 134 | 51 | 0 | 31 | 64 | 217 | 32 | 46 |
| Binary | 1001001 | 1111011 | 1011100 | 101001 | 0 | 11001 | 110100 | 10001111 | 11010 | 100110 |
Color Harmonies of #497B5C
Complementary color
Monochromatic Colors of #497B5C
Black with #497B5C
Text Example
Text Example
White with #497B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497B5C; }
p { color: rgb(73,123,92); }
H1.HeaderClassName
{
color: #497B5C;
}
.AnyTagClassName
{
color: #497B5C;
}
</style>
background-color css
<style>
a { background-color: #497B5C; }
a { background-color: rgb(73,123,92); }
div.DivClassName
{
background-color: #497B5C;
}
.BgClassName
{
background-color: #497B5C;
}
</style>
border-color css
<style>
span { border-color: #497B5C; }
span { border-color: rgb(73,123,92); }
td.TdClassName
{
border-color: #497B5C;
}
.TagClassName
{
border-color: #497B5C;
}
</style>