#495964

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

Shades of Fiord #495964

Tints of Fiord #495964

Color information

#495964 (or 0x495964) is unknown color: approx Fiord. HEX triplet: 49, 59 and 64. RGB value is (73,89,100). Sum of RGB (Red+Green+Blue) = 73+89+100=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 100 - color contains mainly: blue. Hex color #495964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495964 is #B6A69B. Grayscale: #555555. Windows color (decimal): -11970204 or 6576457. OLE color: 6576457.

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

Color convert

RGB7389100-
CMYK0.270.1100.61
HSL204.44º15.61%33.92%-
HSV(B)204.44º27%39.22%-
XYZ8.629.4813.43-
YUV85.47136.2119.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=27.86%
G=33.97%
B=38.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73891000.270.1100.61204.4415.6133.92
Hex4959641BB03Dcc1022
Octal11113114433130753142042
Binary10010011011001110010011011101101111011100110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495964; }

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

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

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

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

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

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

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

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