#477774

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

Shades of Ming #477774

Tints of Ming #477774

Color information

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

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

Color convert

RGB71119116-
CMYK0.4000.030.53
HSL176.25º25.26%37.25%-
HSV(B)176.25º40.34%46.67%-
XYZ12.3515.7918.92-
YUV104.31134.6104.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711191160.4000.030.53176.2525.2637.25
Hex477774280335b01925
Octal1071671645003652603145
Binary1000111111011111101001010000111101011011000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477774; }

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

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

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

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

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

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

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

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