#495B63

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

Shades of Fiord #495B63

Tints of Fiord #495B63

Color information

#495B63 (or 0x495B63) is unknown color: approx Fiord. HEX triplet: 49, 5B and 63. RGB value is (73,91,99). Sum of RGB (Red+Green+Blue) = 73+91+99=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #495B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B63 is #B6A49C. Grayscale: #565656. Windows color (decimal): -11969693 or 6511433. OLE color: 6511433.

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

Color convert

RGB739199-
CMYK0.260.0800.61
HSL198.46º15.12%33.73%-
HSV(B)198.46º26.26%38.82%-
XYZ8.749.813.24-
YUV86.53135.04118.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=27.76%
G=34.60%
B=37.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7391990.260.0800.61198.4615.1233.73
Hex495B631A803Dc6f22
Octal11113314332100753061742
Binary1001001101101111000111101010000111101110001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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