Html Css Color HEX #497175 Ming

📋 copy color: '#497175'

red 73 ◦ green 113 ◦ blue 117

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

Shades of Ming #497175

Tints of Ming #497175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 24.09%
G = 37.29%
B = 38.61%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#497175 (or 0x497175) is known color: Ming. HEX triplet: 49, 71 and 75. RGB value is (73,113,117). Sum of RGB (Red+Green+Blue) = 73+113+117=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #497175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497175 is #B68E8A. Grayscale: #656565. Windows color (decimal): -11964043 or 7696713. OLE color: 7696713.

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

Color convert

RGB 73 113 117 -
CMYK 0.38 0.03 0 0.54
HSL 185.45º 0.23% 0.37% -
HSV(B) 185.45º 0.38% 0.46% -
XYZ 11.86 14.51 19.01 -
YUV 101.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 73 113 117 0.38 0.03 0 0.54 185.45 0.23 0.37
Hex 49 71 75 26 3 0 36 B9 17 25
Octal 111 161 165 46 3 0 66 271 27 45
Binary 1001001 1110001 1110101 100110 11 0 110110 10111001 10111 100101

Color Harmonies of #497175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497175

Black with #497175

Text Example


Text Example

White with #497175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497175; }

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

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

background-color css

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

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

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

border-color css

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

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

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