#497462

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

Shades of Como #497462

Tints of Como #497462

Color information

#497462 (or 0x497462) is unknown color: approx Como. HEX triplet: 49, 74 and 62. RGB value is (73,116,98). Sum of RGB (Red+Green+Blue) = 73+116+98=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #497462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497462 is #B68B9D. Grayscale: #656565. Windows color (decimal): -11963294 or 6452297. OLE color: 6452297.

HSL color Cylindrical-coordinate representation of color #497462: hue angle of 154.88º 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 #497462 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB7311698-
CMYK0.3700.160.55
HSL154.88º22.75%37.06%-
HSV(B)154.88º37.07%45.49%-
XYZ11.214.7913.82-
YUV101.09126.25107.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=25.44%
G=40.42%
B=34.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116980.3700.160.55154.8822.7537.06
Hex49746225010379b1725
Octal11116414245020672332745
Binary1001001111010011000101001010100001101111001101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497462; }

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

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

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

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

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

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

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

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