#474D5C

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

Shades of Tuna #474D5C

Tints of Tuna #474D5C

Color information

#474D5C (or 0x474D5C) is unknown color: approx Tuna. HEX triplet: 47, 4D and 5C. RGB value is (71,77,92). Sum of RGB (Red+Green+Blue) = 71+77+92=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #474D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D5C is #B8B2A3. Grayscale: #4C4C4C. Windows color (decimal): -12104356 or 6049095. OLE color: 6049095.

HSL color Cylindrical-coordinate representation of color #474D5C: hue angle of 222.86º 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 #474D5C is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB717792-
CMYK0.230.1600.64
HSL222.86º12.88%31.96%-
HSV(B)222.86º22.83%36.08%-
XYZ7.187.4211.18-
YUV76.92136.51123.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=29.58%
G=32.08%
B=38.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7177920.230.1600.64222.8612.8831.96
Hex474D5C1710040dfd20
Octal107115134272001003371540
Binary100011110011011011100101111000001000000110111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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