Html Css Color HEX #497074 Ming

📋 copy color: '#497074'

red 73 ◦ green 112 ◦ blue 116

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

Shades of Ming #497074

Tints of Ming #497074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 24.25%
G = 37.21%
B = 38.54%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#497074 (or 0x497074) is known color: Ming. HEX triplet: 49, 70 and 74. RGB value is (73,112,116). Sum of RGB (Red+Green+Blue) = 73+112+116=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #497074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497074 is #B68F8B. Grayscale: #646464. Windows color (decimal): -11964300 or 7630921. OLE color: 7630921.

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

Color convert

RGB 73 112 116 -
CMYK 0.37 0.03 0 0.55
HSL 185.58º 0.23% 0.37% -
HSV(B) 185.58º 0.37% 0.45% -
XYZ 11.69 14.27 18.66 -
YUV 100.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 73 112 116 0.37 0.03 0 0.55 185.58 0.23 0.37
Hex 49 70 74 25 3 0 37 BA 17 25
Octal 111 160 164 45 3 0 67 272 27 45
Binary 1001001 1110000 1110100 100101 11 0 110111 10111010 10111 100101

Color Harmonies of #497074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497074

Black with #497074

Text Example


Text Example

White with #497074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497074; }

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

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

background-color css

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

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

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

border-color css

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

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

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