#495F5F

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

Shades of River Bed #495F5F

Tints of River Bed #495F5F

Color information

#495F5F (or 0x495F5F) is unknown color: approx River Bed. HEX triplet: 49, 5F and 5F. RGB value is (73,95,95). Sum of RGB (Red+Green+Blue) = 73+95+95=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #495F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F5F is #B6A0A0. Grayscale: #585858. Windows color (decimal): -11968673 or 6250313. OLE color: 6250313.

HSL color Cylindrical-coordinate representation of color #495F5F: hue angle of 180º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F5F is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB739595-
CMYK0.23000.63
HSL180º13.1%32.94%-
HSV(B)180º23.16%37.25%-
XYZ8.9110.4312.37-
YUV88.42131.71117-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=27.76%
G=36.12%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395950.23000.6318013.132.94
Hex495F5F17003Fb4d21
Octal1111371372700772641541
Binary1001001101111110111111011100111111101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495F5F; }

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

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

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

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

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

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

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

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