#495F60

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

Shades of River Bed #495F60

Tints of River Bed #495F60

Color information

#495F60 (or 0x495F60) is unknown color: approx River Bed. HEX triplet: 49, 5F and 60. RGB value is (73,95,96). Sum of RGB (Red+Green+Blue) = 73+95+96=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #495F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F60 is #B6A09F. Grayscale: #585858. Windows color (decimal): -11968672 or 6315849. OLE color: 6315849.

HSL color Cylindrical-coordinate representation of color #495F60: hue angle of 182.61º 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 #495F60 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB739596-
CMYK0.240.0100.62
HSL182.61º13.61%33.14%-
HSV(B)182.61º23.96%37.65%-
XYZ8.9510.4512.61-
YUV88.54132.21116.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=27.65%
G=35.98%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7395960.240.0100.62182.6113.6133.14
Hex495F6018103Eb7e21
Octal1111371403010762671641
Binary1001001101111111000001100010111110101101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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