#474F5C

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

Shades of Tuna #474F5C

Tints of Tuna #474F5C

Color information

#474F5C (or 0x474F5C) is unknown color: approx Tuna. HEX triplet: 47, 4F and 5C. RGB value is (71,79,92). Sum of RGB (Red+Green+Blue) = 71+79+92=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #474F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F5C is #B8B0A3. Grayscale: #4E4E4E. Windows color (decimal): -12103844 or 6049607. OLE color: 6049607.

HSL color Cylindrical-coordinate representation of color #474F5C: hue angle of 217.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #474F5C is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB717992-
CMYK0.230.1400.64
HSL217.14º12.88%31.96%-
HSV(B)217.14º22.83%36.08%-
XYZ7.337.711.23-
YUV78.09135.85122.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=29.34%
G=32.64%
B=38.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7179920.230.1400.64217.1412.8831.96
Hex474F5C17E040d9d20
Octal107117134271601003311540
Binary10001111001111101110010111111001000000110110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,79,92); }

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

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

 a { background-color: rgb(71,79,92); }

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

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

 span { border-color: rgb(71,79,92); }

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