#496573

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

Shades of Bismark #496573

Tints of Bismark #496573

Color information

#496573 (or 0x496573) is unknown color: approx Bismark. HEX triplet: 49, 65 and 73. RGB value is (73,101,115). Sum of RGB (Red+Green+Blue) = 73+101+115=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #496573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496573 is #B69A8C. Grayscale: #5E5E5E. Windows color (decimal): -11967117 or 7562569. OLE color: 7562569.

HSL color Cylindrical-coordinate representation of color #496573: hue angle of 200º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496573 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73101115-
CMYK0.370.1200.55
HSL200º22.34%36.86%-
HSV(B)200º36.52%45.1%-
XYZ10.511.9617.98-
YUV94.22139.72112.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=25.26%
G=34.95%
B=39.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731011150.370.1200.5520022.3436.86
Hex49657325C037c81625
Octal11114516345140673102645
Binary100100111001011110011100101110001101111100100010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496573; }

 p { color: rgb(73,101,115); }

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

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

 a { background-color: rgb(73,101,115); }

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

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

 span { border-color: rgb(73,101,115); }

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