#475455

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

Shades of Mako #475455

Tints of Mako #475455

Color information

#475455 (or 0x475455) is unknown color: approx Mako. HEX triplet: 47, 54 and 55. RGB value is (71,84,85). Sum of RGB (Red+Green+Blue) = 71+84+85=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #475455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475455 is #B8ABAA. Grayscale: #505050. Windows color (decimal): -12102571 or 5592135. OLE color: 5592135.

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

Color convert

RGB718485-
CMYK0.160.0100.67
HSL184.29º8.97%30.59%-
HSV(B)184.29º16.47%33.33%-
XYZ7.418.349.81-
YUV80.23130.69121.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=29.58%
G=35%
B=35.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184850.160.0100.67184.298.9730.59
Hex475455101043b891f
Octal10712412520101032701137
Binary1000111101010010101011000010100001110111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475455; }

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

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

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

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

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

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

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

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