Html Css Color HEX #497170 Ming

📋 copy color: '#497170'

red 73 ◦ green 113 ◦ blue 112

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

Shades of Ming #497170

Tints of Ming #497170

RGB

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

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

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

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

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #497170: hue angle of 178.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 #497170 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 112 -
CMYK 0.35 0 0.01 0.56
HSL 178.5º 0.22% 0.36% -
HSV(B) 178.5º 0.35% 0.44% -
XYZ 11.58 14.4 17.5 -
YUV 100.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 73 113 112 0.35 0 0.01 0.56 178.5 0.22 0.36
Hex 49 71 70 23 0 1 38 B2 16 24
Octal 111 161 160 43 0 1 70 262 26 44
Binary 1001001 1110001 1110000 100011 0 1 111000 10110010 10110 100100

Color Harmonies of #497170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497170

Black with #497170

Text Example


Text Example

White with #497170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497170; }

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

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

background-color css

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

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

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

border-color css

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

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

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