Shades of Tuna #464D5C
Tints of Tuna #464D5C
RGB
CMYK
RGB Variations
Color information
#464D5C (or 0x464D5C) is known color: Tuna. HEX triplet: 46, 4D and 5C. RGB value is (70,77,92). Sum of RGB (Red+Green+Blue) = 70+77+92=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #464D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D5C is #B9B2A3. Grayscale: #4C4C4C. Windows color (decimal): -12169892 or 6049094. OLE color: 6049094.
HSL color Cylindrical-coordinate representation of color #464D5C: hue angle of 220.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464D5C is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 77 | 92 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.64 |
| HSL | 220.91º | 0.14% | 0.32% | - |
| HSV(B) | 220.91º | 0.24% | 0.36% | - |
| XYZ | 7.11 | 7.38 | 11.18 | - |
| YUV | 76.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 92 | 0.24 | 0.16 | 0 | 0.64 | 220.91 | 0.14 | 0.32 |
| Hex | 46 | 4D | 5C | 18 | 10 | 0 | 40 | DD | E | 20 |
| Octal | 106 | 115 | 134 | 30 | 20 | 0 | 100 | 335 | 16 | 40 |
| Binary | 1000110 | 1001101 | 1011100 | 11000 | 10000 | 0 | 1000000 | 11011101 | 1110 | 100000 |
Color Harmonies of #464D5C
Complementary color
Monochromatic Colors of #464D5C
Black with #464D5C
Text Example
Text Example
White with #464D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D5C; }
p { color: rgb(70,77,92); }
H1.HeaderClassName
{
color: #464D5C;
}
.AnyTagClassName
{
color: #464D5C;
}
</style>
background-color css
<style>
a { background-color: #464D5C; }
a { background-color: rgb(70,77,92); }
div.DivClassName
{
background-color: #464D5C;
}
.BgClassName
{
background-color: #464D5C;
}
</style>
border-color css
<style>
span { border-color: #464D5C; }
span { border-color: rgb(70,77,92); }
td.TdClassName
{
border-color: #464D5C;
}
.TagClassName
{
border-color: #464D5C;
}
</style>