#495961

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

Shades of Fiord #495961

Tints of Fiord #495961

Color information

#495961 (or 0x495961) is unknown color: approx Fiord. HEX triplet: 49, 59 and 61. RGB value is (73,89,97). Sum of RGB (Red+Green+Blue) = 73+89+97=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #495961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495961 is #B6A69E. Grayscale: #555555. Windows color (decimal): -11970207 or 6379849. OLE color: 6379849.

HSL color Cylindrical-coordinate representation of color #495961: hue angle of 200º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495961 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB738997-
CMYK0.250.0800.62
HSL200º14.12%33.33%-
HSV(B)200º24.74%38.04%-
XYZ8.489.4212.68-
YUV85.13134.7119.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=28.19%
G=34.36%
B=37.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7389970.250.0800.6220014.1233.33
Hex49596119803Ec8e21
Octal11113114131100763101641
Binary1001001101100111000011100110000111110110010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495961; }

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

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

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

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

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

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

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

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