#497861

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

Shades of Como #497861

Tints of Como #497861

Color information

#497861 (or 0x497861) is unknown color: approx Como. HEX triplet: 49, 78 and 61. RGB value is (73,120,97). Sum of RGB (Red+Green+Blue) = 73+120+97=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #497861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497861 is #B6879E. Grayscale: #676767. Windows color (decimal): -11962271 or 6387785. OLE color: 6387785.

HSL color Cylindrical-coordinate representation of color #497861: hue angle of 150.64º 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 #497861 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB7312097-
CMYK0.3900.190.53
HSL150.64º24.35%37.84%-
HSV(B)150.64º39.17%47.06%-
XYZ11.6215.7113.73-
YUV103.32124.43106.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=25.17%
G=41.38%
B=33.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120970.3900.190.53150.6424.3537.84
Hex4978612701335971826
Octal11117014147023652273046
Binary1001001111100011000011001110100111101011001011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497861; }

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

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

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

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

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

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

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

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