Html Css Color HEX #497071 Ming

📋 copy color: '#497071'

red 73 ◦ green 112 ◦ blue 113

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

Shades of Ming #497071

Tints of Ming #497071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 24.5%
G = 37.58%
B = 37.92%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#497071 (or 0x497071) is known color: Ming. HEX triplet: 49, 70 and 71. RGB value is (73,112,113). Sum of RGB (Red+Green+Blue) = 73+112+113=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #497071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497071 is #B68F8E. Grayscale: #646464. Windows color (decimal): -11964303 or 7434313. OLE color: 7434313.

HSL color Cylindrical-coordinate representation of color #497071: hue angle of 181.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497071 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 113 -
CMYK 0.35 0.01 0 0.56
HSL 181.5º 0.22% 0.36% -
HSV(B) 181.5º 0.35% 0.44% -
XYZ 11.52 14.2 17.76 -
YUV 100.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 73 112 113 0.35 0.01 0 0.56 181.5 0.22 0.36
Hex 49 70 71 23 1 0 38 B6 16 24
Octal 111 160 161 43 1 0 70 266 26 44
Binary 1001001 1110000 1110001 100011 1 0 111000 10110110 10110 100100

Color Harmonies of #497071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497071

Black with #497071

Text Example


Text Example

White with #497071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497071; }

 p { color: rgb(73,112,113); }

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

background-color css

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

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

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

border-color css

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

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

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