#46494D

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

Shades of Tuna #46494D

Tints of Tuna #46494D

Color information

#46494D (or 0x46494D) is unknown color: approx Tuna. HEX triplet: 46, 49 and 4D. RGB value is (70,73,77). Sum of RGB (Red+Green+Blue) = 70+73+77=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: blue. Hex color #46494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46494D is #B9B6B2. Grayscale: #484848. Windows color (decimal): -12170931 or 5065030. OLE color: 5065030.

HSL color Cylindrical-coordinate representation of color #46494D: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #46494D is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB707377-
CMYK0.090.0500.70
HSL214.29º4.76%28.82%-
HSV(B)214.29º9.09%30.2%-
XYZ6.256.67.97-
YUV72.56130.51126.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 77 (30.47% from 255) = 35%
R=31.82%
G=33.18%
B=35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7073770.090.0500.70214.294.7628.82
Hex46494D95046d651d
Octal1061111151150106326535
Binary1000110100100110011011001101010001101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46494D; }

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

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

<style>
 a { background-color: #46494D; }

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

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

<style>
 span { border-color: #46494D; }

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

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