#495661

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

Shades of Fiord #495661

Tints of Fiord #495661

Color information

#495661 (or 0x495661) is unknown color: approx Fiord. HEX triplet: 49, 56 and 61. RGB value is (73,86,97). Sum of RGB (Red+Green+Blue) = 73+86+97=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #495661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495661 is #B6A99E. Grayscale: #535353. Windows color (decimal): -11970975 or 6379081. OLE color: 6379081.

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

Color convert

RGB738697-
CMYK0.250.1100.62
HSL207.5º14.12%33.33%-
HSV(B)207.5º24.74%38.04%-
XYZ8.238.9412.6-
YUV83.37135.69120.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=28.52%
G=33.59%
B=37.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7386970.250.1100.62207.514.1233.33
Hex49566119B03Ed0e21
Octal11112614131130763201641
Binary1001001101011011000011100110110111110110100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495661; }

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

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

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

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

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

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

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

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