Html Css Color HEX #497075 Ming

📋 copy color: '#497075'

red 73 ◦ green 112 ◦ blue 117

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

Shades of Ming #497075

Tints of Ming #497075

RGB

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

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

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

R = 24.17%
G = 37.09%
B = 38.74%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#497075 (or 0x497075) is known color: Ming. HEX triplet: 49, 70 and 75. RGB value is (73,112,117). Sum of RGB (Red+Green+Blue) = 73+112+117=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #497075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497075 is #B68F8A. Grayscale: #646464. Windows color (decimal): -11964299 or 7696457. OLE color: 7696457.

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

Color convert

RGB 73 112 117 -
CMYK 0.38 0.04 0 0.54
HSL 186.82º 0.23% 0.37% -
HSV(B) 186.82º 0.38% 0.46% -
XYZ 11.75 14.29 18.97 -
YUV 100.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 73 112 117 0.38 0.04 0 0.54 186.82 0.23 0.37
Hex 49 70 75 26 4 0 36 BB 17 25
Octal 111 160 165 46 4 0 66 273 27 45
Binary 1001001 1110000 1110101 100110 100 0 110110 10111011 10111 100101

Color Harmonies of #497075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497075

Black with #497075

Text Example


Text Example

White with #497075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497075; }

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

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

background-color css

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

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

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

border-color css

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

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

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