Html Css Color HEX #497076 Ming

📋 copy color: '#497076'

red 73 ◦ green 112 ◦ blue 118

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

Shades of Ming #497076

Tints of Ming #497076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 24.09%
G = 36.96%
B = 38.94%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#497076 (or 0x497076) is known color: Ming. HEX triplet: 49, 70 and 76. RGB value is (73,112,118). Sum of RGB (Red+Green+Blue) = 73+112+118=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #497076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497076 is #B68F89. Grayscale: #646464. Windows color (decimal): -11964298 or 7761993. OLE color: 7761993.

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

Color convert

RGB 73 112 118 -
CMYK 0.38 0.05 0 0.54
HSL 188º 0.24% 0.37% -
HSV(B) 188º 0.38% 0.46% -
XYZ 11.81 14.31 19.28 -
YUV 101.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 73 112 118 0.38 0.05 0 0.54 188 0.24 0.37
Hex 49 70 76 26 5 0 36 BC 18 25
Octal 111 160 166 46 5 0 66 274 30 45
Binary 1001001 1110000 1110110 100110 101 0 110110 10111100 11000 100101

Color Harmonies of #497076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497076

Black with #497076

Text Example


Text Example

White with #497076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497076; }

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

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

background-color css

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

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

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

border-color css

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

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

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