Html Css Color HEX #497276 Ming

📋 copy color: '#497276'

red 73 ◦ green 114 ◦ blue 118

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

Shades of Ming #497276

Tints of Ming #497276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 23.93%
G = 37.38%
B = 38.69%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#497276 (or 0x497276) is known color: Ming. HEX triplet: 49, 72 and 76. RGB value is (73,114,118). Sum of RGB (Red+Green+Blue) = 73+114+118=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #497276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497276 is #B68D89. Grayscale: #666666. Windows color (decimal): -11963786 or 7762505. OLE color: 7762505.

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

Color convert

RGB 73 114 118 -
CMYK 0.38 0.03 0 0.54
HSL 185.33º 0.24% 0.37% -
HSV(B) 185.33º 0.38% 0.46% -
XYZ 12.03 14.76 19.35 -
YUV 102.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 73 114 118 0.38 0.03 0 0.54 185.33 0.24 0.37
Hex 49 72 76 26 3 0 36 B9 18 25
Octal 111 162 166 46 3 0 66 271 30 45
Binary 1001001 1110010 1110110 100110 11 0 110110 10111001 11000 100101

Color Harmonies of #497276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497276

Black with #497276

Text Example


Text Example

White with #497276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497276; }

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

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

background-color css

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

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

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

border-color css

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

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

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