#495F71

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

Shades of Fiord #495F71

Tints of Fiord #495F71

Color information

#495F71 (or 0x495F71) is unknown color: approx Fiord. HEX triplet: 49, 5F and 71. RGB value is (73,95,113). Sum of RGB (Red+Green+Blue) = 73+95+113=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #495F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F71 is #B6A08E. Grayscale: #5A5A5A. Windows color (decimal): -11968655 or 7429961. OLE color: 7429961.

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

Color convert

RGB7395113-
CMYK0.350.1600.56
HSL207º21.51%36.47%-
HSV(B)207º35.4%44.31%-
XYZ9.8210.7917.19-
YUV90.47140.71115.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=25.98%
G=33.81%
B=40.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73951130.350.1600.5620721.5136.47
Hex495F712310038cf1624
Octal11113716143200703172644
Binary1001001101111111100011000111000001110001100111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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