Html Css Color HEX #497676 Ming

📋 copy color: '#497676'

red 73 ◦ green 118 ◦ blue 118

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

Shades of Ming #497676

Tints of Ming #497676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 23.62%
G = 38.19%
B = 38.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#497676 (or 0x497676) is known color: Ming. HEX triplet: 49, 76 and 76. RGB value is (73,118,118). Sum of RGB (Red+Green+Blue) = 73+118+118=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #497676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497676 is #B68989. Grayscale: #686868. Windows color (decimal): -11962762 or 7763529. OLE color: 7763529.

HSL color Cylindrical-coordinate representation of color #497676: hue angle of 180º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497676 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 118 -
CMYK 0.38 0 0 0.54
HSL 180º 0.24% 0.37% -
HSV(B) 180º 0.38% 0.46% -
XYZ 12.5 15.68 19.51 -
YUV 104.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 73 118 118 0.38 0 0 0.54 180 0.24 0.37
Hex 49 76 76 26 0 0 36 B4 18 25
Octal 111 166 166 46 0 0 66 264 30 45
Binary 1001001 1110110 1110110 100110 0 0 110110 10110100 11000 100101

Color Harmonies of #497676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497676

Black with #497676

Text Example


Text Example

White with #497676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497676; }

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

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

background-color css

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

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

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

border-color css

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

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

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