#496D7F

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

Shades of Bismark #496D7F

Tints of Bismark #496D7F

Color information

#496D7F (or 0x496D7F) is unknown color: approx Bismark. HEX triplet: 49, 6D and 7F. RGB value is (73,109,127). Sum of RGB (Red+Green+Blue) = 73+109+127=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #496D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D7F is #B69280. Grayscale: #646464. Windows color (decimal): -11965057 or 8351049. OLE color: 8351049.

HSL color Cylindrical-coordinate representation of color #496D7F: hue angle of 200º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496D7F is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73109127-
CMYK0.430.1400.50
HSL200º27%39.22%-
HSV(B)200º42.52%49.8%-
XYZ12.0513.8922.12-
YUV100.29143.07108.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 127 (50% from 255) = 41.10%
R=23.62%
G=35.28%
B=41.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731091270.430.1400.502002739.22
Hex496D7F2BE032c81b27
Octal11115517753160623103347
Binary100100111011011111111101011111001100101100100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D7F; }

 p { color: rgb(73,109,127); }

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

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

 a { background-color: rgb(73,109,127); }

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

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

 span { border-color: rgb(73,109,127); }

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