#496D80

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

Shades of Bismark #496D80

Tints of Bismark #496D80

Color information

#496D80 (or 0x496D80) is unknown color: approx Bismark. HEX triplet: 49, 6D and 80. RGB value is (73,109,128). Sum of RGB (Red+Green+Blue) = 73+109+128=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #496D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D80 is #B6927F. Grayscale: #646464. Windows color (decimal): -11965056 or 8416585. OLE color: 8416585.

HSL color Cylindrical-coordinate representation of color #496D80: hue angle of 200.73º 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 #496D80 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73109128-
CMYK0.430.1500.50
HSL200.73º27.36%39.41%-
HSV(B)200.73º42.97%50.2%-
XYZ12.1113.9122.47-
YUV100.4143.57108.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=23.55%
G=35.16%
B=41.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731091280.430.1500.50200.7327.3639.41
Hex496D802BF032c91b27
Octal11115520053170623113347
Binary1001001110110110000000101011111101100101100100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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