Shades of Como #498A5B
Tints of Como #498A5B
RGB
CMYK
RGB Variations
Color information
#498A5B (or 0x498A5B) is known color: Como. HEX triplet: 49, 8A and 5B. RGB value is (73,138,91). Sum of RGB (Red+Green+Blue) = 73+138+91=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #498A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A5B is #B675A4. Grayscale: #717171. Windows color (decimal): -11957669 or 5999177. OLE color: 5999177.
HSL color Cylindrical-coordinate representation of color #498A5B: hue angle of 136.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A5B is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 91 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.46 |
| HSL | 136.62º | 0.31% | 0.41% | - |
| HSV(B) | 136.62º | 0.47% | 0.54% | - |
| XYZ | 13.72 | 20.35 | 13.1 | - |
| YUV | 113.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 91 | 0.47 | 0 | 0.34 | 0.46 | 136.62 | 0.31 | 0.41 |
| Hex | 49 | 8A | 5B | 2F | 0 | 22 | 2E | 89 | 1F | 29 |
| Octal | 111 | 212 | 133 | 57 | 0 | 42 | 56 | 211 | 37 | 51 |
| Binary | 1001001 | 10001010 | 1011011 | 101111 | 0 | 100010 | 101110 | 10001001 | 11111 | 101001 |
Color Harmonies of #498A5B
Complementary color
Monochromatic Colors of #498A5B
Black with #498A5B
Text Example
Text Example
White with #498A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A5B; }
p { color: rgb(73,138,91); }
H1.HeaderClassName
{
color: #498A5B;
}
.AnyTagClassName
{
color: #498A5B;
}
</style>
background-color css
<style>
a { background-color: #498A5B; }
a { background-color: rgb(73,138,91); }
div.DivClassName
{
background-color: #498A5B;
}
.BgClassName
{
background-color: #498A5B;
}
</style>
border-color css
<style>
span { border-color: #498A5B; }
span { border-color: rgb(73,138,91); }
td.TdClassName
{
border-color: #498A5B;
}
.TagClassName
{
border-color: #498A5B;
}
</style>