#47747A

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

Shades of Ming #47747A

Tints of Ming #47747A

Color information

#47747A (or 0x47747A) is unknown color: approx Ming. HEX triplet: 47, 74 and 7A. RGB value is (71,116,122). Sum of RGB (Red+Green+Blue) = 71+116+122=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #47747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47747A is #B88B85. Grayscale: #676767. Windows color (decimal): -12094342 or 8025159. OLE color: 8025159.

HSL color Cylindrical-coordinate representation of color #47747A: hue angle of 187.06º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47747A is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71116122-
CMYK0.420.0500.52
HSL187.06º26.42%37.84%-
HSV(B)187.06º41.8%47.84%-
XYZ12.3615.2420.7-
YUV103.23138.59105.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=22.98%
G=37.54%
B=39.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711161220.420.0500.52187.0626.4237.84
Hex47747A2A5034bb1a26
Octal1071641725250642733246
Binary10001111110100111101010101010101101001011101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47747A; }

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

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

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

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

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

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

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

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