#496671

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

Shades of Bismark #496671

Tints of Bismark #496671

Color information

#496671 (or 0x496671) is unknown color: approx Bismark. HEX triplet: 49, 66 and 71. RGB value is (73,102,113). Sum of RGB (Red+Green+Blue) = 73+102+113=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #496671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496671 is #B6998E. Grayscale: #5E5E5E. Windows color (decimal): -11966863 or 7431753. OLE color: 7431753.

HSL color Cylindrical-coordinate representation of color #496671: hue angle of 196.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496671 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73102113-
CMYK0.350.1000.56
HSL196.5º21.51%36.47%-
HSV(B)196.5º35.4%44.31%-
XYZ10.4812.1117.41-
YUV94.58138.39112.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=25.35%
G=35.42%
B=39.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731021130.350.1000.56196.521.5136.47
Hex49667123A038c41624
Octal11114616143120703042644
Binary100100111001101110001100011101001110001100010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496671; }

 p { color: rgb(73,102,113); }

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

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

 a { background-color: rgb(73,102,113); }

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

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

 span { border-color: rgb(73,102,113); }

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