Html Css Color HEX #497576 Ming

📋 copy color: '#497576'

red 73 ◦ green 117 ◦ blue 118

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

Shades of Ming #497576

Tints of Ming #497576

RGB

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

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

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

R = 23.7%
G = 37.99%
B = 38.31%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#497576 (or 0x497576) is known color: Ming. HEX triplet: 49, 75 and 76. RGB value is (73,117,118). Sum of RGB (Red+Green+Blue) = 73+117+118=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #497576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497576 is #B68A89. Grayscale: #676767. Windows color (decimal): -11963018 or 7763273. OLE color: 7763273.

HSL color Cylindrical-coordinate representation of color #497576: hue angle of 181.33º 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 #497576 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 118 -
CMYK 0.38 0.01 0 0.54
HSL 181.33º 0.24% 0.37% -
HSV(B) 181.33º 0.38% 0.46% -
XYZ 12.38 15.45 19.47 -
YUV 103.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 73 117 118 0.38 0.01 0 0.54 181.33 0.24 0.37
Hex 49 75 76 26 1 0 36 B5 18 25
Octal 111 165 166 46 1 0 66 265 30 45
Binary 1001001 1110101 1110110 100110 1 0 110110 10110101 11000 100101

Color Harmonies of #497576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497576

Black with #497576

Text Example


Text Example

White with #497576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497576; }

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

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

background-color css

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

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

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

border-color css

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

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

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