Shades of Tuna #49505B
Tints of Tuna #49505B
RGB
CMYK
RGB Variations
Color information
#49505B (or 0x49505B) is known color: Tuna. HEX triplet: 49, 50 and 5B. RGB value is (73,80,91). Sum of RGB (Red+Green+Blue) = 73+80+91=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #49505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49505B is #B6AFA4. Grayscale: #4F4F4F. Windows color (decimal): -11972517 or 5984329. OLE color: 5984329.
HSL color Cylindrical-coordinate representation of color #49505B: hue angle of 216.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49505B is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 80 | 91 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.64 |
| HSL | 216.67º | 0.11% | 0.32% | - |
| HSV(B) | 216.67º | 0.2% | 0.36% | - |
| XYZ | 7.5 | 7.91 | 11.03 | - |
| YUV | 79.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 91 | 0.20 | 0.12 | 0 | 0.64 | 216.67 | 0.11 | 0.32 |
| Hex | 49 | 50 | 5B | 14 | C | 0 | 40 | D9 | B | 20 |
| Octal | 111 | 120 | 133 | 24 | 14 | 0 | 100 | 331 | 13 | 40 |
| Binary | 1001001 | 1010000 | 1011011 | 10100 | 1100 | 0 | 1000000 | 11011001 | 1011 | 100000 |
Color Harmonies of #49505B
Complementary color
Monochromatic Colors of #49505B
Black with #49505B
Text Example
Text Example
White with #49505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49505B; }
p { color: rgb(73,80,91); }
H1.HeaderClassName
{
color: #49505B;
}
.AnyTagClassName
{
color: #49505B;
}
</style>
background-color css
<style>
a { background-color: #49505B; }
a { background-color: rgb(73,80,91); }
div.DivClassName
{
background-color: #49505B;
}
.BgClassName
{
background-color: #49505B;
}
</style>
border-color css
<style>
span { border-color: #49505B; }
span { border-color: rgb(73,80,91); }
td.TdClassName
{
border-color: #49505B;
}
.TagClassName
{
border-color: #49505B;
}
</style>