Shades of Tuna #494B4D
Tints of Tuna #494B4D
RGB
CMYK
RGB Variations
Color information
#494B4D (or 0x494B4D) is known color: Tuna. HEX triplet: 49, 4B and 4D. RGB value is (73,75,77). Sum of RGB (Red+Green+Blue) = 73+75+77=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 77 - color contains mainly: blue. Hex color #494B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B4D is #B6B4B2. Grayscale: #4A4A4A. Windows color (decimal): -11973811 or 5065545. OLE color: 5065545.
HSL color Cylindrical-coordinate representation of color #494B4D: hue angle of 210º 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 #494B4D is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 75 | 77 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.70 |
| HSL | 210º | 0.03% | 0.29% | - |
| HSV(B) | 210º | 0.05% | 0.3% | - |
| XYZ | 6.6 | 6.98 | 8.02 | - |
| YUV | 74.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 77 | 0.05 | 0.03 | 0 | 0.70 | 210 | 0.03 | 0.29 |
| Hex | 49 | 4B | 4D | 5 | 3 | 0 | 46 | D2 | 3 | 1D |
| Octal | 111 | 113 | 115 | 5 | 3 | 0 | 106 | 322 | 3 | 35 |
| Binary | 1001001 | 1001011 | 1001101 | 101 | 11 | 0 | 1000110 | 11010010 | 11 | 11101 |
Color Harmonies of #494B4D
Complementary color
Monochromatic Colors of #494B4D
Black with #494B4D
Text Example
Text Example
White with #494B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B4D; }
p { color: rgb(73,75,77); }
H1.HeaderClassName
{
color: #494B4D;
}
.AnyTagClassName
{
color: #494B4D;
}
</style>
background-color css
<style>
a { background-color: #494B4D; }
a { background-color: rgb(73,75,77); }
div.DivClassName
{
background-color: #494B4D;
}
.BgClassName
{
background-color: #494B4D;
}
</style>
border-color css
<style>
span { border-color: #494B4D; }
span { border-color: rgb(73,75,77); }
td.TdClassName
{
border-color: #494B4D;
}
.TagClassName
{
border-color: #494B4D;
}
</style>