#477376

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

Shades of Ming #477376

Tints of Ming #477376

Color information

#477376 (or 0x477376) is unknown color: approx Ming. HEX triplet: 47, 73 and 76. RGB value is (71,115,118). Sum of RGB (Red+Green+Blue) = 71+115+118=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #477376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477376 is #B88C89. Grayscale: #666666. Windows color (decimal): -12094602 or 7762759. OLE color: 7762759.

HSL color Cylindrical-coordinate representation of color #477376: hue angle of 183.83º 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 #477376 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB71115118-
CMYK0.400.0300.54
HSL183.83º24.87%37.06%-
HSV(B)183.83º39.83%46.27%-
XYZ1214.9119.38-
YUV102.19136.92105.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=23.36%
G=37.83%
B=38.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711151180.400.0300.54183.8324.8737.06
Hex477376283036b81925
Octal1071631665030662703145
Binary1000111111001111101101010001101101101011100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477376; }

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

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

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

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

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

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

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

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