#497862

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

Shades of Como #497862

Tints of Como #497862

Color information

#497862 (or 0x497862) is unknown color: approx Como. HEX triplet: 49, 78 and 62. RGB value is (73,120,98). Sum of RGB (Red+Green+Blue) = 73+120+98=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #497862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497862 is #B6879D. Grayscale: #676767. Windows color (decimal): -11962270 or 6453321. OLE color: 6453321.

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

Color convert

RGB7312098-
CMYK0.3900.180.53
HSL151.91º24.35%37.84%-
HSV(B)151.91º39.17%47.06%-
XYZ11.6715.7313.98-
YUV103.44124.93106.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=25.09%
G=41.24%
B=33.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120980.3900.180.53151.9124.3537.84
Hex4978622701235981826
Octal11117014247022652303046
Binary1001001111100011000101001110100101101011001100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497862; }

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

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

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

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

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

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

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

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