Shades of Tuna #464A53
Tints of Tuna #464A53
RGB
CMYK
RGB Variations
Color information
#464A53 (or 0x464A53) is known color: Tuna. HEX triplet: 46, 4A and 53. RGB value is (70,74,83). Sum of RGB (Red+Green+Blue) = 70+74+83=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 83 - color contains mainly: blue. Hex color #464A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A53 is #B9B5AC. Grayscale: #494949. Windows color (decimal): -12170669 or 5458502. OLE color: 5458502.
HSL color Cylindrical-coordinate representation of color #464A53: hue angle of 221.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #464A53 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 74 | 83 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.67 |
| HSL | 221.54º | 0.08% | 0.3% | - |
| HSV(B) | 221.54º | 0.16% | 0.33% | - |
| XYZ | 6.54 | 6.82 | 9.16 | - |
| YUV | 73.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 83 | 0.16 | 0.11 | 0 | 0.67 | 221.54 | 0.08 | 0.3 |
| Hex | 46 | 4A | 53 | 10 | B | 0 | 43 | DE | 8 | 1E |
| Octal | 106 | 112 | 123 | 20 | 13 | 0 | 103 | 336 | 10 | 36 |
| Binary | 1000110 | 1001010 | 1010011 | 10000 | 1011 | 0 | 1000011 | 11011110 | 1000 | 11110 |
Color Harmonies of #464A53
Complementary color
Monochromatic Colors of #464A53
Black with #464A53
Text Example
Text Example
White with #464A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A53; }
p { color: rgb(70,74,83); }
H1.HeaderClassName
{
color: #464A53;
}
.AnyTagClassName
{
color: #464A53;
}
</style>
background-color css
<style>
a { background-color: #464A53; }
a { background-color: rgb(70,74,83); }
div.DivClassName
{
background-color: #464A53;
}
.BgClassName
{
background-color: #464A53;
}
</style>
border-color css
<style>
span { border-color: #464A53; }
span { border-color: rgb(70,74,83); }
td.TdClassName
{
border-color: #464A53;
}
.TagClassName
{
border-color: #464A53;
}
</style>