Shades of Tuna #474A54
Tints of Tuna #474A54
RGB
CMYK
RGB Variations
Color information
#474A54 (or 0x474A54) is known color: Tuna. HEX triplet: 47, 4A and 54. RGB value is (71,74,84). Sum of RGB (Red+Green+Blue) = 71+74+84=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #474A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A54 is #B8B5AB. Grayscale: #4A4A4A. Windows color (decimal): -12105132 or 5524039. OLE color: 5524039.
HSL color Cylindrical-coordinate representation of color #474A54: hue angle of 226.15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #474A54 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 74 | 84 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.67 |
| HSL | 226.15º | 0.08% | 0.3% | - |
| HSV(B) | 226.15º | 0.15% | 0.33% | - |
| XYZ | 6.65 | 6.88 | 9.36 | - |
| YUV | 74.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 84 | 0.15 | 0.12 | 0 | 0.67 | 226.15 | 0.08 | 0.3 |
| Hex | 47 | 4A | 54 | F | C | 0 | 43 | E2 | 8 | 1E |
| Octal | 107 | 112 | 124 | 17 | 14 | 0 | 103 | 342 | 10 | 36 |
| Binary | 1000111 | 1001010 | 1010100 | 1111 | 1100 | 0 | 1000011 | 11100010 | 1000 | 11110 |
Color Harmonies of #474A54
Complementary color
Monochromatic Colors of #474A54
Black with #474A54
Text Example
Text Example
White with #474A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A54; }
p { color: rgb(71,74,84); }
H1.HeaderClassName
{
color: #474A54;
}
.AnyTagClassName
{
color: #474A54;
}
</style>
background-color css
<style>
a { background-color: #474A54; }
a { background-color: rgb(71,74,84); }
div.DivClassName
{
background-color: #474A54;
}
.BgClassName
{
background-color: #474A54;
}
</style>
border-color css
<style>
span { border-color: #474A54; }
span { border-color: rgb(71,74,84); }
td.TdClassName
{
border-color: #474A54;
}
.TagClassName
{
border-color: #474A54;
}
</style>