Html Css Color HEX #49737A Ming

📋 copy color: '#49737A'

red 73 ◦ green 115 ◦ blue 122

#49737A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #49737A

Tints of Ming #49737A

RGB

 RED value IS 73 (28.91% from 255) = 23.55%

 GREEN value IS 115 (45.31% from 255) = 37.1%

 BLUE value IS 122 (48.05% from 255) = 39.35%

R = 23.55%
G = 37.1%
B = 39.35%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49737A (or 0x49737A) is known color: Ming. HEX triplet: 49, 73 and 7A. RGB value is (73,115,122). Sum of RGB (Red+Green+Blue) = 73+115+122=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #49737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49737A is #B68C85. Grayscale: #676767. Windows color (decimal): -11963526 or 8024905. OLE color: 8024905.

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

Color convert

RGB 73 115 122 -
CMYK 0.40 0.06 0 0.52
HSL 188.57º 0.25% 0.38% -
HSV(B) 188.57º 0.4% 0.48% -
XYZ 12.39 15.08 20.67 -
YUV 103.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 73 115 122 0.40 0.06 0 0.52 188.57 0.25 0.38
Hex 49 73 7A 28 6 0 34 BD 19 26
Octal 111 163 172 50 6 0 64 275 31 46
Binary 1001001 1110011 1111010 101000 110 0 110100 10111101 11001 100110

Color Harmonies of #49737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49737A

Black with #49737A

Text Example


Text Example

White with #49737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49737A;
 }
 .AnyTagClassName
 {
   color: #49737A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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