Html Css Color HEX #497372 Ming

📋 copy color: '#497372'

red 73 ◦ green 115 ◦ blue 114

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

Shades of Ming #497372

Tints of Ming #497372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 24.17%
G = 38.08%
B = 37.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#497372 (or 0x497372) is known color: Ming. HEX triplet: 49, 73 and 72. RGB value is (73,115,114). Sum of RGB (Red+Green+Blue) = 73+115+114=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #497372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497372 is #B68C8D. Grayscale: #666666. Windows color (decimal): -11963534 or 7500617. OLE color: 7500617.

HSL color Cylindrical-coordinate representation of color #497372: hue angle of 178.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497372 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 114 -
CMYK 0.37 0 0.01 0.55
HSL 178.57º 0.22% 0.37% -
HSV(B) 178.57º 0.37% 0.45% -
XYZ 11.92 14.89 18.17 -
YUV 102.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 73 115 114 0.37 0 0.01 0.55 178.57 0.22 0.37
Hex 49 73 72 25 0 1 37 B3 16 25
Octal 111 163 162 45 0 1 67 263 26 45
Binary 1001001 1110011 1110010 100101 0 1 110111 10110011 10110 100101

Color Harmonies of #497372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497372

Black with #497372

Text Example


Text Example

White with #497372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497372; }

 p { color: rgb(73,115,114); }

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

background-color css

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

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

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

border-color css

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

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

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