#47737A

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

Shades of Ming #47737A

Tints of Ming #47737A

Color information

#47737A (or 0x47737A) is unknown color: approx Ming. HEX triplet: 47, 73 and 7A. RGB value is (71,115,122). Sum of RGB (Red+Green+Blue) = 71+115+122=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #47737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47737A is #B88C85. Grayscale: #666666. Windows color (decimal): -12094598 or 8024903. OLE color: 8024903.

HSL color Cylindrical-coordinate representation of color #47737A: hue angle of 188.24º 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 #47737A is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71115122-
CMYK0.420.0600.52
HSL188.24º26.42%37.84%-
HSV(B)188.24º41.8%47.84%-
XYZ12.2415.0120.66-
YUV102.64138.92105.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=23.05%
G=37.34%
B=39.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711151220.420.0600.52188.2426.4237.84
Hex47737A2A6034bc1a26
Octal1071631725260642743246
Binary10001111110011111101010101011001101001011110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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