Html Css Color HEX #49797B Ming

📋 copy color: '#49797B'

red 73 ◦ green 121 ◦ blue 123

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

Shades of Ming #49797B

Tints of Ming #49797B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 23.03%
G = 38.17%
B = 38.8%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49797B (or 0x49797B) is known color: Ming. HEX triplet: 49, 79 and 7B. RGB value is (73,121,123). Sum of RGB (Red+Green+Blue) = 73+121+123=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #49797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49797B is #B68684. Grayscale: #6A6A6A. Windows color (decimal): -11961989 or 8091977. OLE color: 8091977.

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

Color convert

RGB 73 121 123 -
CMYK 0.41 0.02 0 0.52
HSL 182.4º 0.26% 0.38% -
HSV(B) 182.4º 0.41% 0.48% -
XYZ 13.16 16.52 21.23 -
YUV 106.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 73 121 123 0.41 0.02 0 0.52 182.4 0.26 0.38
Hex 49 79 7B 29 2 0 34 B6 1A 26
Octal 111 171 173 51 2 0 64 266 32 46
Binary 1001001 1111001 1111011 101001 10 0 110100 10110110 11010 100110

Color Harmonies of #49797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49797B

Black with #49797B

Text Example


Text Example

White with #49797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49797B; }

 p { color: rgb(73,121,123); }

 H1.HeaderClassName
 {
   color: #49797B;
 }
 .AnyTagClassName
 {
   color: #49797B;
 }
</style>

background-color css

<style>
 a { background-color: #49797B; }

 a { background-color: rgb(73,121,123); }

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

border-color css

<style>
 span { border-color: #49797B; }

 span { border-color: rgb(73,121,123); }

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