Shades of Tuna #464E5C
Tints of Tuna #464E5C
RGB
CMYK
RGB Variations
Color information
#464E5C (or 0x464E5C) is known color: Tuna. HEX triplet: 46, 4E and 5C. RGB value is (70,78,92). Sum of RGB (Red+Green+Blue) = 70+78+92=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #464E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E5C is #B9B1A3. Grayscale: #4D4D4D. Windows color (decimal): -12169636 or 6049350. OLE color: 6049350.
HSL color Cylindrical-coordinate representation of color #464E5C: hue angle of 218.18º 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 #464E5C is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 78 | 92 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.64 |
| HSL | 218.18º | 0.14% | 0.32% | - |
| HSV(B) | 218.18º | 0.24% | 0.36% | - |
| XYZ | 7.18 | 7.52 | 11.2 | - |
| YUV | 77.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 92 | 0.24 | 0.15 | 0 | 0.64 | 218.18 | 0.14 | 0.32 |
| Hex | 46 | 4E | 5C | 18 | F | 0 | 40 | DA | E | 20 |
| Octal | 106 | 116 | 134 | 30 | 17 | 0 | 100 | 332 | 16 | 40 |
| Binary | 1000110 | 1001110 | 1011100 | 11000 | 1111 | 0 | 1000000 | 11011010 | 1110 | 100000 |
Color Harmonies of #464E5C
Complementary color
Monochromatic Colors of #464E5C
Black with #464E5C
Text Example
Text Example
White with #464E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E5C; }
p { color: rgb(70,78,92); }
H1.HeaderClassName
{
color: #464E5C;
}
.AnyTagClassName
{
color: #464E5C;
}
</style>
background-color css
<style>
a { background-color: #464E5C; }
a { background-color: rgb(70,78,92); }
div.DivClassName
{
background-color: #464E5C;
}
.BgClassName
{
background-color: #464E5C;
}
</style>
border-color css
<style>
span { border-color: #464E5C; }
span { border-color: rgb(70,78,92); }
td.TdClassName
{
border-color: #464E5C;
}
.TagClassName
{
border-color: #464E5C;
}
</style>