#495F70

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

Shades of Fiord #495F70

Tints of Fiord #495F70

Color information

#495F70 (or 0x495F70) is unknown color: approx Fiord. HEX triplet: 49, 5F and 70. RGB value is (73,95,112). Sum of RGB (Red+Green+Blue) = 73+95+112=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #495F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F70 is #B6A08F. Grayscale: #5A5A5A. Windows color (decimal): -11968656 or 7364425. OLE color: 7364425.

HSL color Cylindrical-coordinate representation of color #495F70: hue angle of 206.15º degrees, saturation: 0.21, 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 #495F70 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7395112-
CMYK0.350.1500.56
HSL206.15º21.08%36.27%-
HSV(B)206.15º34.82%43.92%-
XYZ9.7610.7716.89-
YUV90.36140.21115.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 112 (44.14% from 255) = 40%
R=26.07%
G=33.93%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73951120.350.1500.56206.1521.0836.27
Hex495F7023F038ce1524
Octal11113716043170703162544
Binary100100110111111110000100011111101110001100111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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