#497562

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

Shades of Como #497562

Tints of Como #497562

Color information

#497562 (or 0x497562) is unknown color: approx Como. HEX triplet: 49, 75 and 62. RGB value is (73,117,98). Sum of RGB (Red+Green+Blue) = 73+117+98=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #497562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497562 is #B68A9D. Grayscale: #656565. Windows color (decimal): -11963038 or 6452553. OLE color: 6452553.

HSL color Cylindrical-coordinate representation of color #497562: hue angle of 154.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 #497562 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB7311798-
CMYK0.3800.160.54
HSL154.09º23.16%37.25%-
HSV(B)154.09º37.61%45.88%-
XYZ11.3115.0213.86-
YUV101.68125.92107.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=25.35%
G=40.62%
B=34.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117980.3800.160.54154.0923.1637.25
Hex49756226010369a1725
Octal11116514246020662322745
Binary1001001111010111000101001100100001101101001101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497562; }

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

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

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

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

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

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

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

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