#497860

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

Shades of Como #497860

Tints of Como #497860

Color information

#497860 (or 0x497860) is unknown color: approx Como. HEX triplet: 49, 78 and 60. RGB value is (73,120,96). Sum of RGB (Red+Green+Blue) = 73+120+96=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #497860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497860 is #B6879F. Grayscale: #676767. Windows color (decimal): -11962272 or 6322249. OLE color: 6322249.

HSL color Cylindrical-coordinate representation of color #497860: hue angle of 149.36º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497860 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB7312096-
CMYK0.3900.20.53
HSL149.36º24.35%37.84%-
HSV(B)149.36º39.17%47.06%-
XYZ11.5815.6913.49-
YUV103.21123.93106.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=25.26%
G=41.52%
B=33.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120960.3900.20.53149.3624.3537.84
Hex4978602701435951826
Octal11117014047024652253046
Binary1001001111100011000001001110101001101011001010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497860; }

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

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

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

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

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

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

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

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