#474A4D

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

Shades of Tuna #474A4D

Tints of Tuna #474A4D

Color information

#474A4D (or 0x474A4D) is unknown color: approx Tuna. HEX triplet: 47, 4A and 4D. RGB value is (71,74,77). Sum of RGB (Red+Green+Blue) = 71+74+77=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 77 - color contains mainly: blue. Hex color #474A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A4D is #B8B5B2. Grayscale: #494949. Windows color (decimal): -12105139 or 5065287. OLE color: 5065287.

HSL color Cylindrical-coordinate representation of color #474A4D: hue angle of 210º 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 #474A4D is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB717477-
CMYK0.080.0400.70
HSL210º4.05%29.02%-
HSV(B)210º7.79%30.2%-
XYZ6.396.777.99-
YUV73.45130.01126.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=31.98%
G=33.33%
B=34.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7174770.080.0400.702104.0529.02
Hex474A4D84046d241d
Octal1071121151040106322435
Binary1000111100101010011011000100010001101101001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A4D; }

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

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

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

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

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

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

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

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