#496060

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

Shades of River Bed #496060

Tints of River Bed #496060

Color information

#496060 (or 0x496060) is unknown color: approx River Bed. HEX triplet: 49, 60 and 60. RGB value is (73,96,96). Sum of RGB (Red+Green+Blue) = 73+96+96=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #496060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496060 is #B69F9F. Grayscale: #595959. Windows color (decimal): -11968416 or 6316105. OLE color: 6316105.

HSL color Cylindrical-coordinate representation of color #496060: hue angle of 180º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #496060 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB739696-
CMYK0.24000.62
HSL180º13.61%33.14%-
HSV(B)180º23.96%37.65%-
XYZ9.0410.6312.64-
YUV89.12131.88116.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=27.55%
G=36.23%
B=36.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396960.24000.6218013.6133.14
Hex49606018003Eb4e21
Octal1111401403000762641641
Binary1001001110000011000001100000111110101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496060; }

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

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

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

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

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

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

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

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