#495861

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

Shades of Fiord #495861

Tints of Fiord #495861

Color information

#495861 (or 0x495861) is unknown color: approx Fiord. HEX triplet: 49, 58 and 61. RGB value is (73,88,97). Sum of RGB (Red+Green+Blue) = 73+88+97=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #495861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495861 is #B6A79E. Grayscale: #545454. Windows color (decimal): -11970463 or 6379593. OLE color: 6379593.

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

Color convert

RGB738897-
CMYK0.250.0900.62
HSL202.5º14.12%33.33%-
HSV(B)202.5º24.74%38.04%-
XYZ8.49.2612.65-
YUV84.54135.03119.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=28.29%
G=34.11%
B=37.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7388970.250.0900.62202.514.1233.33
Hex49586119903Ecae21
Octal11113014131110763121641
Binary1001001101100011000011100110010111110110010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495861; }

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

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

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

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

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

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

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

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