Shades of Tuna #494C54
Tints of Tuna #494C54
RGB
CMYK
RGB Variations
Color information
#494C54 (or 0x494C54) is known color: Tuna. HEX triplet: 49, 4C and 54. RGB value is (73,76,84). Sum of RGB (Red+Green+Blue) = 73+76+84=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #494C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C54 is #B6B3AB. Grayscale: #4B4B4B. Windows color (decimal): -11973548 or 5524553. OLE color: 5524553.
HSL color Cylindrical-coordinate representation of color #494C54: hue angle of 223.64º 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 #494C54 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 76 | 84 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.67 |
| HSL | 223.64º | 0.07% | 0.31% | - |
| HSV(B) | 223.64º | 0.13% | 0.33% | - |
| XYZ | 6.93 | 7.23 | 9.42 | - |
| YUV | 76.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 84 | 0.13 | 0.10 | 0 | 0.67 | 223.64 | 0.07 | 0.31 |
| Hex | 49 | 4C | 54 | D | A | 0 | 43 | E0 | 7 | 1F |
| Octal | 111 | 114 | 124 | 15 | 12 | 0 | 103 | 340 | 7 | 37 |
| Binary | 1001001 | 1001100 | 1010100 | 1101 | 1010 | 0 | 1000011 | 11100000 | 111 | 11111 |
Color Harmonies of #494C54
Complementary color
Monochromatic Colors of #494C54
Black with #494C54
Text Example
Text Example
White with #494C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C54; }
p { color: rgb(73,76,84); }
H1.HeaderClassName
{
color: #494C54;
}
.AnyTagClassName
{
color: #494C54;
}
</style>
background-color css
<style>
a { background-color: #494C54; }
a { background-color: rgb(73,76,84); }
div.DivClassName
{
background-color: #494C54;
}
.BgClassName
{
background-color: #494C54;
}
</style>
border-color css
<style>
span { border-color: #494C54; }
span { border-color: rgb(73,76,84); }
td.TdClassName
{
border-color: #494C54;
}
.TagClassName
{
border-color: #494C54;
}
</style>