Shades of Tuna #494F55
Tints of Tuna #494F55
RGB
CMYK
RGB Variations
Color information
#494F55 (or 0x494F55) is known color: Tuna. HEX triplet: 49, 4F and 55. RGB value is (73,79,85). Sum of RGB (Red+Green+Blue) = 73+79+85=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: blue. Hex color #494F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F55 is #B6B0AA. Grayscale: #4D4D4D. Windows color (decimal): -11972779 or 5590857. OLE color: 5590857.
HSL color Cylindrical-coordinate representation of color #494F55: hue angle of 210º 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 #494F55 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 79 | 85 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.67 |
| HSL | 210º | 0.08% | 0.31% | - |
| HSV(B) | 210º | 0.14% | 0.33% | - |
| XYZ | 7.18 | 7.66 | 9.7 | - |
| YUV | 77.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 85 | 0.14 | 0.07 | 0 | 0.67 | 210 | 0.08 | 0.31 |
| Hex | 49 | 4F | 55 | E | 7 | 0 | 43 | D2 | 8 | 1F |
| Octal | 111 | 117 | 125 | 16 | 7 | 0 | 103 | 322 | 10 | 37 |
| Binary | 1001001 | 1001111 | 1010101 | 1110 | 111 | 0 | 1000011 | 11010010 | 1000 | 11111 |
Color Harmonies of #494F55
Complementary color
Monochromatic Colors of #494F55
Black with #494F55
Text Example
Text Example
White with #494F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F55; }
p { color: rgb(73,79,85); }
H1.HeaderClassName
{
color: #494F55;
}
.AnyTagClassName
{
color: #494F55;
}
</style>
background-color css
<style>
a { background-color: #494F55; }
a { background-color: rgb(73,79,85); }
div.DivClassName
{
background-color: #494F55;
}
.BgClassName
{
background-color: #494F55;
}
</style>
border-color css
<style>
span { border-color: #494F55; }
span { border-color: rgb(73,79,85); }
td.TdClassName
{
border-color: #494F55;
}
.TagClassName
{
border-color: #494F55;
}
</style>