Shades of Tuna #474F57
Tints of Tuna #474F57
RGB
CMYK
RGB Variations
Color information
#474F57 (or 0x474F57) is known color: Tuna. HEX triplet: 47, 4F and 57. RGB value is (71,79,87). Sum of RGB (Red+Green+Blue) = 71+79+87=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 87 - color contains mainly: blue. Hex color #474F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F57 is #B8B0A8. Grayscale: #4D4D4D. Windows color (decimal): -12103849 or 5721927. OLE color: 5721927.
HSL color Cylindrical-coordinate representation of color #474F57: hue angle of 210º 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 #474F57 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 79 | 87 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.66 |
| HSL | 210º | 0.1% | 0.31% | - |
| HSV(B) | 210º | 0.18% | 0.34% | - |
| XYZ | 7.11 | 7.62 | 10.11 | - |
| YUV | 77.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 87 | 0.18 | 0.09 | 0 | 0.66 | 210 | 0.1 | 0.31 |
| Hex | 47 | 4F | 57 | 12 | 9 | 0 | 42 | D2 | A | 1F |
| Octal | 107 | 117 | 127 | 22 | 11 | 0 | 102 | 322 | 12 | 37 |
| Binary | 1000111 | 1001111 | 1010111 | 10010 | 1001 | 0 | 1000010 | 11010010 | 1010 | 11111 |
Color Harmonies of #474F57
Complementary color
Monochromatic Colors of #474F57
Black with #474F57
Text Example
Text Example
White with #474F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F57; }
p { color: rgb(71,79,87); }
H1.HeaderClassName
{
color: #474F57;
}
.AnyTagClassName
{
color: #474F57;
}
</style>
background-color css
<style>
a { background-color: #474F57; }
a { background-color: rgb(71,79,87); }
div.DivClassName
{
background-color: #474F57;
}
.BgClassName
{
background-color: #474F57;
}
</style>
border-color css
<style>
span { border-color: #474F57; }
span { border-color: rgb(71,79,87); }
td.TdClassName
{
border-color: #474F57;
}
.TagClassName
{
border-color: #474F57;
}
</style>