Shades of Tuna #464B57
Tints of Tuna #464B57
RGB
CMYK
RGB Variations
Color information
#464B57 (or 0x464B57) is known color: Tuna. HEX triplet: 46, 4B and 57. RGB value is (70,75,87). Sum of RGB (Red+Green+Blue) = 70+75+87=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #464B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B57 is #B9B4A8. Grayscale: #4A4A4A. Windows color (decimal): -12170409 or 5720902. OLE color: 5720902.
HSL color Cylindrical-coordinate representation of color #464B57: hue angle of 222.35º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464B57 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 75 | 87 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.66 |
| HSL | 222.35º | 0.11% | 0.31% | - |
| HSV(B) | 222.35º | 0.2% | 0.34% | - |
| XYZ | 6.76 | 7.02 | 10.02 | - |
| YUV | 74.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 87 | 0.20 | 0.14 | 0 | 0.66 | 222.35 | 0.11 | 0.31 |
| Hex | 46 | 4B | 57 | 14 | E | 0 | 42 | DE | B | 1F |
| Octal | 106 | 113 | 127 | 24 | 16 | 0 | 102 | 336 | 13 | 37 |
| Binary | 1000110 | 1001011 | 1010111 | 10100 | 1110 | 0 | 1000010 | 11011110 | 1011 | 11111 |
Color Harmonies of #464B57
Complementary color
Monochromatic Colors of #464B57
Black with #464B57
Text Example
Text Example
White with #464B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B57; }
p { color: rgb(70,75,87); }
H1.HeaderClassName
{
color: #464B57;
}
.AnyTagClassName
{
color: #464B57;
}
</style>
background-color css
<style>
a { background-color: #464B57; }
a { background-color: rgb(70,75,87); }
div.DivClassName
{
background-color: #464B57;
}
.BgClassName
{
background-color: #464B57;
}
</style>
border-color css
<style>
span { border-color: #464B57; }
span { border-color: rgb(70,75,87); }
td.TdClassName
{
border-color: #464B57;
}
.TagClassName
{
border-color: #464B57;
}
</style>