#474E59

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

Shades of Tuna #474E59

Tints of Tuna #474E59

Color information

#474E59 (or 0x474E59) is unknown color: approx Tuna. HEX triplet: 47, 4E and 59. RGB value is (71,78,89). Sum of RGB (Red+Green+Blue) = 71+78+89=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #474E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E59 is #B8B1A6. Grayscale: #4D4D4D. Windows color (decimal): -12104103 or 5852743. OLE color: 5852743.

HSL color Cylindrical-coordinate representation of color #474E59: hue angle of 216.67º 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 #474E59 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB717889-
CMYK0.200.1200.65
HSL216.67º11.25%31.37%-
HSV(B)216.67º20.22%34.9%-
XYZ7.137.5110.53-
YUV77.16134.68123.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=29.83%
G=32.77%
B=37.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7178890.200.1200.65216.6711.2531.37
Hex474E5914C041d9b1f
Octal107116131241401013311337
Binary1000111100111010110011010011000100000111011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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