Shades of Tuna #474D5C
Tints of Tuna #474D5C
RGB
CMYK
RGB Variations
Color information
#474D5C (or 0x474D5C) is known color: Tuna. HEX triplet: 47, 4D and 5C. RGB value is (71,77,92). Sum of RGB (Red+Green+Blue) = 71+77+92=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #474D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D5C is #B8B2A3. Grayscale: #4C4C4C. Windows color (decimal): -12104356 or 6049095. OLE color: 6049095.
HSL color Cylindrical-coordinate representation of color #474D5C: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #474D5C is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 77 | 92 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.64 |
| HSL | 222.86º | 0.13% | 0.32% | - |
| HSV(B) | 222.86º | 0.23% | 0.36% | - |
| XYZ | 7.18 | 7.42 | 11.18 | - |
| YUV | 76.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 92 | 0.23 | 0.16 | 0 | 0.64 | 222.86 | 0.13 | 0.32 |
| Hex | 47 | 4D | 5C | 17 | 10 | 0 | 40 | DF | D | 20 |
| Octal | 107 | 115 | 134 | 27 | 20 | 0 | 100 | 337 | 15 | 40 |
| Binary | 1000111 | 1001101 | 1011100 | 10111 | 10000 | 0 | 1000000 | 11011111 | 1101 | 100000 |
Color Harmonies of #474D5C
Complementary color
Monochromatic Colors of #474D5C
Black with #474D5C
Text Example
Text Example
White with #474D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D5C; }
p { color: rgb(71,77,92); }
H1.HeaderClassName
{
color: #474D5C;
}
.AnyTagClassName
{
color: #474D5C;
}
</style>
background-color css
<style>
a { background-color: #474D5C; }
a { background-color: rgb(71,77,92); }
div.DivClassName
{
background-color: #474D5C;
}
.BgClassName
{
background-color: #474D5C;
}
</style>
border-color css
<style>
span { border-color: #474D5C; }
span { border-color: rgb(71,77,92); }
td.TdClassName
{
border-color: #474D5C;
}
.TagClassName
{
border-color: #474D5C;
}
</style>