Shades of Tuna #474A53
Tints of Tuna #474A53
RGB
CMYK
RGB Variations
Color information
#474A53 (or 0x474A53) is known color: Tuna. HEX triplet: 47, 4A and 53. RGB value is (71,74,83). Sum of RGB (Red+Green+Blue) = 71+74+83=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #474A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A53 is #B8B5AC. Grayscale: #4A4A4A. Windows color (decimal): -12105133 or 5458503. OLE color: 5458503.
HSL color Cylindrical-coordinate representation of color #474A53: hue angle of 225º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #474A53 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 74 | 83 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.67 |
| HSL | 225º | 0.08% | 0.3% | - |
| HSV(B) | 225º | 0.14% | 0.33% | - |
| XYZ | 6.61 | 6.86 | 9.16 | - |
| YUV | 74.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 83 | 0.14 | 0.11 | 0 | 0.67 | 225 | 0.08 | 0.3 |
| Hex | 47 | 4A | 53 | E | B | 0 | 43 | E1 | 8 | 1E |
| Octal | 107 | 112 | 123 | 16 | 13 | 0 | 103 | 341 | 10 | 36 |
| Binary | 1000111 | 1001010 | 1010011 | 1110 | 1011 | 0 | 1000011 | 11100001 | 1000 | 11110 |
Color Harmonies of #474A53
Complementary color
Monochromatic Colors of #474A53
Black with #474A53
Text Example
Text Example
White with #474A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A53; }
p { color: rgb(71,74,83); }
H1.HeaderClassName
{
color: #474A53;
}
.AnyTagClassName
{
color: #474A53;
}
</style>
background-color css
<style>
a { background-color: #474A53; }
a { background-color: rgb(71,74,83); }
div.DivClassName
{
background-color: #474A53;
}
.BgClassName
{
background-color: #474A53;
}
</style>
border-color css
<style>
span { border-color: #474A53; }
span { border-color: rgb(71,74,83); }
td.TdClassName
{
border-color: #474A53;
}
.TagClassName
{
border-color: #474A53;
}
</style>