#496373

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

Shades of Bismark #496373

Tints of Bismark #496373

Color information

#496373 (or 0x496373) is unknown color: approx Bismark. HEX triplet: 49, 63 and 73. RGB value is (73,99,115). Sum of RGB (Red+Green+Blue) = 73+99+115=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #496373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496373 is #B69C8C. Grayscale: #5C5C5C. Windows color (decimal): -11967629 or 7562057. OLE color: 7562057.

HSL color Cylindrical-coordinate representation of color #496373: hue angle of 202.86º 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 #496373 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7399115-
CMYK0.370.1400.55
HSL202.86º22.34%36.86%-
HSV(B)202.86º36.52%45.1%-
XYZ10.311.5817.91-
YUV93.05140.39113.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=25.44%
G=34.49%
B=40.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73991150.370.1400.55202.8622.3436.86
Hex49637325E037cb1625
Octal11114316345160673132645
Binary100100111000111110011100101111001101111100101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496373; }

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

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

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

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

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

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

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

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