#495D6E

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

Shades of Fiord #495D6E

Tints of Fiord #495D6E

Color information

#495D6E (or 0x495D6E) is unknown color: approx Fiord. HEX triplet: 49, 5D and 6E. RGB value is (73,93,110). Sum of RGB (Red+Green+Blue) = 73+93+110=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #495D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D6E is #B6A291. Grayscale: #585858. Windows color (decimal): -11969170 or 7232841. OLE color: 7232841.

HSL color Cylindrical-coordinate representation of color #495D6E: hue angle of 207.57º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495D6E is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7393110-
CMYK0.340.1500.57
HSL207.57º20.22%35.88%-
HSV(B)207.57º33.64%43.14%-
XYZ9.4810.3716.25-
YUV88.96139.87116.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=26.45%
G=33.70%
B=39.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73931100.340.1500.57207.5720.2235.88
Hex495D6E22F039d01424
Octal11113515642170713202444
Binary100100110111011101110100010111101110011101000010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D6E; }

 p { color: rgb(73,93,110); }

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

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

 a { background-color: rgb(73,93,110); }

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

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

 span { border-color: rgb(73,93,110); }

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