Html Css Color HEX #497574 Ming

📋 copy color: '#497574'

red 73 ◦ green 117 ◦ blue 116

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

Shades of Ming #497574

Tints of Ming #497574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 23.86%
G = 38.24%
B = 37.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#497574 (or 0x497574) is known color: Ming. HEX triplet: 49, 75 and 74. RGB value is (73,117,116). Sum of RGB (Red+Green+Blue) = 73+117+116=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #497574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497574 is #B68A8B. Grayscale: #676767. Windows color (decimal): -11963020 or 7632201. OLE color: 7632201.

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

Color convert

RGB 73 117 116 -
CMYK 0.38 0 0.01 0.54
HSL 178.64º 0.23% 0.37% -
HSV(B) 178.64º 0.38% 0.46% -
XYZ 12.26 15.4 18.85 -
YUV 103.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 73 117 116 0.38 0 0.01 0.54 178.64 0.23 0.37
Hex 49 75 74 26 0 1 36 B3 17 25
Octal 111 165 164 46 0 1 66 263 27 45
Binary 1001001 1110101 1110100 100110 0 1 110110 10110011 10111 100101

Color Harmonies of #497574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497574

Black with #497574

Text Example


Text Example

White with #497574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497574; }

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

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

background-color css

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

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

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

border-color css

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

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

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