#474C59

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

Shades of Tuna #474C59

Tints of Tuna #474C59

Color information

#474C59 (or 0x474C59) is unknown color: approx Tuna. HEX triplet: 47, 4C and 59. RGB value is (71,76,89). Sum of RGB (Red+Green+Blue) = 71+76+89=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #474C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C59 is #B8B3A6. Grayscale: #4B4B4B. Windows color (decimal): -12104615 or 5852231. OLE color: 5852231.

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

Color convert

RGB717689-
CMYK0.200.1500.65
HSL223.33º11.25%31.37%-
HSV(B)223.33º20.22%34.9%-
XYZ6.997.2310.48-
YUV75.99135.34124.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=30.08%
G=32.20%
B=37.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7176890.200.1500.65223.3311.2531.37
Hex474C5914F041dfb1f
Octal107114131241701013371337
Binary1000111100110010110011010011110100000111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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