#496261

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

Shades of River Bed #496261

Tints of River Bed #496261

Color information

#496261 (or 0x496261) is unknown color: approx River Bed. HEX triplet: 49, 62 and 61. RGB value is (73,98,97). Sum of RGB (Red+Green+Blue) = 73+98+97=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #496261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496261 is #B69D9E. Grayscale: #5A5A5A. Windows color (decimal): -11967903 or 6382153. OLE color: 6382153.

HSL color Cylindrical-coordinate representation of color #496261: hue angle of 177.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496261 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB739897-
CMYK0.2600.010.62
HSL177.6º14.62%33.53%-
HSV(B)177.6º25.51%38.43%-
XYZ9.2711.0112.95-
YUV90.41131.72115.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=27.24%
G=36.57%
B=36.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398970.2600.010.62177.614.6233.53
Hex4962611A013Eb2f22
Octal1111421413201762621742
Binary1001001110001011000011101001111110101100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496261; }

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

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

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

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

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

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

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

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