Shades of Tuna #474F5B
Tints of Tuna #474F5B
RGB
CMYK
RGB Variations
Color information
#474F5B (or 0x474F5B) is known color: Tuna. HEX triplet: 47, 4F and 5B. RGB value is (71,79,91). Sum of RGB (Red+Green+Blue) = 71+79+91=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #474F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F5B is #B8B0A4. Grayscale: #4D4D4D. Windows color (decimal): -12103845 or 5984071. OLE color: 5984071.
HSL color Cylindrical-coordinate representation of color #474F5B: hue angle of 216º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474F5B is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 79 | 91 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.64 |
| HSL | 216º | 0.12% | 0.32% | - |
| HSV(B) | 216º | 0.22% | 0.36% | - |
| XYZ | 7.28 | 7.69 | 11 | - |
| YUV | 77.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 91 | 0.22 | 0.13 | 0 | 0.64 | 216 | 0.12 | 0.32 |
| Hex | 47 | 4F | 5B | 16 | D | 0 | 40 | D8 | C | 20 |
| Octal | 107 | 117 | 133 | 26 | 15 | 0 | 100 | 330 | 14 | 40 |
| Binary | 1000111 | 1001111 | 1011011 | 10110 | 1101 | 0 | 1000000 | 11011000 | 1100 | 100000 |
Color Harmonies of #474F5B
Complementary color
Monochromatic Colors of #474F5B
Black with #474F5B
Text Example
Text Example
White with #474F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F5B; }
p { color: rgb(71,79,91); }
H1.HeaderClassName
{
color: #474F5B;
}
.AnyTagClassName
{
color: #474F5B;
}
</style>
background-color css
<style>
a { background-color: #474F5B; }
a { background-color: rgb(71,79,91); }
div.DivClassName
{
background-color: #474F5B;
}
.BgClassName
{
background-color: #474F5B;
}
</style>
border-color css
<style>
span { border-color: #474F5B; }
span { border-color: rgb(71,79,91); }
td.TdClassName
{
border-color: #474F5B;
}
.TagClassName
{
border-color: #474F5B;
}
</style>