#495863

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

Shades of Fiord #495863

Tints of Fiord #495863

Color information

#495863 (or 0x495863) is unknown color: approx Fiord. HEX triplet: 49, 58 and 63. RGB value is (73,88,99). Sum of RGB (Red+Green+Blue) = 73+88+99=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #495863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495863 is #B6A79C. Grayscale: #545454. Windows color (decimal): -11970461 or 6510665. OLE color: 6510665.

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

Color convert

RGB738899-
CMYK0.260.1100.61
HSL205.38º15.12%33.73%-
HSV(B)205.38º26.26%38.82%-
XYZ8.499.313.15-
YUV84.77136.03119.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=28.08%
G=33.85%
B=38.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7388990.260.1100.61205.3815.1233.73
Hex4958631AB03Dcdf22
Octal11113014332130753151742
Binary1001001101100011000111101010110111101110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495863; }

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

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

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

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

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

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

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

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