#474950

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

Shades of Tuna #474950

Tints of Tuna #474950

Color information

#474950 (or 0x474950) is unknown color: approx Tuna. HEX triplet: 47, 49 and 50. RGB value is (71,73,80). Sum of RGB (Red+Green+Blue) = 71+73+80=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #474950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474950 is #B8B6AF. Grayscale: #494949. Windows color (decimal): -12105392 or 5261639. OLE color: 5261639.

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

Color convert

RGB717380-
CMYK0.110.0900.69
HSL226.67º5.96%29.61%-
HSV(B)226.67º11.25%31.37%-
XYZ6.436.688.54-
YUV73.2131.84126.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=31.70%
G=32.59%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7173800.110.0900.69226.675.9629.61
Hex474950B9045e361e
Octal10711112013110105343636
Binary10001111001001101000010111001010001011110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474950; }

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

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

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

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

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

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

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

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