Html Css Color HEX #497171 Ming

📋 copy color: '#497171'

red 73 ◦ green 113 ◦ blue 113

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

Shades of Ming #497171

Tints of Ming #497171

RGB

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

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

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

R = 24.41%
G = 37.79%
B = 37.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#497171 (or 0x497171) is known color: Ming. HEX triplet: 49, 71 and 71. RGB value is (73,113,113). Sum of RGB (Red+Green+Blue) = 73+113+113=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #497171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497171 is #B68E8E. Grayscale: #656565. Windows color (decimal): -11964047 or 7434569. OLE color: 7434569.

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

Color convert

RGB 73 113 113 -
CMYK 0.35 0 0 0.56
HSL 180º 0.22% 0.36% -
HSV(B) 180º 0.35% 0.44% -
XYZ 11.63 14.42 17.79 -
YUV 101.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 73 113 113 0.35 0 0 0.56 180 0.22 0.36
Hex 49 71 71 23 0 0 38 B4 16 24
Octal 111 161 161 43 0 0 70 264 26 44
Binary 1001001 1110001 1110001 100011 0 0 111000 10110100 10110 100100

Color Harmonies of #497171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497171

Black with #497171

Text Example


Text Example

White with #497171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497171; }

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

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

background-color css

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

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

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

border-color css

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

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

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