Shades of Tuna #474E5B
Tints of Tuna #474E5B
RGB
CMYK
RGB Variations
Color information
#474E5B (or 0x474E5B) is known color: Tuna. HEX triplet: 47, 4E and 5B. RGB value is (71,78,91). Sum of RGB (Red+Green+Blue) = 71+78+91=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #474E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E5B is #B8B1A4. Grayscale: #4D4D4D. Windows color (decimal): -12104101 or 5983815. OLE color: 5983815.
HSL color Cylindrical-coordinate representation of color #474E5B: hue angle of 219º 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 #474E5B is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 78 | 91 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.64 |
| HSL | 219º | 0.12% | 0.32% | - |
| HSV(B) | 219º | 0.22% | 0.36% | - |
| XYZ | 7.21 | 7.54 | 10.97 | - |
| YUV | 77.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 91 | 0.22 | 0.14 | 0 | 0.64 | 219 | 0.12 | 0.32 |
| Hex | 47 | 4E | 5B | 16 | E | 0 | 40 | DB | C | 20 |
| Octal | 107 | 116 | 133 | 26 | 16 | 0 | 100 | 333 | 14 | 40 |
| Binary | 1000111 | 1001110 | 1011011 | 10110 | 1110 | 0 | 1000000 | 11011011 | 1100 | 100000 |
Color Harmonies of #474E5B
Complementary color
Monochromatic Colors of #474E5B
Black with #474E5B
Text Example
Text Example
White with #474E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E5B; }
p { color: rgb(71,78,91); }
H1.HeaderClassName
{
color: #474E5B;
}
.AnyTagClassName
{
color: #474E5B;
}
</style>
background-color css
<style>
a { background-color: #474E5B; }
a { background-color: rgb(71,78,91); }
div.DivClassName
{
background-color: #474E5B;
}
.BgClassName
{
background-color: #474E5B;
}
</style>
border-color css
<style>
span { border-color: #474E5B; }
span { border-color: rgb(71,78,91); }
td.TdClassName
{
border-color: #474E5B;
}
.TagClassName
{
border-color: #474E5B;
}
</style>