Shades of Tuna #474D55
Tints of Tuna #474D55
RGB
CMYK
RGB Variations
Color information
#474D55 (or 0x474D55) is known color: Tuna. HEX triplet: 47, 4D and 55. RGB value is (71,77,85). Sum of RGB (Red+Green+Blue) = 71+77+85=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #474D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D55 is #B8B2AA. Grayscale: #4C4C4C. Windows color (decimal): -12104363 or 5590343. OLE color: 5590343.
HSL color Cylindrical-coordinate representation of color #474D55: hue angle of 214.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474D55 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 77 | 85 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.67 |
| HSL | 214.29º | 0.09% | 0.31% | - |
| HSV(B) | 214.29º | 0.16% | 0.33% | - |
| XYZ | 6.89 | 7.3 | 9.64 | - |
| YUV | 76.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 85 | 0.16 | 0.09 | 0 | 0.67 | 214.29 | 0.09 | 0.31 |
| Hex | 47 | 4D | 55 | 10 | 9 | 0 | 43 | D6 | 9 | 1F |
| Octal | 107 | 115 | 125 | 20 | 11 | 0 | 103 | 326 | 11 | 37 |
| Binary | 1000111 | 1001101 | 1010101 | 10000 | 1001 | 0 | 1000011 | 11010110 | 1001 | 11111 |
Color Harmonies of #474D55
Complementary color
Monochromatic Colors of #474D55
Black with #474D55
Text Example
Text Example
White with #474D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D55; }
p { color: rgb(71,77,85); }
H1.HeaderClassName
{
color: #474D55;
}
.AnyTagClassName
{
color: #474D55;
}
</style>
background-color css
<style>
a { background-color: #474D55; }
a { background-color: rgb(71,77,85); }
div.DivClassName
{
background-color: #474D55;
}
.BgClassName
{
background-color: #474D55;
}
</style>
border-color css
<style>
span { border-color: #474D55; }
span { border-color: rgb(71,77,85); }
td.TdClassName
{
border-color: #474D55;
}
.TagClassName
{
border-color: #474D55;
}
</style>