#496A7E

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

Shades of Bismark #496A7E

Tints of Bismark #496A7E

Color information

#496A7E (or 0x496A7E) is unknown color: approx Bismark. HEX triplet: 49, 6A and 7E. RGB value is (73,106,126). Sum of RGB (Red+Green+Blue) = 73+106+126=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #496A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A7E is #B69581. Grayscale: #626262. Windows color (decimal): -11965826 or 8284745. OLE color: 8284745.

HSL color Cylindrical-coordinate representation of color #496A7E: hue angle of 202.64º 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 #496A7E is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73106126-
CMYK0.420.1600.51
HSL202.64º26.63%39.02%-
HSV(B)202.64º42.06%49.41%-
XYZ11.6713.2321.68-
YUV98.41143.57109.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 126 (49.61% from 255) = 41.31%
R=23.93%
G=34.75%
B=41.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731061260.420.1600.51202.6426.6339.02
Hex496A7E2A10033cb1b27
Octal11115217652200633133347
Binary1001001110101011111101010101000001100111100101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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