Shades of Tuna #494A4D
Tints of Tuna #494A4D
RGB
CMYK
RGB Variations
Color information
#494A4D (or 0x494A4D) is known color: Tuna. HEX triplet: 49, 4A and 4D. RGB value is (73,74,77). Sum of RGB (Red+Green+Blue) = 73+74+77=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 77 - color contains mainly: blue. Hex color #494A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A4D is #B6B5B2. Grayscale: #4A4A4A. Windows color (decimal): -11974067 or 5065289. OLE color: 5065289.
HSL color Cylindrical-coordinate representation of color #494A4D: hue angle of 225º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494A4D is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 74 | 77 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.70 |
| HSL | 225º | 0.03% | 0.29% | - |
| HSV(B) | 225º | 0.05% | 0.3% | - |
| XYZ | 6.54 | 6.85 | 8 | - |
| YUV | 74.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 77 | 0.05 | 0.04 | 0 | 0.70 | 225 | 0.03 | 0.29 |
| Hex | 49 | 4A | 4D | 5 | 4 | 0 | 46 | E1 | 3 | 1D |
| Octal | 111 | 112 | 115 | 5 | 4 | 0 | 106 | 341 | 3 | 35 |
| Binary | 1001001 | 1001010 | 1001101 | 101 | 100 | 0 | 1000110 | 11100001 | 11 | 11101 |
Color Harmonies of #494A4D
Complementary color
Monochromatic Colors of #494A4D
Black with #494A4D
Text Example
Text Example
White with #494A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A4D; }
p { color: rgb(73,74,77); }
H1.HeaderClassName
{
color: #494A4D;
}
.AnyTagClassName
{
color: #494A4D;
}
</style>
background-color css
<style>
a { background-color: #494A4D; }
a { background-color: rgb(73,74,77); }
div.DivClassName
{
background-color: #494A4D;
}
.BgClassName
{
background-color: #494A4D;
}
</style>
border-color css
<style>
span { border-color: #494A4D; }
span { border-color: rgb(73,74,77); }
td.TdClassName
{
border-color: #494A4D;
}
.TagClassName
{
border-color: #494A4D;
}
</style>