Shades of Tuna #474B53
Tints of Tuna #474B53
RGB
CMYK
RGB Variations
Color information
#474B53 (or 0x474B53) is known color: Tuna. HEX triplet: 47, 4B and 53. RGB value is (71,75,83). Sum of RGB (Red+Green+Blue) = 71+75+83=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #474B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B53 is #B8B4AC. Grayscale: #4A4A4A. Windows color (decimal): -12104877 or 5458759. OLE color: 5458759.
HSL color Cylindrical-coordinate representation of color #474B53: hue angle of 220º 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 #474B53 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 75 | 83 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.67 |
| HSL | 220º | 0.08% | 0.3% | - |
| HSV(B) | 220º | 0.14% | 0.33% | - |
| XYZ | 6.68 | 7 | 9.18 | - |
| YUV | 74.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 83 | 0.14 | 0.10 | 0 | 0.67 | 220 | 0.08 | 0.3 |
| Hex | 47 | 4B | 53 | E | A | 0 | 43 | DC | 8 | 1E |
| Octal | 107 | 113 | 123 | 16 | 12 | 0 | 103 | 334 | 10 | 36 |
| Binary | 1000111 | 1001011 | 1010011 | 1110 | 1010 | 0 | 1000011 | 11011100 | 1000 | 11110 |
Color Harmonies of #474B53
Complementary color
Monochromatic Colors of #474B53
Black with #474B53
Text Example
Text Example
White with #474B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B53; }
p { color: rgb(71,75,83); }
H1.HeaderClassName
{
color: #474B53;
}
.AnyTagClassName
{
color: #474B53;
}
</style>
background-color css
<style>
a { background-color: #474B53; }
a { background-color: rgb(71,75,83); }
div.DivClassName
{
background-color: #474B53;
}
.BgClassName
{
background-color: #474B53;
}
</style>
border-color css
<style>
span { border-color: #474B53; }
span { border-color: rgb(71,75,83); }
td.TdClassName
{
border-color: #474B53;
}
.TagClassName
{
border-color: #474B53;
}
</style>