Html Css Color HEX #49767A Ming

📋 copy color: '#49767A'

red 73 ◦ green 118 ◦ blue 122

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

Shades of Ming #49767A

Tints of Ming #49767A

RGB

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

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

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

R = 23.32%
G = 37.7%
B = 38.98%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49767A (or 0x49767A) is known color: Ming. HEX triplet: 49, 76 and 7A. RGB value is (73,118,122). Sum of RGB (Red+Green+Blue) = 73+118+122=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #49767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49767A is #B68985. Grayscale: #686868. Windows color (decimal): -11962758 or 8025673. OLE color: 8025673.

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

Color convert

RGB 73 118 122 -
CMYK 0.40 0.03 0 0.52
HSL 184.9º 0.25% 0.38% -
HSV(B) 184.9º 0.4% 0.48% -
XYZ 12.74 15.78 20.79 -
YUV 105 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 73 118 122 0.40 0.03 0 0.52 184.9 0.25 0.38
Hex 49 76 7A 28 3 0 34 B9 19 26
Octal 111 166 172 50 3 0 64 271 31 46
Binary 1001001 1110110 1111010 101000 11 0 110100 10111001 11001 100110

Color Harmonies of #49767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49767A

Black with #49767A

Text Example


Text Example

White with #49767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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