Shades of Tuna #474E57
Tints of Tuna #474E57
RGB
CMYK
RGB Variations
Color information
#474E57 (or 0x474E57) is known color: Tuna. HEX triplet: 47, 4E and 57. RGB value is (71,78,87). Sum of RGB (Red+Green+Blue) = 71+78+87=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #474E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E57 is #B8B1A8. Grayscale: #4C4C4C. Windows color (decimal): -12104105 or 5721671. OLE color: 5721671.
HSL color Cylindrical-coordinate representation of color #474E57: hue angle of 213.75º 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 #474E57 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 78 | 87 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.66 |
| HSL | 213.75º | 0.1% | 0.31% | - |
| HSV(B) | 213.75º | 0.18% | 0.34% | - |
| XYZ | 7.04 | 7.48 | 10.09 | - |
| YUV | 76.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 87 | 0.18 | 0.10 | 0 | 0.66 | 213.75 | 0.1 | 0.31 |
| Hex | 47 | 4E | 57 | 12 | A | 0 | 42 | D6 | A | 1F |
| Octal | 107 | 116 | 127 | 22 | 12 | 0 | 102 | 326 | 12 | 37 |
| Binary | 1000111 | 1001110 | 1010111 | 10010 | 1010 | 0 | 1000010 | 11010110 | 1010 | 11111 |
Color Harmonies of #474E57
Complementary color
Monochromatic Colors of #474E57
Black with #474E57
Text Example
Text Example
White with #474E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E57; }
p { color: rgb(71,78,87); }
H1.HeaderClassName
{
color: #474E57;
}
.AnyTagClassName
{
color: #474E57;
}
</style>
background-color css
<style>
a { background-color: #474E57; }
a { background-color: rgb(71,78,87); }
div.DivClassName
{
background-color: #474E57;
}
.BgClassName
{
background-color: #474E57;
}
</style>
border-color css
<style>
span { border-color: #474E57; }
span { border-color: rgb(71,78,87); }
td.TdClassName
{
border-color: #474E57;
}
.TagClassName
{
border-color: #474E57;
}
</style>