#495967

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

Shades of Fiord #495967

Tints of Fiord #495967

Color information

#495967 (or 0x495967) is unknown color: approx Fiord. HEX triplet: 49, 59 and 67. RGB value is (73,89,103). Sum of RGB (Red+Green+Blue) = 73+89+103=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #495967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495967 is #B6A698. Grayscale: #555555. Windows color (decimal): -11970201 or 6773065. OLE color: 6773065.

HSL color Cylindrical-coordinate representation of color #495967: hue angle of 208º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495967 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7389103-
CMYK0.290.1400.60
HSL208º17.05%34.51%-
HSV(B)208º29.13%40.39%-
XYZ8.779.5414.21-
YUV85.81137.7118.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=27.55%
G=33.58%
B=38.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73891030.290.1400.6020817.0534.51
Hex4959671DE03Cd01123
Octal11113114735160743202143
Binary10010011011001110011111101111001111001101000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495967; }

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

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

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

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

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

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

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

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