Shades of Tuna #494D54
Tints of Tuna #494D54
RGB
CMYK
RGB Variations
Color information
#494D54 (or 0x494D54) is known color: Tuna. HEX triplet: 49, 4D and 54. RGB value is (73,77,84). Sum of RGB (Red+Green+Blue) = 73+77+84=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #494D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D54 is #B6B2AB. Grayscale: #4C4C4C. Windows color (decimal): -11973292 or 5524809. OLE color: 5524809.
HSL color Cylindrical-coordinate representation of color #494D54: hue angle of 218.18º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #494D54 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 77 | 84 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.67 |
| HSL | 218.18º | 0.07% | 0.31% | - |
| HSV(B) | 218.18º | 0.13% | 0.33% | - |
| XYZ | 7 | 7.36 | 9.44 | - |
| YUV | 76.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 84 | 0.13 | 0.08 | 0 | 0.67 | 218.18 | 0.07 | 0.31 |
| Hex | 49 | 4D | 54 | D | 8 | 0 | 43 | DA | 7 | 1F |
| Octal | 111 | 115 | 124 | 15 | 10 | 0 | 103 | 332 | 7 | 37 |
| Binary | 1001001 | 1001101 | 1010100 | 1101 | 1000 | 0 | 1000011 | 11011010 | 111 | 11111 |
Color Harmonies of #494D54
Complementary color
Monochromatic Colors of #494D54
Black with #494D54
Text Example
Text Example
White with #494D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D54; }
p { color: rgb(73,77,84); }
H1.HeaderClassName
{
color: #494D54;
}
.AnyTagClassName
{
color: #494D54;
}
</style>
background-color css
<style>
a { background-color: #494D54; }
a { background-color: rgb(73,77,84); }
div.DivClassName
{
background-color: #494D54;
}
.BgClassName
{
background-color: #494D54;
}
</style>
border-color css
<style>
span { border-color: #494D54; }
span { border-color: rgb(73,77,84); }
td.TdClassName
{
border-color: #494D54;
}
.TagClassName
{
border-color: #494D54;
}
</style>