Html Css Color HEX #49767C Ming

📋 copy color: '#49767C'

red 73 ◦ green 118 ◦ blue 124

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

Shades of Ming #49767C

Tints of Ming #49767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 23.17%
G = 37.46%
B = 39.37%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49767C (or 0x49767C) is known color: Ming. HEX triplet: 49, 76 and 7C. RGB value is (73,118,124). Sum of RGB (Red+Green+Blue) = 73+118+124=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #49767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49767C is #B68983. Grayscale: #696969. Windows color (decimal): -11962756 or 8156745. OLE color: 8156745.

HSL color Cylindrical-coordinate representation of color #49767C: hue angle of 187.06º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49767C is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 118 124 -
CMYK 0.41 0.05 0 0.51
HSL 187.06º 0.26% 0.39% -
HSV(B) 187.06º 0.41% 0.49% -
XYZ 12.86 15.83 21.45 -
YUV 105.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 73 118 124 0.41 0.05 0 0.51 187.06 0.26 0.39
Hex 49 76 7C 29 5 0 33 BB 1A 27
Octal 111 166 174 51 5 0 63 273 32 47
Binary 1001001 1110110 1111100 101001 101 0 110011 10111011 11010 100111

Color Harmonies of #49767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49767C

Black with #49767C

Text Example


Text Example

White with #49767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49767C; }

 p { color: rgb(73,118,124); }

 H1.HeaderClassName
 {
   color: #49767C;
 }
 .AnyTagClassName
 {
   color: #49767C;
 }
</style>

background-color css

<style>
 a { background-color: #49767C; }

 a { background-color: rgb(73,118,124); }

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

border-color css

<style>
 span { border-color: #49767C; }

 span { border-color: rgb(73,118,124); }

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