#497A7B

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

Shades of Ming #497A7B

Tints of Ming #497A7B

Color information

#497A7B (or 0x497A7B) is unknown color: approx Ming. HEX triplet: 49, 7A and 7B. RGB value is (73,122,123). Sum of RGB (Red+Green+Blue) = 73+122+123=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #497A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A7B is #B68584. Grayscale: #6B6B6B. Windows color (decimal): -11961733 or 8092233. OLE color: 8092233.

HSL color Cylindrical-coordinate representation of color #497A7B: hue angle of 181.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497A7B is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB73122123-
CMYK0.410.0100.52
HSL181.2º25.51%38.43%-
HSV(B)181.2º40.65%48.24%-
XYZ13.2816.7721.27-
YUV107.46136.77103.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=22.96%
G=38.36%
B=38.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731221230.410.0100.52181.225.5138.43
Hex497A7B291034b51a26
Octal1111721735110642653246
Binary100100111110101111011101001101101001011010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497A7B; }

 p { color: rgb(73,122,123); }

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

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

 a { background-color: rgb(73,122,123); }

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

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

 span { border-color: rgb(73,122,123); }

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