#464D57

Color #464D57 Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #464D57

Tints of Tuna #464D57

Color information

#464D57 (or 0x464D57) is unknown color: approx Tuna. HEX triplet: 46, 4D and 57. RGB value is (70,77,87). Sum of RGB (Red+Green+Blue) = 70+77+87=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #464D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D57 is #B9B2A8. Grayscale: #4C4C4C. Windows color (decimal): -12169897 or 5721414. OLE color: 5721414.

HSL color Cylindrical-coordinate representation of color #464D57: hue angle of 215.29º 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 #464D57 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB707787-
CMYK0.200.1100.66
HSL215.29º10.83%30.78%-
HSV(B)215.29º19.54%34.12%-
XYZ6.97.310.06-
YUV76.05134.18123.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=29.91%
G=32.91%
B=37.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7077870.200.1100.66215.2910.8330.78
Hex464D5714B042d7b1f
Octal106115127241301023271337
Binary1000110100110110101111010010110100001011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464D57; }

 p { color: rgb(70,77,87); }

 H1.HeaderClassName
 {
   color: #464D57;
 }
 .AnyTagClassName
 {
   color: #464D57;
 }
</style>
background-color css

<style>
 a { background-color: #464D57; }

 a { background-color: rgb(70,77,87); }

 div.DivClassName
 {
   background-color: #464D57;
 }
 .BgClassName
 {
   background-color: #464D57;
 }
</style>
border-color css

<style>
 span { border-color: #464D57; }

 span { border-color: rgb(70,77,87); }

 td.TdClassName
 {
   border-color: #464D57;
 }
 .TagClassName
 {
   border-color: #464D57;
 }
</style>