#474D55

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

Shades of Tuna #474D55

Tints of Tuna #474D55

Color information

#474D55 (or 0x474D55) is unknown color: approx Tuna. HEX triplet: 47, 4D and 55. RGB value is (71,77,85). Sum of RGB (Red+Green+Blue) = 71+77+85=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #474D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D55 is #B8B2AA. Grayscale: #4C4C4C. Windows color (decimal): -12104363 or 5590343. OLE color: 5590343.

HSL color Cylindrical-coordinate representation of color #474D55: hue angle of 214.29º 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 #474D55 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB717785-
CMYK0.160.0900.67
HSL214.29º8.97%30.59%-
HSV(B)214.29º16.47%33.33%-
XYZ6.897.39.64-
YUV76.12133.01124.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=30.47%
G=33.05%
B=36.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7177850.160.0900.67214.298.9730.59
Hex474D55109043d691f
Octal107115125201101033261137
Binary1000111100110110101011000010010100001111010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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