Html Css Color HEX #497172 Ming

📋 copy color: '#497172'

red 73 ◦ green 113 ◦ blue 114

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

Shades of Ming #497172

Tints of Ming #497172

RGB

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

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

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

R = 24.33%
G = 37.67%
B = 38%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#497172 (or 0x497172) is known color: Ming. HEX triplet: 49, 71 and 72. RGB value is (73,113,114). Sum of RGB (Red+Green+Blue) = 73+113+114=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #497172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497172 is #B68E8D. Grayscale: #656565. Windows color (decimal): -11964046 or 7500105. OLE color: 7500105.

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

Color convert

RGB 73 113 114 -
CMYK 0.36 0.01 0 0.55
HSL 181.46º 0.22% 0.37% -
HSV(B) 181.46º 0.36% 0.45% -
XYZ 11.69 14.44 18.09 -
YUV 101.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 73 113 114 0.36 0.01 0 0.55 181.46 0.22 0.37
Hex 49 71 72 24 1 0 37 B5 16 25
Octal 111 161 162 44 1 0 67 265 26 45
Binary 1001001 1110001 1110010 100100 1 0 110111 10110101 10110 100101

Color Harmonies of #497172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497172

Black with #497172

Text Example


Text Example

White with #497172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497172; }

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

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

background-color css

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

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

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

border-color css

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

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

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