#496C7E

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

Shades of Bismark #496C7E

Tints of Bismark #496C7E

Color information

#496C7E (or 0x496C7E) is unknown color: approx Bismark. HEX triplet: 49, 6C and 7E. RGB value is (73,108,126). Sum of RGB (Red+Green+Blue) = 73+108+126=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #496C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C7E is #B69381. Grayscale: #636363. Windows color (decimal): -11965314 or 8285257. OLE color: 8285257.

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

Color convert

RGB73108126-
CMYK0.420.1400.51
HSL200.38º26.63%39.02%-
HSV(B)200.38º42.06%49.41%-
XYZ11.8813.6521.75-
YUV99.59142.9109.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=23.78%
G=35.18%
B=41.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731081260.420.1400.51200.3826.6339.02
Hex496C7E2AE033c81b27
Octal11115417652160633103347
Binary100100111011001111110101010111001100111100100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,108,126); }

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

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

 a { background-color: rgb(73,108,126); }

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

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

 span { border-color: rgb(73,108,126); }

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