#495563

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

Shades of Fiord #495563

Tints of Fiord #495563

Color information

#495563 (or 0x495563) is unknown color: approx Fiord. HEX triplet: 49, 55 and 63. RGB value is (73,85,99). Sum of RGB (Red+Green+Blue) = 73+85+99=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #495563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495563 is #B6AA9C. Grayscale: #525252. Windows color (decimal): -11971229 or 6509897. OLE color: 6509897.

HSL color Cylindrical-coordinate representation of color #495563: hue angle of 212.31º 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 #495563 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB738599-
CMYK0.260.1400.61
HSL212.31º15.12%33.73%-
HSV(B)212.31º26.26%38.82%-
XYZ8.258.8113.07-
YUV83.01137.02120.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=28.40%
G=33.07%
B=38.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7385990.260.1400.61212.3115.1233.73
Hex4955631AE03Dd4f22
Octal11112514332160753241742
Binary1001001101010111000111101011100111101110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495563; }

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

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

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

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

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

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

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

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