#497A5D

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

Shades of Como #497A5D

Tints of Como #497A5D

Color information

#497A5D (or 0x497A5D) is unknown color: approx Como. HEX triplet: 49, 7A and 5D. RGB value is (73,122,93). Sum of RGB (Red+Green+Blue) = 73+122+93=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #497A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A5D is #B685A2. Grayscale: #686868. Windows color (decimal): -11961763 or 6126153. OLE color: 6126153.

HSL color Cylindrical-coordinate representation of color #497A5D: hue angle of 144.49º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A5D is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB7312293-
CMYK0.4000.240.52
HSL144.49º25.13%38.24%-
HSV(B)144.49º40.16%47.84%-
XYZ11.6816.1312.85-
YUV104.04121.77105.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=25.35%
G=42.36%
B=32.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122930.4000.240.52144.4925.1338.24
Hex497A5D2801834901926
Octal11117213550030642203146
Binary1001001111101010111011010000110001101001001000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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