#495A64

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

Shades of Fiord #495A64

Tints of Fiord #495A64

Color information

#495A64 (or 0x495A64) is unknown color: approx Fiord. HEX triplet: 49, 5A and 64. RGB value is (73,90,100). Sum of RGB (Red+Green+Blue) = 73+90+100=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 100 - color contains mainly: blue. Hex color #495A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A64 is #B6A59B. Grayscale: #565656. Windows color (decimal): -11969948 or 6576713. OLE color: 6576713.

HSL color Cylindrical-coordinate representation of color #495A64: hue angle of 202.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495A64 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7390100-
CMYK0.270.1000.61
HSL202.22º15.61%33.92%-
HSV(B)202.22º27%39.22%-
XYZ8.79.6513.46-
YUV86.06135.87118.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=27.76%
G=34.22%
B=38.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73901000.270.1000.61202.2215.6133.92
Hex495A641BA03Dca1022
Octal11113214433120753122042
Binary10010011011010110010011011101001111011100101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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