#464950

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

Shades of Tuna #464950

Tints of Tuna #464950

Color information

#464950 (or 0x464950) is unknown color: approx Tuna. HEX triplet: 46, 49 and 50. RGB value is (70,73,80). Sum of RGB (Red+Green+Blue) = 70+73+80=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #464950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464950 is #B9B6AF. Grayscale: #484848. Windows color (decimal): -12170928 or 5261638. OLE color: 5261638.

HSL color Cylindrical-coordinate representation of color #464950: hue angle of 222º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #464950 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB707380-
CMYK0.120.0900.69
HSL222º6.67%29.41%-
HSV(B)222º12.5%31.37%-
XYZ6.366.658.54-
YUV72.9132.01125.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=31.39%
G=32.74%
B=35.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7073800.120.0900.692226.6729.41
Hex464950C9045de71d
Octal10611112014110105336735
Binary10001101001001101000011001001010001011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464950; }

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

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

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

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

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

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

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

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