#477176

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

Shades of Ming #477176

Tints of Ming #477176

Color information

#477176 (or 0x477176) is unknown color: approx Ming. HEX triplet: 47, 71 and 76. RGB value is (71,113,118). Sum of RGB (Red+Green+Blue) = 71+113+118=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #477176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477176 is #B88E89. Grayscale: #646464. Windows color (decimal): -12095114 or 7762247. OLE color: 7762247.

HSL color Cylindrical-coordinate representation of color #477176: hue angle of 186.38º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477176 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB71113118-
CMYK0.400.0400.54
HSL186.38º24.87%37.06%-
HSV(B)186.38º39.83%46.27%-
XYZ11.7714.4619.31-
YUV101.01137.59106.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=23.51%
G=37.42%
B=39.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711131180.400.0400.54186.3824.8737.06
Hex477176284036ba1925
Octal1071611665040662723145
Binary10001111110001111011010100010001101101011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477176; }

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

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

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

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

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

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

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

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