Shades of Tuna #46494E
Tints of Tuna #46494E
RGB
CMYK
RGB Variations
Color information
#46494E (or 0x46494E) is known color: Tuna. HEX triplet: 46, 49 and 4E. RGB value is (70,73,78). Sum of RGB (Red+Green+Blue) = 70+73+78=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #46494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46494E is #B9B6B1. Grayscale: #484848. Windows color (decimal): -12170930 or 5130566. OLE color: 5130566.
HSL color Cylindrical-coordinate representation of color #46494E: hue angle of 217.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46494E is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 70 | 73 | 78 | - |
CMYK | 0.10 | 0.06 | 0 | 0.69 |
HSL | 217.5º | 0.05% | 0.29% | - |
HSV(B) | 217.5º | 0.1% | 0.31% | - |
XYZ | 6.28 | 6.62 | 8.15 | - |
YUV | 72.67 | 131.01 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 73 | 78 | 0.10 | 0.06 | 0 | 0.69 | 217.5 | 0.05 | 0.29 |
Hex | 46 | 49 | 4E | A | 6 | 0 | 45 | DA | 5 | 1D |
Octal | 106 | 111 | 116 | 12 | 6 | 0 | 105 | 332 | 5 | 35 |
Binary | 1000110 | 1001001 | 1001110 | 1010 | 110 | 0 | 1000101 | 11011010 | 101 | 11101 |
Color Harmonies of #46494E
Complementary color
Monochromatic Colors of #46494E
Black with #46494E
Text Example
Text Example
White with #46494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46494E; }
p { color: rgb(70,73,78); }
H1.HeaderClassName
{
color: #46494E;
}
.AnyTagClassName
{
color: #46494E;
}
</style>
background-color css
<style>
a { background-color: #46494E; }
a { background-color: rgb(70,73,78); }
div.DivClassName
{
background-color: #46494E;
}
.BgClassName
{
background-color: #46494E;
}
</style>
border-color css
<style>
span { border-color: #46494E; }
span { border-color: rgb(70,73,78); }
td.TdClassName
{
border-color: #46494E;
}
.TagClassName
{
border-color: #46494E;
}
</style>