Shades of Tuna #464951
Tints of Tuna #464951
RGB
CMYK
RGB Variations
Color information
#464951 (or 0x464951) is known color: Tuna. HEX triplet: 46, 49 and 51. RGB value is (70,73,81). Sum of RGB (Red+Green+Blue) = 70+73+81=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #464951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464951 is #B9B6AE. Grayscale: #484848. Windows color (decimal): -12170927 or 5327174. OLE color: 5327174.
HSL color Cylindrical-coordinate representation of color #464951: hue angle of 223.64º 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 #464951 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 73 | 81 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.68 |
| HSL | 223.64º | 0.07% | 0.3% | - |
| HSV(B) | 223.64º | 0.14% | 0.32% | - |
| XYZ | 6.39 | 6.66 | 8.73 | - |
| YUV | 73.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 81 | 0.14 | 0.10 | 0 | 0.68 | 223.64 | 0.07 | 0.3 |
| Hex | 46 | 49 | 51 | E | A | 0 | 44 | E0 | 7 | 1E |
| Octal | 106 | 111 | 121 | 16 | 12 | 0 | 104 | 340 | 7 | 36 |
| Binary | 1000110 | 1001001 | 1010001 | 1110 | 1010 | 0 | 1000100 | 11100000 | 111 | 11110 |
Color Harmonies of #464951
Complementary color
Monochromatic Colors of #464951
Black with #464951
Text Example
Text Example
White with #464951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464951; }
p { color: rgb(70,73,81); }
H1.HeaderClassName
{
color: #464951;
}
.AnyTagClassName
{
color: #464951;
}
</style>
background-color css
<style>
a { background-color: #464951; }
a { background-color: rgb(70,73,81); }
div.DivClassName
{
background-color: #464951;
}
.BgClassName
{
background-color: #464951;
}
</style>
border-color css
<style>
span { border-color: #464951; }
span { border-color: rgb(70,73,81); }
td.TdClassName
{
border-color: #464951;
}
.TagClassName
{
border-color: #464951;
}
</style>