Html Css Color HEX #497072 Ming

📋 copy color: '#497072'

red 73 ◦ green 112 ◦ blue 114

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

Shades of Ming #497072

Tints of Ming #497072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 24.41%
G = 37.46%
B = 38.13%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#497072 (or 0x497072) is known color: Ming. HEX triplet: 49, 70 and 72. RGB value is (73,112,114). Sum of RGB (Red+Green+Blue) = 73+112+114=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #497072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497072 is #B68F8D. Grayscale: #646464. Windows color (decimal): -11964302 or 7499849. OLE color: 7499849.

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

Color convert

RGB 73 112 114 -
CMYK 0.36 0.02 0 0.55
HSL 182.93º 0.22% 0.37% -
HSV(B) 182.93º 0.36% 0.45% -
XYZ 11.58 14.22 18.05 -
YUV 100.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 73 112 114 0.36 0.02 0 0.55 182.93 0.22 0.37
Hex 49 70 72 24 2 0 37 B7 16 25
Octal 111 160 162 44 2 0 67 267 26 45
Binary 1001001 1110000 1110010 100100 10 0 110111 10110111 10110 100101

Color Harmonies of #497072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497072

Black with #497072

Text Example


Text Example

White with #497072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497072; }

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

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

background-color css

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

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

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

border-color css

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

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

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