#475959

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

Shades of Mako #475959

Tints of Mako #475959

Color information

#475959 (or 0x475959) is unknown color: approx Mako. HEX triplet: 47, 59 and 59. RGB value is (71,89,89). Sum of RGB (Red+Green+Blue) = 71+89+89=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #475959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475959 is #B8A6A6. Grayscale: #535353. Windows color (decimal): -12101287 or 5855559. OLE color: 5855559.

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

Color convert

RGB718989-
CMYK0.20000.65
HSL180º11.25%31.37%-
HSV(B)180º20.22%34.9%-
XYZ7.979.2110.81-
YUV83.62131.04119-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=28.51%
G=35.74%
B=35.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189890.20000.6518011.2531.37
Hex475959140041b4b1f
Octal10713113124001012641337
Binary1000111101100110110011010000100000110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475959; }

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

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

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

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

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

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

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

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