Shades of Tuna #494C52
Tints of Tuna #494C52
RGB
CMYK
RGB Variations
Color information
#494C52 (or 0x494C52) is known color: Tuna. HEX triplet: 49, 4C and 52. RGB value is (73,76,82). Sum of RGB (Red+Green+Blue) = 73+76+82=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: blue. Hex color #494C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C52 is #B6B3AD. Grayscale: #4B4B4B. Windows color (decimal): -11973550 or 5393481. OLE color: 5393481.
HSL color Cylindrical-coordinate representation of color #494C52: hue angle of 220º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494C52 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 76 | 82 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.68 |
| HSL | 220º | 0.06% | 0.3% | - |
| HSV(B) | 220º | 0.11% | 0.32% | - |
| XYZ | 6.86 | 7.19 | 9.01 | - |
| YUV | 75.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 82 | 0.11 | 0.07 | 0 | 0.68 | 220 | 0.06 | 0.3 |
| Hex | 49 | 4C | 52 | B | 7 | 0 | 44 | DC | 6 | 1E |
| Octal | 111 | 114 | 122 | 13 | 7 | 0 | 104 | 334 | 6 | 36 |
| Binary | 1001001 | 1001100 | 1010010 | 1011 | 111 | 0 | 1000100 | 11011100 | 110 | 11110 |
Color Harmonies of #494C52
Complementary color
Monochromatic Colors of #494C52
Black with #494C52
Text Example
Text Example
White with #494C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C52; }
p { color: rgb(73,76,82); }
H1.HeaderClassName
{
color: #494C52;
}
.AnyTagClassName
{
color: #494C52;
}
</style>
background-color css
<style>
a { background-color: #494C52; }
a { background-color: rgb(73,76,82); }
div.DivClassName
{
background-color: #494C52;
}
.BgClassName
{
background-color: #494C52;
}
</style>
border-color css
<style>
span { border-color: #494C52; }
span { border-color: rgb(73,76,82); }
td.TdClassName
{
border-color: #494C52;
}
.TagClassName
{
border-color: #494C52;
}
</style>