#477177

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

Shades of Ming #477177

Tints of Ming #477177

Color information

#477177 (or 0x477177) is unknown color: approx Ming. HEX triplet: 47, 71 and 77. RGB value is (71,113,119). Sum of RGB (Red+Green+Blue) = 71+113+119=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #477177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477177 is #B88E88. Grayscale: #656565. Windows color (decimal): -12095113 or 7827783. OLE color: 7827783.

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

Color convert

RGB71113119-
CMYK0.400.0500.53
HSL187.5º25.26%37.25%-
HSV(B)187.5º40.34%46.67%-
XYZ11.8314.4819.62-
YUV101.13138.09106.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=23.43%
G=37.29%
B=39.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711131190.400.0500.53187.525.2637.25
Hex477177285035bc1925
Octal1071611675050652743145
Binary10001111110001111011110100010101101011011110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477177; }

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

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

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

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

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

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

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

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