#47494D

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

Shades of Tuna #47494D

Tints of Tuna #47494D

Color information

#47494D (or 0x47494D) is unknown color: approx Tuna. HEX triplet: 47, 49 and 4D. RGB value is (71,73,77). Sum of RGB (Red+Green+Blue) = 71+73+77=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: blue. Hex color #47494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47494D is #B8B6B2. Grayscale: #484848. Windows color (decimal): -12105395 or 5065031. OLE color: 5065031.

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

Color convert

RGB717377-
CMYK0.080.0500.70
HSL220º4.05%29.02%-
HSV(B)220º7.79%30.2%-
XYZ6.326.647.97-
YUV72.86130.34126.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=32.13%
G=33.03%
B=34.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7173770.080.0500.702204.0529.02
Hex47494D85046dc41d
Octal1071111151050106334435
Binary1000111100100110011011000101010001101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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