#474D59

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

Shades of Tuna #474D59

Tints of Tuna #474D59

Color information

#474D59 (or 0x474D59) is unknown color: approx Tuna. HEX triplet: 47, 4D and 59. RGB value is (71,77,89). Sum of RGB (Red+Green+Blue) = 71+77+89=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #474D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D59 is #B8B2A6. Grayscale: #4C4C4C. Windows color (decimal): -12104359 or 5852487. OLE color: 5852487.

HSL color Cylindrical-coordinate representation of color #474D59: hue angle of 220º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #474D59 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB717789-
CMYK0.200.1300.65
HSL220º11.25%31.37%-
HSV(B)220º20.22%34.9%-
XYZ7.067.3710.5-
YUV76.57135.01124.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=29.96%
G=32.49%
B=37.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7177890.200.1300.6522011.2531.37
Hex474D5914D041dcb1f
Octal107115131241501013341337
Binary1000111100110110110011010011010100000111011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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