Shades of Tuna #464D5D
Tints of Tuna #464D5D
RGB
CMYK
RGB Variations
Color information
#464D5D (or 0x464D5D) is known color: Tuna. HEX triplet: 46, 4D and 5D. RGB value is (70,77,93). Sum of RGB (Red+Green+Blue) = 70+77+93=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #464D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D5D is #B9B2A2. Grayscale: #4C4C4C. Windows color (decimal): -12169891 or 6114630. OLE color: 6114630.
HSL color Cylindrical-coordinate representation of color #464D5D: hue angle of 221.74º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #464D5D is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 77 | 93 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.64 |
| HSL | 221.74º | 0.14% | 0.32% | - |
| HSV(B) | 221.74º | 0.25% | 0.36% | - |
| XYZ | 7.16 | 7.4 | 11.41 | - |
| YUV | 76.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 93 | 0.25 | 0.17 | 0 | 0.64 | 221.74 | 0.14 | 0.32 |
| Hex | 46 | 4D | 5D | 19 | 11 | 0 | 40 | DE | E | 20 |
| Octal | 106 | 115 | 135 | 31 | 21 | 0 | 100 | 336 | 16 | 40 |
| Binary | 1000110 | 1001101 | 1011101 | 11001 | 10001 | 0 | 1000000 | 11011110 | 1110 | 100000 |
Color Harmonies of #464D5D
Complementary color
Monochromatic Colors of #464D5D
Black with #464D5D
Text Example
Text Example
White with #464D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D5D; }
p { color: rgb(70,77,93); }
H1.HeaderClassName
{
color: #464D5D;
}
.AnyTagClassName
{
color: #464D5D;
}
</style>
background-color css
<style>
a { background-color: #464D5D; }
a { background-color: rgb(70,77,93); }
div.DivClassName
{
background-color: #464D5D;
}
.BgClassName
{
background-color: #464D5D;
}
</style>
border-color css
<style>
span { border-color: #464D5D; }
span { border-color: rgb(70,77,93); }
td.TdClassName
{
border-color: #464D5D;
}
.TagClassName
{
border-color: #464D5D;
}
</style>