#495F6E

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

Shades of Fiord #495F6E

Tints of Fiord #495F6E

Color information

#495F6E (or 0x495F6E) is unknown color: approx Fiord. HEX triplet: 49, 5F and 6E. RGB value is (73,95,110). Sum of RGB (Red+Green+Blue) = 73+95+110=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #495F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F6E is #B6A091. Grayscale: #5A5A5A. Windows color (decimal): -11968658 or 7233353. OLE color: 7233353.

HSL color Cylindrical-coordinate representation of color #495F6E: hue angle of 204.32º 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 #495F6E is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7395110-
CMYK0.340.1400.57
HSL204.32º20.22%35.88%-
HSV(B)204.32º33.64%43.14%-
XYZ9.6510.7316.31-
YUV90.13139.21115.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=26.26%
G=34.17%
B=39.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73951100.340.1400.57204.3220.2235.88
Hex495F6E22E039cc1424
Octal11113715642160713142444
Binary100100110111111101110100010111001110011100110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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