Shades of Tuna #464A51
Tints of Tuna #464A51
RGB
CMYK
RGB Variations
Color information
#464A51 (or 0x464A51) is known color: Tuna. HEX triplet: 46, 4A and 51. RGB value is (70,74,81). Sum of RGB (Red+Green+Blue) = 70+74+81=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #464A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A51 is #B9B5AE. Grayscale: #494949. Windows color (decimal): -12170671 or 5327430. OLE color: 5327430.
HSL color Cylindrical-coordinate representation of color #464A51: hue angle of 218.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464A51 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 74 | 81 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.68 |
| HSL | 218.18º | 0.07% | 0.3% | - |
| HSV(B) | 218.18º | 0.14% | 0.32% | - |
| XYZ | 6.46 | 6.79 | 8.76 | - |
| YUV | 73.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 81 | 0.14 | 0.09 | 0 | 0.68 | 218.18 | 0.07 | 0.3 |
| Hex | 46 | 4A | 51 | E | 9 | 0 | 44 | DA | 7 | 1E |
| Octal | 106 | 112 | 121 | 16 | 11 | 0 | 104 | 332 | 7 | 36 |
| Binary | 1000110 | 1001010 | 1010001 | 1110 | 1001 | 0 | 1000100 | 11011010 | 111 | 11110 |
Color Harmonies of #464A51
Complementary color
Monochromatic Colors of #464A51
Black with #464A51
Text Example
Text Example
White with #464A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A51; }
p { color: rgb(70,74,81); }
H1.HeaderClassName
{
color: #464A51;
}
.AnyTagClassName
{
color: #464A51;
}
</style>
background-color css
<style>
a { background-color: #464A51; }
a { background-color: rgb(70,74,81); }
div.DivClassName
{
background-color: #464A51;
}
.BgClassName
{
background-color: #464A51;
}
</style>
border-color css
<style>
span { border-color: #464A51; }
span { border-color: rgb(70,74,81); }
td.TdClassName
{
border-color: #464A51;
}
.TagClassName
{
border-color: #464A51;
}
</style>