Html Css Color HEX #497473 Ming

📋 copy color: '#497473'

red 73 ◦ green 116 ◦ blue 115

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

Shades of Ming #497473

Tints of Ming #497473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 24.01%
G = 38.16%
B = 37.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#497473 (or 0x497473) is known color: Ming. HEX triplet: 49, 74 and 73. RGB value is (73,116,115). Sum of RGB (Red+Green+Blue) = 73+116+115=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #497473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497473 is #B68B8C. Grayscale: #666666. Windows color (decimal): -11963277 or 7566409. OLE color: 7566409.

HSL color Cylindrical-coordinate representation of color #497473: hue angle of 178.6º 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 #497473 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 115 -
CMYK 0.37 0 0.01 0.55
HSL 178.6º 0.23% 0.37% -
HSV(B) 178.6º 0.37% 0.45% -
XYZ 12.09 15.15 18.51 -
YUV 103.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 73 116 115 0.37 0 0.01 0.55 178.6 0.23 0.37
Hex 49 74 73 25 0 1 37 B3 17 25
Octal 111 164 163 45 0 1 67 263 27 45
Binary 1001001 1110100 1110011 100101 0 1 110111 10110011 10111 100101

Color Harmonies of #497473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497473

Black with #497473

Text Example


Text Example

White with #497473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497473; }

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

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

background-color css

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

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

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

border-color css

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

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

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