#477477

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

Shades of Ming #477477

Tints of Ming #477477

Color information

#477477 (or 0x477477) is unknown color: approx Ming. HEX triplet: 47, 74 and 77. RGB value is (71,116,119). Sum of RGB (Red+Green+Blue) = 71+116+119=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #477477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477477 is #B88B88. Grayscale: #666666. Windows color (decimal): -12094345 or 7828551. OLE color: 7828551.

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

Color convert

RGB71116119-
CMYK0.400.0300.53
HSL183.75º25.26%37.25%-
HSV(B)183.75º40.34%46.67%-
XYZ12.1715.1619.74-
YUV102.89137.09105.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=23.20%
G=37.91%
B=38.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711161190.400.0300.53183.7525.2637.25
Hex477477283035b81925
Octal1071641675030652703145
Binary1000111111010011101111010001101101011011100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477477; }

 p { color: rgb(71,116,119); }

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

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

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

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

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

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

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