Shades of Tuna #494D55
Tints of Tuna #494D55
RGB
CMYK
RGB Variations
Color information
#494D55 (or 0x494D55) is known color: Tuna. HEX triplet: 49, 4D and 55. RGB value is (73,77,85). Sum of RGB (Red+Green+Blue) = 73+77+85=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #494D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D55 is #B6B2AA. Grayscale: #4C4C4C. Windows color (decimal): -11973291 or 5590345. OLE color: 5590345.
HSL color Cylindrical-coordinate representation of color #494D55: hue angle of 220º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494D55 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 77 | 85 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.67 |
| HSL | 220º | 0.08% | 0.31% | - |
| HSV(B) | 220º | 0.14% | 0.33% | - |
| XYZ | 7.04 | 7.38 | 9.65 | - |
| YUV | 76.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 85 | 0.14 | 0.09 | 0 | 0.67 | 220 | 0.08 | 0.31 |
| Hex | 49 | 4D | 55 | E | 9 | 0 | 43 | DC | 8 | 1F |
| Octal | 111 | 115 | 125 | 16 | 11 | 0 | 103 | 334 | 10 | 37 |
| Binary | 1001001 | 1001101 | 1010101 | 1110 | 1001 | 0 | 1000011 | 11011100 | 1000 | 11111 |
Color Harmonies of #494D55
Complementary color
Monochromatic Colors of #494D55
Black with #494D55
Text Example
Text Example
White with #494D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D55; }
p { color: rgb(73,77,85); }
H1.HeaderClassName
{
color: #494D55;
}
.AnyTagClassName
{
color: #494D55;
}
</style>
background-color css
<style>
a { background-color: #494D55; }
a { background-color: rgb(73,77,85); }
div.DivClassName
{
background-color: #494D55;
}
.BgClassName
{
background-color: #494D55;
}
</style>
border-color css
<style>
span { border-color: #494D55; }
span { border-color: rgb(73,77,85); }
td.TdClassName
{
border-color: #494D55;
}
.TagClassName
{
border-color: #494D55;
}
</style>