#496371

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

Shades of Bismark #496371

Tints of Bismark #496371

Color information

#496371 (or 0x496371) is unknown color: approx Bismark. HEX triplet: 49, 63 and 71. RGB value is (73,99,113). Sum of RGB (Red+Green+Blue) = 73+99+113=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #496371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496371 is #B69C8E. Grayscale: #5C5C5C. Windows color (decimal): -11967631 or 7430985. OLE color: 7430985.

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

Color convert

RGB7399113-
CMYK0.350.1200.56
HSL201º21.51%36.47%-
HSV(B)201º35.4%44.31%-
XYZ10.1911.5317.31-
YUV92.82139.39113.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=25.61%
G=34.74%
B=39.65%

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
Decimal73991130.350.1200.5620121.5136.47
Hex49637123C038c91624
Octal11114316143140703112644
Binary100100111000111110001100011110001110001100100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496371; }

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

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

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

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

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

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

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

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