Shades of Tuna #494C57
Tints of Tuna #494C57
RGB
CMYK
RGB Variations
Color information
#494C57 (or 0x494C57) is known color: Tuna. HEX triplet: 49, 4C and 57. RGB value is (73,76,87). Sum of RGB (Red+Green+Blue) = 73+76+87=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #494C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C57 is #B6B3A8. Grayscale: #4C4C4C. Windows color (decimal): -11973545 or 5721161. OLE color: 5721161.
HSL color Cylindrical-coordinate representation of color #494C57: hue angle of 227.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #494C57 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 76 | 87 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.66 |
| HSL | 227.14º | 0.09% | 0.31% | - |
| HSV(B) | 227.14º | 0.16% | 0.34% | - |
| XYZ | 7.05 | 7.27 | 10.05 | - |
| YUV | 76.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 87 | 0.16 | 0.13 | 0 | 0.66 | 227.14 | 0.09 | 0.31 |
| Hex | 49 | 4C | 57 | 10 | D | 0 | 42 | E3 | 9 | 1F |
| Octal | 111 | 114 | 127 | 20 | 15 | 0 | 102 | 343 | 11 | 37 |
| Binary | 1001001 | 1001100 | 1010111 | 10000 | 1101 | 0 | 1000010 | 11100011 | 1001 | 11111 |
Color Harmonies of #494C57
Complementary color
Monochromatic Colors of #494C57
Black with #494C57
Text Example
Text Example
White with #494C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C57; }
p { color: rgb(73,76,87); }
H1.HeaderClassName
{
color: #494C57;
}
.AnyTagClassName
{
color: #494C57;
}
</style>
background-color css
<style>
a { background-color: #494C57; }
a { background-color: rgb(73,76,87); }
div.DivClassName
{
background-color: #494C57;
}
.BgClassName
{
background-color: #494C57;
}
</style>
border-color css
<style>
span { border-color: #494C57; }
span { border-color: rgb(73,76,87); }
td.TdClassName
{
border-color: #494C57;
}
.TagClassName
{
border-color: #494C57;
}
</style>