#49787A

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

Shades of Ming #49787A

Tints of Ming #49787A

Color information

#49787A (or 0x49787A) is unknown color: approx Ming. HEX triplet: 49, 78 and 7A. RGB value is (73,120,122). Sum of RGB (Red+Green+Blue) = 73+120+122=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #49787A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49787A is #B68785. Grayscale: #6A6A6A. Windows color (decimal): -11962246 or 8026185. OLE color: 8026185.

HSL color Cylindrical-coordinate representation of color #49787A: hue angle of 182.45º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49787A is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB73120122-
CMYK0.400.0200.52
HSL182.45º25.13%38.24%-
HSV(B)182.45º40.16%47.84%-
XYZ12.9816.2520.87-
YUV106.18136.93104.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=23.17%
G=38.10%
B=38.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731201220.400.0200.52182.4525.1338.24
Hex49787A282034b61926
Octal1111701725020642663146
Binary1001001111100011110101010001001101001011011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,120,122); }

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

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

 a { background-color: rgb(73,120,122); }

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

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

 span { border-color: rgb(73,120,122); }

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