Shades of Tuna #494C51
Tints of Tuna #494C51
RGB
CMYK
RGB Variations
Color information
#494C51 (or 0x494C51) is known color: Tuna. HEX triplet: 49, 4C and 51. RGB value is (73,76,81). Sum of RGB (Red+Green+Blue) = 73+76+81=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #494C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C51 is #B6B3AE. Grayscale: #4B4B4B. Windows color (decimal): -11973551 or 5327945. OLE color: 5327945.
HSL color Cylindrical-coordinate representation of color #494C51: hue angle of 217.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #494C51 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 76 | 81 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.68 |
| HSL | 217.5º | 0.05% | 0.3% | - |
| HSV(B) | 217.5º | 0.1% | 0.32% | - |
| XYZ | 6.82 | 7.18 | 8.81 | - |
| YUV | 75.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 81 | 0.10 | 0.06 | 0 | 0.68 | 217.5 | 0.05 | 0.3 |
| Hex | 49 | 4C | 51 | A | 6 | 0 | 44 | DA | 5 | 1E |
| Octal | 111 | 114 | 121 | 12 | 6 | 0 | 104 | 332 | 5 | 36 |
| Binary | 1001001 | 1001100 | 1010001 | 1010 | 110 | 0 | 1000100 | 11011010 | 101 | 11110 |
Color Harmonies of #494C51
Complementary color
Monochromatic Colors of #494C51
Black with #494C51
Text Example
Text Example
White with #494C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C51; }
p { color: rgb(73,76,81); }
H1.HeaderClassName
{
color: #494C51;
}
.AnyTagClassName
{
color: #494C51;
}
</style>
background-color css
<style>
a { background-color: #494C51; }
a { background-color: rgb(73,76,81); }
div.DivClassName
{
background-color: #494C51;
}
.BgClassName
{
background-color: #494C51;
}
</style>
border-color css
<style>
span { border-color: #494C51; }
span { border-color: rgb(73,76,81); }
td.TdClassName
{
border-color: #494C51;
}
.TagClassName
{
border-color: #494C51;
}
</style>