#497275

Color #497275 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #497275

Tints of Ming #497275

Color information

#497275 (or 0x497275) is unknown color: approx Ming. HEX triplet: 49, 72 and 75. RGB value is (73,114,117). Sum of RGB (Red+Green+Blue) = 73+114+117=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #497275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497275 is #B68D8A. Grayscale: #666666. Windows color (decimal): -11963787 or 7696969. OLE color: 7696969.

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

Color convert

RGB73114117-
CMYK0.380.0300.54
HSL184.09º23.16%37.25%-
HSV(B)184.09º37.61%45.88%-
XYZ11.9814.7419.04-
YUV102.08136.42107.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=24.01%
G=37.5%
B=38.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731141170.380.0300.54184.0923.1637.25
Hex497275263036b81725
Octal1111621654630662702745
Binary1001001111001011101011001101101101101011100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497275; }

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

 H1.HeaderClassName
 {
   color: #497275;
 }
 .AnyTagClassName
 {
   color: #497275;
 }
</style>
background-color css

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

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

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

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

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

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