#496471

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

Shades of Bismark #496471

Tints of Bismark #496471

Color information

#496471 (or 0x496471) is unknown color: approx Bismark. HEX triplet: 49, 64 and 71. RGB value is (73,100,113). Sum of RGB (Red+Green+Blue) = 73+100+113=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #496471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496471 is #B69B8E. Grayscale: #5D5D5D. Windows color (decimal): -11967375 or 7431241. OLE color: 7431241.

HSL color Cylindrical-coordinate representation of color #496471: hue angle of 199.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 #496471 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73100113-
CMYK0.350.1200.56
HSL199.5º21.51%36.47%-
HSV(B)199.5º35.4%44.31%-
XYZ10.2911.7217.34-
YUV93.41139.05113.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=25.52%
G=34.97%
B=39.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731001130.350.1200.56199.521.5136.47
Hex49647123C038c81624
Octal11114416143140703102644
Binary100100111001001110001100011110001110001100100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496471; }

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

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

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

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

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

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

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

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