#495860

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

Shades of Fiord #495860

Tints of Fiord #495860

Color information

#495860 (or 0x495860) is unknown color: approx Fiord. HEX triplet: 49, 58 and 60. RGB value is (73,88,96). Sum of RGB (Red+Green+Blue) = 73+88+96=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #495860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495860 is #B6A79F. Grayscale: #545454. Windows color (decimal): -11970464 or 6314057. OLE color: 6314057.

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

Color convert

RGB738896-
CMYK0.240.0800.62
HSL200.87º13.61%33.14%-
HSV(B)200.87º23.96%37.65%-
XYZ8.359.2412.41-
YUV84.43134.53119.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=28.40%
G=34.24%
B=37.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7388960.240.0800.62200.8713.6133.14
Hex49586018803Ec9e21
Octal11113014030100763111641
Binary1001001101100011000001100010000111110110010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495860; }

 p { color: rgb(73,88,96); }

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

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

 a { background-color: rgb(73,88,96); }

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

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

 span { border-color: rgb(73,88,96); }

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