Shades of Tuna #464A4F
Tints of Tuna #464A4F
RGB
CMYK
RGB Variations
Color information
#464A4F (or 0x464A4F) is known color: Tuna. HEX triplet: 46, 4A and 4F. RGB value is (70,74,79). Sum of RGB (Red+Green+Blue) = 70+74+79=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #464A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A4F is #B9B5B0. Grayscale: #494949. Windows color (decimal): -12170673 or 5196358. OLE color: 5196358.
HSL color Cylindrical-coordinate representation of color #464A4F: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #464A4F is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 74 | 79 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.69 |
| HSL | 213.33º | 0.06% | 0.29% | - |
| HSV(B) | 213.33º | 0.11% | 0.31% | - |
| XYZ | 6.39 | 6.76 | 8.37 | - |
| YUV | 73.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 79 | 0.11 | 0.06 | 0 | 0.69 | 213.33 | 0.06 | 0.29 |
| Hex | 46 | 4A | 4F | B | 6 | 0 | 45 | D5 | 6 | 1D |
| Octal | 106 | 112 | 117 | 13 | 6 | 0 | 105 | 325 | 6 | 35 |
| Binary | 1000110 | 1001010 | 1001111 | 1011 | 110 | 0 | 1000101 | 11010101 | 110 | 11101 |
Color Harmonies of #464A4F
Complementary color
Monochromatic Colors of #464A4F
Black with #464A4F
Text Example
Text Example
White with #464A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A4F; }
p { color: rgb(70,74,79); }
H1.HeaderClassName
{
color: #464A4F;
}
.AnyTagClassName
{
color: #464A4F;
}
</style>
background-color css
<style>
a { background-color: #464A4F; }
a { background-color: rgb(70,74,79); }
div.DivClassName
{
background-color: #464A4F;
}
.BgClassName
{
background-color: #464A4F;
}
</style>
border-color css
<style>
span { border-color: #464A4F; }
span { border-color: rgb(70,74,79); }
td.TdClassName
{
border-color: #464A4F;
}
.TagClassName
{
border-color: #464A4F;
}
</style>