#464E57

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

Shades of Tuna #464E57

Tints of Tuna #464E57

Color information

#464E57 (or 0x464E57) is unknown color: approx Tuna. HEX triplet: 46, 4E and 57. RGB value is (70,78,87). Sum of RGB (Red+Green+Blue) = 70+78+87=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #464E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E57 is #B9B1A8. Grayscale: #4C4C4C. Windows color (decimal): -12169641 or 5721670. OLE color: 5721670.

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

Color convert

RGB707887-
CMYK0.200.1000.66
HSL211.76º10.83%30.78%-
HSV(B)211.76º19.54%34.12%-
XYZ6.977.4410.09-
YUV76.63133.85123.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=29.79%
G=33.19%
B=37.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7078870.200.1000.66211.7610.8330.78
Hex464E5714A042d4b1f
Octal106116127241201023241337
Binary1000110100111010101111010010100100001011010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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