#496D7A

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

Shades of Bismark #496D7A

Tints of Bismark #496D7A

Color information

#496D7A (or 0x496D7A) is unknown color: approx Bismark. HEX triplet: 49, 6D and 7A. RGB value is (73,109,122). Sum of RGB (Red+Green+Blue) = 73+109+122=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #496D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D7A is #B69285. Grayscale: #636363. Windows color (decimal): -11965062 or 8023369. OLE color: 8023369.

HSL color Cylindrical-coordinate representation of color #496D7A: hue angle of 195.92º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #496D7A is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB73109122-
CMYK0.400.1100.52
HSL195.92º25.13%38.24%-
HSV(B)195.92º40.16%47.84%-
XYZ11.7313.7620.45-
YUV99.72140.57108.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=24.01%
G=35.86%
B=40.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731091220.400.1100.52195.9225.1338.24
Hex496D7A28B034c41926
Octal11115517250130643043146
Binary100100111011011111010101000101101101001100010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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