Shades of Tuna #47505E
Tints of Tuna #47505E
RGB
CMYK
RGB Variations
Color information
#47505E (or 0x47505E) is known color: Tuna. HEX triplet: 47, 50 and 5E. RGB value is (71,80,94). Sum of RGB (Red+Green+Blue) = 71+80+94=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #47505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47505E is #B8AFA1. Grayscale: #4E4E4E. Windows color (decimal): -12103586 or 6180935. OLE color: 6180935.
HSL color Cylindrical-coordinate representation of color #47505E: hue angle of 216.52º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47505E is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 80 | 94 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.63 |
| HSL | 216.52º | 0.14% | 0.32% | - |
| HSV(B) | 216.52º | 0.24% | 0.37% | - |
| XYZ | 7.49 | 7.89 | 11.72 | - |
| YUV | 78.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 94 | 0.24 | 0.15 | 0 | 0.63 | 216.52 | 0.14 | 0.32 |
| Hex | 47 | 50 | 5E | 18 | F | 0 | 3F | D9 | E | 20 |
| Octal | 107 | 120 | 136 | 30 | 17 | 0 | 77 | 331 | 16 | 40 |
| Binary | 1000111 | 1010000 | 1011110 | 11000 | 1111 | 0 | 111111 | 11011001 | 1110 | 100000 |
Color Harmonies of #47505E
Complementary color
Monochromatic Colors of #47505E
Black with #47505E
Text Example
Text Example
White with #47505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47505E; }
p { color: rgb(71,80,94); }
H1.HeaderClassName
{
color: #47505E;
}
.AnyTagClassName
{
color: #47505E;
}
</style>
background-color css
<style>
a { background-color: #47505E; }
a { background-color: rgb(71,80,94); }
div.DivClassName
{
background-color: #47505E;
}
.BgClassName
{
background-color: #47505E;
}
</style>
border-color css
<style>
span { border-color: #47505E; }
span { border-color: rgb(71,80,94); }
td.TdClassName
{
border-color: #47505E;
}
.TagClassName
{
border-color: #47505E;
}
</style>