#496170

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

Shades of Fiord #496170

Tints of Fiord #496170

Color information

#496170 (or 0x496170) is unknown color: approx Fiord. HEX triplet: 49, 61 and 70. RGB value is (73,97,112). Sum of RGB (Red+Green+Blue) = 73+97+112=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #496170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496170 is #B69E8F. Grayscale: #5B5B5B. Windows color (decimal): -11968144 or 7364937. OLE color: 7364937.

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

Color convert

RGB7397112-
CMYK0.350.1300.56
HSL203.08º21.08%36.27%-
HSV(B)203.08º34.82%43.92%-
XYZ9.9511.1416.95-
YUV91.53139.55114.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=25.89%
G=34.40%
B=39.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73971120.350.1300.56203.0821.0836.27
Hex49617023D038cb1524
Octal11114116043150703132544
Binary100100111000011110000100011110101110001100101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496170; }

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

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

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

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

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

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

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

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