#496171

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

Shades of Fiord #496171

Tints of Fiord #496171

Color information

#496171 (or 0x496171) is unknown color: approx Fiord. HEX triplet: 49, 61 and 71. RGB value is (73,97,113). Sum of RGB (Red+Green+Blue) = 73+97+113=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #496171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496171 is #B69E8E. Grayscale: #5B5B5B. Windows color (decimal): -11968143 or 7430473. OLE color: 7430473.

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

Color convert

RGB7397113-
CMYK0.350.1400.56
HSL204º21.51%36.47%-
HSV(B)204º35.4%44.31%-
XYZ1011.1617.25-
YUV91.65140.05114.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=25.80%
G=34.28%
B=39.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73971130.350.1400.5620421.5136.47
Hex49617123E038cc1624
Octal11114116143160703142644
Binary100100111000011110001100011111001110001100110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496171; }

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

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

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

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

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

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

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

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