Html Css Color HEX #49757A Ming

📋 copy color: '#49757A'

red 73 ◦ green 117 ◦ blue 122

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

Shades of Ming #49757A

Tints of Ming #49757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

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

R = 23.4%
G = 37.5%
B = 39.1%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49757A (or 0x49757A) is known color: Ming. HEX triplet: 49, 75 and 7A. RGB value is (73,117,122). Sum of RGB (Red+Green+Blue) = 73+117+122=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #49757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49757A is #B68A85. Grayscale: #686868. Windows color (decimal): -11963014 or 8025417. OLE color: 8025417.

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

Color convert

RGB 73 117 122 -
CMYK 0.40 0.04 0 0.52
HSL 186.12º 0.25% 0.38% -
HSV(B) 186.12º 0.4% 0.48% -
XYZ 12.62 15.54 20.75 -
YUV 104.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 73 117 122 0.40 0.04 0 0.52 186.12 0.25 0.38
Hex 49 75 7A 28 4 0 34 BA 19 26
Octal 111 165 172 50 4 0 64 272 31 46
Binary 1001001 1110101 1111010 101000 100 0 110100 10111010 11001 100110

Color Harmonies of #49757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49757A

Black with #49757A

Text Example


Text Example

White with #49757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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