Shades of Tuna #474E5D
Tints of Tuna #474E5D
RGB
CMYK
RGB Variations
Color information
#474E5D (or 0x474E5D) is known color: Tuna. HEX triplet: 47, 4E and 5D. RGB value is (71,78,93). Sum of RGB (Red+Green+Blue) = 71+78+93=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #474E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E5D is #B8B1A2. Grayscale: #4D4D4D. Windows color (decimal): -12104099 or 6114887. OLE color: 6114887.
HSL color Cylindrical-coordinate representation of color #474E5D: hue angle of 220.91º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474E5D is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 78 | 93 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.64 |
| HSL | 220.91º | 0.13% | 0.32% | - |
| HSV(B) | 220.91º | 0.24% | 0.36% | - |
| XYZ | 7.3 | 7.58 | 11.43 | - |
| YUV | 77.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 93 | 0.24 | 0.16 | 0 | 0.64 | 220.91 | 0.13 | 0.32 |
| Hex | 47 | 4E | 5D | 18 | 10 | 0 | 40 | DD | D | 20 |
| Octal | 107 | 116 | 135 | 30 | 20 | 0 | 100 | 335 | 15 | 40 |
| Binary | 1000111 | 1001110 | 1011101 | 11000 | 10000 | 0 | 1000000 | 11011101 | 1101 | 100000 |
Color Harmonies of #474E5D
Complementary color
Monochromatic Colors of #474E5D
Black with #474E5D
Text Example
Text Example
White with #474E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E5D; }
p { color: rgb(71,78,93); }
H1.HeaderClassName
{
color: #474E5D;
}
.AnyTagClassName
{
color: #474E5D;
}
</style>
background-color css
<style>
a { background-color: #474E5D; }
a { background-color: rgb(71,78,93); }
div.DivClassName
{
background-color: #474E5D;
}
.BgClassName
{
background-color: #474E5D;
}
</style>
border-color css
<style>
span { border-color: #474E5D; }
span { border-color: rgb(71,78,93); }
td.TdClassName
{
border-color: #474E5D;
}
.TagClassName
{
border-color: #474E5D;
}
</style>