#495E6F

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

Shades of Fiord #495E6F

Tints of Fiord #495E6F

Color information

#495E6F (or 0x495E6F) is unknown color: approx Fiord. HEX triplet: 49, 5E and 6F. RGB value is (73,94,111). Sum of RGB (Red+Green+Blue) = 73+94+111=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #495E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E6F is #B6A190. Grayscale: #595959. Windows color (decimal): -11968913 or 7298633. OLE color: 7298633.

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

Color convert

RGB7394111-
CMYK0.340.1500.56
HSL206.84º20.65%36.08%-
HSV(B)206.84º34.23%43.53%-
XYZ9.6210.5716.57-
YUV89.66140.04116.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=26.26%
G=33.81%
B=39.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73941110.340.1500.56206.8420.6536.08
Hex495E6F22F038cf1524
Octal11113615742170703172544
Binary100100110111101101111100010111101110001100111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,94,111); }

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

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

 a { background-color: rgb(73,94,111); }

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

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

 span { border-color: rgb(73,94,111); }

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