#474E56

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

Shades of Tuna #474E56

Tints of Tuna #474E56

Color information

#474E56 (or 0x474E56) is unknown color: approx Tuna. HEX triplet: 47, 4E and 56. RGB value is (71,78,86). Sum of RGB (Red+Green+Blue) = 71+78+86=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #474E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E56 is #B8B1A9. Grayscale: #4C4C4C. Windows color (decimal): -12104106 or 5656135. OLE color: 5656135.

HSL color Cylindrical-coordinate representation of color #474E56: hue angle of 212º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #474E56 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB717886-
CMYK0.170.0900.66
HSL212º9.55%30.78%-
HSV(B)212º17.44%33.73%-
XYZ77.469.87-
YUV76.82133.18123.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=30.21%
G=33.19%
B=36.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7178860.170.0900.662129.5530.78
Hex474E56119042d4a1f
Octal107116126211101023241237
Binary1000111100111010101101000110010100001011010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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