#464C59

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

Shades of Tuna #464C59

Tints of Tuna #464C59

Color information

#464C59 (or 0x464C59) is unknown color: approx Tuna. HEX triplet: 46, 4C and 59. RGB value is (70,76,89). Sum of RGB (Red+Green+Blue) = 70+76+89=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #464C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C59 is #B9B3A6. Grayscale: #4B4B4B. Windows color (decimal): -12170151 or 5852230. OLE color: 5852230.

HSL color Cylindrical-coordinate representation of color #464C59: hue angle of 221.05º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464C59 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707689-
CMYK0.210.1500.65
HSL221.05º11.95%31.18%-
HSV(B)221.05º21.35%34.9%-
XYZ6.917.1910.48-
YUV75.69135.51123.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=29.79%
G=32.34%
B=37.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7076890.210.1500.65221.0511.9531.18
Hex464C5915F041ddc1f
Octal106114131251701013351437
Binary1000110100110010110011010111110100000111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,89); }

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

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

 a { background-color: rgb(70,76,89); }

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

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

 span { border-color: rgb(70,76,89); }

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