#475858

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

Shades of Mako #475858

Tints of Mako #475858

Color information

#475858 (or 0x475858) is unknown color: approx Mako. HEX triplet: 47, 58 and 58. RGB value is (71,88,88). Sum of RGB (Red+Green+Blue) = 71+88+88=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #475858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475858 is #B8A7A7. Grayscale: #525252. Windows color (decimal): -12101544 or 5789767. OLE color: 5789767.

HSL color Cylindrical-coordinate representation of color #475858: 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.19%. Process color model (Four color, CMYK) of #475858 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB718888-
CMYK0.19000.65
HSL180º10.69%31.18%-
HSV(B)180º19.32%34.51%-
XYZ7.859.0210.56-
YUV82.92130.87119.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=28.74%
G=35.63%
B=35.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188880.19000.6518010.6931.18
Hex475858130041b4b1f
Octal10713013023001012641337
Binary1000111101100010110001001100100000110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475858; }

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

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

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

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

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

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

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

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