Shades of Tuna #494F5A
Tints of Tuna #494F5A
RGB
CMYK
RGB Variations
Color information
#494F5A (or 0x494F5A) is known color: Tuna. HEX triplet: 49, 4F and 5A. RGB value is (73,79,90). Sum of RGB (Red+Green+Blue) = 73+79+90=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #494F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F5A is #B6B0A5. Grayscale: #4E4E4E. Windows color (decimal): -11972774 or 5918537. OLE color: 5918537.
HSL color Cylindrical-coordinate representation of color #494F5A: hue angle of 218.82º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494F5A is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 79 | 90 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.65 |
| HSL | 218.82º | 0.1% | 0.32% | - |
| HSV(B) | 218.82º | 0.19% | 0.35% | - |
| XYZ | 7.39 | 7.75 | 10.78 | - |
| YUV | 78.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 90 | 0.19 | 0.12 | 0 | 0.65 | 218.82 | 0.1 | 0.32 |
| Hex | 49 | 4F | 5A | 13 | C | 0 | 41 | DB | A | 20 |
| Octal | 111 | 117 | 132 | 23 | 14 | 0 | 101 | 333 | 12 | 40 |
| Binary | 1001001 | 1001111 | 1011010 | 10011 | 1100 | 0 | 1000001 | 11011011 | 1010 | 100000 |
Color Harmonies of #494F5A
Complementary color
Monochromatic Colors of #494F5A
Black with #494F5A
Text Example
Text Example
White with #494F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F5A; }
p { color: rgb(73,79,90); }
H1.HeaderClassName
{
color: #494F5A;
}
.AnyTagClassName
{
color: #494F5A;
}
</style>
background-color css
<style>
a { background-color: #494F5A; }
a { background-color: rgb(73,79,90); }
div.DivClassName
{
background-color: #494F5A;
}
.BgClassName
{
background-color: #494F5A;
}
</style>
border-color css
<style>
span { border-color: #494F5A; }
span { border-color: rgb(73,79,90); }
td.TdClassName
{
border-color: #494F5A;
}
.TagClassName
{
border-color: #494F5A;
}
</style>