Shades of Tuna #464950
Tints of Tuna #464950
RGB
CMYK
RGB Variations
Color information
#464950 (or 0x464950) is known color: Tuna. HEX triplet: 46, 49 and 50. RGB value is (70,73,80). Sum of RGB (Red+Green+Blue) = 70+73+80=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #464950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464950 is #B9B6AF. Grayscale: #484848. Windows color (decimal): -12170928 or 5261638. OLE color: 5261638.
HSL color Cylindrical-coordinate representation of color #464950: hue angle of 222º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #464950 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 73 | 80 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.69 |
| HSL | 222º | 0.07% | 0.29% | - |
| HSV(B) | 222º | 0.13% | 0.31% | - |
| XYZ | 6.36 | 6.65 | 8.54 | - |
| YUV | 72.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 80 | 0.12 | 0.09 | 0 | 0.69 | 222 | 0.07 | 0.29 |
| Hex | 46 | 49 | 50 | C | 9 | 0 | 45 | DE | 7 | 1D |
| Octal | 106 | 111 | 120 | 14 | 11 | 0 | 105 | 336 | 7 | 35 |
| Binary | 1000110 | 1001001 | 1010000 | 1100 | 1001 | 0 | 1000101 | 11011110 | 111 | 11101 |
Color Harmonies of #464950
Complementary color
Monochromatic Colors of #464950
Black with #464950
Text Example
Text Example
White with #464950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464950; }
p { color: rgb(70,73,80); }
H1.HeaderClassName
{
color: #464950;
}
.AnyTagClassName
{
color: #464950;
}
</style>
background-color css
<style>
a { background-color: #464950; }
a { background-color: rgb(70,73,80); }
div.DivClassName
{
background-color: #464950;
}
.BgClassName
{
background-color: #464950;
}
</style>
border-color css
<style>
span { border-color: #464950; }
span { border-color: rgb(70,73,80); }
td.TdClassName
{
border-color: #464950;
}
.TagClassName
{
border-color: #464950;
}
</style>