Shades of Tuna #4A5056
Tints of Tuna #4A5056
RGB
CMYK
RGB Variations
Color information
#4A5056 (or 0x4A5056) is known color: Tuna. HEX triplet: 4A, 50 and 56. RGB value is (74,80,86). Sum of RGB (Red+Green+Blue) = 74+80+86=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A5056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5056 is #B5AFA9. Grayscale: #4E4E4E. Windows color (decimal): -11906986 or 5656650. OLE color: 5656650.
HSL color Cylindrical-coordinate representation of color #4A5056: hue angle of 210º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A5056 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 80 | 86 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.66 |
| HSL | 210º | 0.08% | 0.31% | - |
| HSV(B) | 210º | 0.14% | 0.34% | - |
| XYZ | 7.37 | 7.87 | 9.93 | - |
| YUV | 78.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 86 | 0.14 | 0.07 | 0 | 0.66 | 210 | 0.08 | 0.31 |
| Hex | 4A | 50 | 56 | E | 7 | 0 | 42 | D2 | 8 | 1F |
| Octal | 112 | 120 | 126 | 16 | 7 | 0 | 102 | 322 | 10 | 37 |
| Binary | 1001010 | 1010000 | 1010110 | 1110 | 111 | 0 | 1000010 | 11010010 | 1000 | 11111 |
Color Harmonies of #4A5056
Complementary color
Monochromatic Colors of #4A5056
Black with #4A5056
Text Example
Text Example
White with #4A5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5056; }
p { color: rgb(74,80,86); }
H1.HeaderClassName
{
color: #4A5056;
}
.AnyTagClassName
{
color: #4A5056;
}
</style>
background-color css
<style>
a { background-color: #4A5056; }
a { background-color: rgb(74,80,86); }
div.DivClassName
{
background-color: #4A5056;
}
.BgClassName
{
background-color: #4A5056;
}
</style>
border-color css
<style>
span { border-color: #4A5056; }
span { border-color: rgb(74,80,86); }
td.TdClassName
{
border-color: #4A5056;
}
.TagClassName
{
border-color: #4A5056;
}
</style>