#474E55

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

Shades of Tuna #474E55

Tints of Tuna #474E55

Color information

#474E55 (or 0x474E55) is unknown color: approx Tuna. HEX triplet: 47, 4E and 55. RGB value is (71,78,85). Sum of RGB (Red+Green+Blue) = 71+78+85=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: blue. Hex color #474E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E55 is #B8B1AA. Grayscale: #4C4C4C. Windows color (decimal): -12104107 or 5590599. OLE color: 5590599.

HSL color Cylindrical-coordinate representation of color #474E55: hue angle of 210º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474E55 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB717885-
CMYK0.160.0800.67
HSL210º8.97%30.59%-
HSV(B)210º16.47%33.33%-
XYZ6.967.449.66-
YUV76.7132.68123.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=30.34%
G=33.33%
B=36.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7178850.160.0800.672108.9730.59
Hex474E55108043d291f
Octal107116125201001033221137
Binary1000111100111010101011000010000100001111010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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