#495960

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

Shades of Fiord #495960

Tints of Fiord #495960

Color information

#495960 (or 0x495960) is unknown color: approx Fiord. HEX triplet: 49, 59 and 60. RGB value is (73,89,96). Sum of RGB (Red+Green+Blue) = 73+89+96=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #495960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495960 is #B6A69F. Grayscale: #545454. Windows color (decimal): -11970208 or 6314313. OLE color: 6314313.

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

Color convert

RGB738996-
CMYK0.240.0700.62
HSL198.26º13.61%33.14%-
HSV(B)198.26º23.96%37.65%-
XYZ8.439.4112.44-
YUV85.01134.2119.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=28.29%
G=34.50%
B=37.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7389960.240.0700.62198.2613.6133.14
Hex49596018703Ec6e21
Octal1111311403070763061641
Binary100100110110011100000110001110111110110001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495960; }

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

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

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

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

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

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

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

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