#495763

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

Shades of Fiord #495763

Tints of Fiord #495763

Color information

#495763 (or 0x495763) is unknown color: approx Fiord. HEX triplet: 49, 57 and 63. RGB value is (73,87,99). Sum of RGB (Red+Green+Blue) = 73+87+99=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #495763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495763 is #B6A89C. Grayscale: #545454. Windows color (decimal): -11970717 or 6510409. OLE color: 6510409.

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

Color convert

RGB738799-
CMYK0.260.1200.61
HSL207.69º15.12%33.73%-
HSV(B)207.69º26.26%38.82%-
XYZ8.419.1313.12-
YUV84.18136.36120.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=28.19%
G=33.59%
B=38.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7387990.260.1200.61207.6915.1233.73
Hex4957631AC03Dd0f22
Octal11112714332140753201742
Binary1001001101011111000111101011000111101110100001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495763; }

 p { color: rgb(73,87,99); }

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

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

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

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

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

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

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