#495560

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

Shades of Fiord #495560

Tints of Fiord #495560

Color information

#495560 (or 0x495560) is unknown color: approx Fiord. HEX triplet: 49, 55 and 60. RGB value is (73,85,96). Sum of RGB (Red+Green+Blue) = 73+85+96=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #495560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495560 is #B6AA9F. Grayscale: #525252. Windows color (decimal): -11971232 or 6313289. OLE color: 6313289.

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

Color convert

RGB738596-
CMYK0.240.1100.62
HSL208.7º13.61%33.14%-
HSV(B)208.7º23.96%37.65%-
XYZ8.118.7612.33-
YUV82.67135.52121.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=28.74%
G=33.46%
B=37.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7385960.240.1100.62208.713.6133.14
Hex49556018B03Ed1e21
Octal11112514030130763211641
Binary1001001101010111000001100010110111110110100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495560; }

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

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

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

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

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

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

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

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