#496071

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

Shades of Fiord #496071

Tints of Fiord #496071

Color information

#496071 (or 0x496071) is unknown color: approx Fiord. HEX triplet: 49, 60 and 71. RGB value is (73,96,113). Sum of RGB (Red+Green+Blue) = 73+96+113=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #496071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496071 is #B69F8E. Grayscale: #5A5A5A. Windows color (decimal): -11968399 or 7430217. OLE color: 7430217.

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

Color convert

RGB7396113-
CMYK0.350.1500.56
HSL205.5º21.51%36.47%-
HSV(B)205.5º35.4%44.31%-
XYZ9.9110.9717.22-
YUV91.06140.38115.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=25.89%
G=34.04%
B=40.07%

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
Decimal73961130.350.1500.56205.521.5136.47
Hex49607123F038ce1624
Octal11114016143170703162644
Binary100100111000001110001100011111101110001100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496071; }

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

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

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

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

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

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

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

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