#496673

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

Shades of Bismark #496673

Tints of Bismark #496673

Color information

#496673 (or 0x496673) is unknown color: approx Bismark. HEX triplet: 49, 66 and 73. RGB value is (73,102,115). Sum of RGB (Red+Green+Blue) = 73+102+115=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #496673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496673 is #B6998C. Grayscale: #5E5E5E. Windows color (decimal): -11966861 or 7562825. OLE color: 7562825.

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

Color convert

RGB73102115-
CMYK0.370.1100.55
HSL198.57º22.34%36.86%-
HSV(B)198.57º36.52%45.1%-
XYZ10.5912.1618.01-
YUV94.81139.39112.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=25.17%
G=35.17%
B=39.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731021150.370.1100.55198.5722.3436.86
Hex49667325B037c71625
Octal11114616345130673072645
Binary100100111001101110011100101101101101111100011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496673; }

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

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

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

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

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

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

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

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