#497460

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

Shades of Como #497460

Tints of Como #497460

Color information

#497460 (or 0x497460) is unknown color: approx Como. HEX triplet: 49, 74 and 60. RGB value is (73,116,96). Sum of RGB (Red+Green+Blue) = 73+116+96=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #497460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497460 is #B68B9F. Grayscale: #646464. Windows color (decimal): -11963296 or 6321225. OLE color: 6321225.

HSL color Cylindrical-coordinate representation of color #497460: hue angle of 152.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497460 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB7311696-
CMYK0.3700.170.55
HSL152.09º22.75%37.06%-
HSV(B)152.09º37.07%45.49%-
XYZ11.114.7513.33-
YUV100.86125.25108.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=25.61%
G=40.70%
B=33.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116960.3700.170.55152.0922.7537.06
Hex4974602501137981725
Octal11116414045021672302745
Binary1001001111010011000001001010100011101111001100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497460; }

 p { color: rgb(73,116,96); }

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

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

 a { background-color: rgb(73,116,96); }

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

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

 span { border-color: rgb(73,116,96); }

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