Shades of Tuna #474D57
Tints of Tuna #474D57
RGB
CMYK
RGB Variations
Color information
#474D57 (or 0x474D57) is known color: Tuna. HEX triplet: 47, 4D and 57. RGB value is (71,77,87). Sum of RGB (Red+Green+Blue) = 71+77+87=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #474D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D57 is #B8B2A8. Grayscale: #4C4C4C. Windows color (decimal): -12104361 or 5721415. OLE color: 5721415.
HSL color Cylindrical-coordinate representation of color #474D57: hue angle of 217.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #474D57 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 77 | 87 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.66 |
| HSL | 217.5º | 0.1% | 0.31% | - |
| HSV(B) | 217.5º | 0.18% | 0.34% | - |
| XYZ | 6.97 | 7.34 | 10.07 | - |
| YUV | 76.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 87 | 0.18 | 0.11 | 0 | 0.66 | 217.5 | 0.1 | 0.31 |
| Hex | 47 | 4D | 57 | 12 | B | 0 | 42 | DA | A | 1F |
| Octal | 107 | 115 | 127 | 22 | 13 | 0 | 102 | 332 | 12 | 37 |
| Binary | 1000111 | 1001101 | 1010111 | 10010 | 1011 | 0 | 1000010 | 11011010 | 1010 | 11111 |
Color Harmonies of #474D57
Complementary color
Monochromatic Colors of #474D57
Black with #474D57
Text Example
Text Example
White with #474D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D57; }
p { color: rgb(71,77,87); }
H1.HeaderClassName
{
color: #474D57;
}
.AnyTagClassName
{
color: #474D57;
}
</style>
background-color css
<style>
a { background-color: #474D57; }
a { background-color: rgb(71,77,87); }
div.DivClassName
{
background-color: #474D57;
}
.BgClassName
{
background-color: #474D57;
}
</style>
border-color css
<style>
span { border-color: #474D57; }
span { border-color: rgb(71,77,87); }
td.TdClassName
{
border-color: #474D57;
}
.TagClassName
{
border-color: #474D57;
}
</style>