#496E5C

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

Shades of Como #496E5C

Tints of Como #496E5C

Color information

#496E5C (or 0x496E5C) is unknown color: approx Como. HEX triplet: 49, 6E and 5C. RGB value is (73,110,92). Sum of RGB (Red+Green+Blue) = 73+110+92=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #496E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496E5C is #B691A3. Grayscale: #606060. Windows color (decimal): -11964836 or 6057545. OLE color: 6057545.

HSL color Cylindrical-coordinate representation of color #496E5C: hue angle of 150.81º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496E5C is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB7311092-
CMYK0.3400.160.57
HSL150.81º20.22%35.88%-
HSV(B)150.81º33.64%43.14%-
XYZ10.2613.3412.16-
YUV96.88125.24110.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=26.55%
G=40%
B=33.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73110920.3400.160.57150.8120.2235.88
Hex496E5C2201039971424
Octal11115613442020712272444
Binary1001001110111010111001000100100001110011001011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496E5C; }

 p { color: rgb(73,110,92); }

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

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

 a { background-color: rgb(73,110,92); }

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

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

 span { border-color: rgb(73,110,92); }

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