#475556

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

Shades of Mako #475556

Tints of Mako #475556

Color information

#475556 (or 0x475556) is unknown color: approx Mako. HEX triplet: 47, 55 and 56. RGB value is (71,85,86). Sum of RGB (Red+Green+Blue) = 71+85+86=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 86 - color contains mainly: blue. Hex color #475556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475556 is #B8AAA9. Grayscale: #505050. Windows color (decimal): -12102314 or 5657927. OLE color: 5657927.

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

Color convert

RGB718586-
CMYK0.170.0100.66
HSL184º9.55%30.78%-
HSV(B)184º17.44%33.73%-
XYZ7.538.5110.05-
YUV80.93130.86120.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=29.34%
G=35.12%
B=35.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7185860.170.0100.661849.5530.78
Hex475556111042b8a1f
Octal10712512621101022701237
Binary1000111101010110101101000110100001010111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475556; }

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

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

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

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

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

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

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

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