#495660

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

Shades of Fiord #495660

Tints of Fiord #495660

Color information

#495660 (or 0x495660) is unknown color: approx Fiord. HEX triplet: 49, 56 and 60. RGB value is (73,86,96). Sum of RGB (Red+Green+Blue) = 73+86+96=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #495660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495660 is #B6A99F. Grayscale: #535353. Windows color (decimal): -11970976 or 6313545. OLE color: 6313545.

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

Color convert

RGB738696-
CMYK0.240.1000.62
HSL206.09º13.61%33.14%-
HSV(B)206.09º23.96%37.65%-
XYZ8.198.9212.36-
YUV83.25135.19120.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=28.63%
G=33.73%
B=37.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7386960.240.1000.62206.0913.6133.14
Hex49566018A03Ecee21
Octal11112614030120763161641
Binary1001001101011011000001100010100111110110011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495660; }

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

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

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

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

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

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

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

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