#477175

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

Shades of Ming #477175

Tints of Ming #477175

Color information

#477175 (or 0x477175) is unknown color: approx Ming. HEX triplet: 47, 71 and 75. RGB value is (71,113,117). Sum of RGB (Red+Green+Blue) = 71+113+117=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #477175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477175 is #B88E8A. Grayscale: #646464. Windows color (decimal): -12095115 or 7696711. OLE color: 7696711.

HSL color Cylindrical-coordinate representation of color #477175: hue angle of 185.22º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477175 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB71113117-
CMYK0.390.0300.54
HSL185.22º24.47%36.86%-
HSV(B)185.22º39.32%45.88%-
XYZ11.7114.4319-
YUV100.9137.09106.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=23.59%
G=37.54%
B=38.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711131170.390.0300.54185.2224.4736.86
Hex477175273036b91825
Octal1071611654730662713045
Binary1000111111000111101011001111101101101011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477175; }

 p { color: rgb(71,113,117); }

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

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

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

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

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

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

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