Shades of Tuna #474E58
Tints of Tuna #474E58
RGB
CMYK
RGB Variations
Color information
#474E58 (or 0x474E58) is known color: Tuna. HEX triplet: 47, 4E and 58. RGB value is (71,78,88). Sum of RGB (Red+Green+Blue) = 71+78+88=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #474E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E58 is #B8B1A7. Grayscale: #4D4D4D. Windows color (decimal): -12104104 or 5787207. OLE color: 5787207.
HSL color Cylindrical-coordinate representation of color #474E58: hue angle of 215.29º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #474E58 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 78 | 88 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.65 |
| HSL | 215.29º | 0.11% | 0.31% | - |
| HSV(B) | 215.29º | 0.19% | 0.35% | - |
| XYZ | 7.08 | 7.49 | 10.31 | - |
| YUV | 77.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 88 | 0.19 | 0.11 | 0 | 0.65 | 215.29 | 0.11 | 0.31 |
| Hex | 47 | 4E | 58 | 13 | B | 0 | 41 | D7 | B | 1F |
| Octal | 107 | 116 | 130 | 23 | 13 | 0 | 101 | 327 | 13 | 37 |
| Binary | 1000111 | 1001110 | 1011000 | 10011 | 1011 | 0 | 1000001 | 11010111 | 1011 | 11111 |
Color Harmonies of #474E58
Complementary color
Monochromatic Colors of #474E58
Black with #474E58
Text Example
Text Example
White with #474E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E58; }
p { color: rgb(71,78,88); }
H1.HeaderClassName
{
color: #474E58;
}
.AnyTagClassName
{
color: #474E58;
}
</style>
background-color css
<style>
a { background-color: #474E58; }
a { background-color: rgb(71,78,88); }
div.DivClassName
{
background-color: #474E58;
}
.BgClassName
{
background-color: #474E58;
}
</style>
border-color css
<style>
span { border-color: #474E58; }
span { border-color: rgb(71,78,88); }
td.TdClassName
{
border-color: #474E58;
}
.TagClassName
{
border-color: #474E58;
}
</style>