#495662

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

Shades of Fiord #495662

Tints of Fiord #495662

Color information

#495662 (or 0x495662) is unknown color: approx Fiord. HEX triplet: 49, 56 and 62. RGB value is (73,86,98). Sum of RGB (Red+Green+Blue) = 73+86+98=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #495662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495662 is #B6A99D. Grayscale: #535353. Windows color (decimal): -11970974 or 6444617. OLE color: 6444617.

HSL color Cylindrical-coordinate representation of color #495662: hue angle of 208.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495662 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB738698-
CMYK0.260.1200.62
HSL208.8º14.62%33.53%-
HSV(B)208.8º25.51%38.43%-
XYZ8.288.9512.85-
YUV83.48136.19120.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=28.40%
G=33.46%
B=38.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7386980.260.1200.62208.814.6233.53
Hex4956621AC03Ed1f22
Octal11112614232140763211742
Binary1001001101011011000101101011000111110110100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495662; }

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

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

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

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

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

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

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

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