#474D56

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

Shades of Tuna #474D56

Tints of Tuna #474D56

Color information

#474D56 (or 0x474D56) is unknown color: approx Tuna. HEX triplet: 47, 4D and 56. RGB value is (71,77,86). Sum of RGB (Red+Green+Blue) = 71+77+86=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #474D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D56 is #B8B2A9. Grayscale: #4C4C4C. Windows color (decimal): -12104362 or 5655879. OLE color: 5655879.

HSL color Cylindrical-coordinate representation of color #474D56: hue angle of 216º 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 #474D56 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB717786-
CMYK0.170.1000.66
HSL216º9.55%30.78%-
HSV(B)216º17.44%33.73%-
XYZ6.937.329.85-
YUV76.23133.51124.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=30.34%
G=32.91%
B=36.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7177860.170.1000.662169.5530.78
Hex474D5611A042d8a1f
Octal107115126211201023301237
Binary1000111100110110101101000110100100001011011000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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