#495A63

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

Shades of Fiord #495A63

Tints of Fiord #495A63

Color information

#495A63 (or 0x495A63) is unknown color: approx Fiord. HEX triplet: 49, 5A and 63. RGB value is (73,90,99). Sum of RGB (Red+Green+Blue) = 73+90+99=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #495A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A63 is #B6A59C. Grayscale: #555555. Windows color (decimal): -11969949 or 6511177. OLE color: 6511177.

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

Color convert

RGB739099-
CMYK0.260.0900.61
HSL200.77º15.12%33.73%-
HSV(B)200.77º26.26%38.82%-
XYZ8.669.6313.21-
YUV85.94135.37118.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=27.86%
G=34.35%
B=37.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7390990.260.0900.61200.7715.1233.73
Hex495A631A903Dc9f22
Octal11113214332110753111742
Binary1001001101101011000111101010010111101110010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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