#496773

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

Shades of Bismark #496773

Tints of Bismark #496773

Color information

#496773 (or 0x496773) is unknown color: approx Bismark. HEX triplet: 49, 67 and 73. RGB value is (73,103,115). Sum of RGB (Red+Green+Blue) = 73+103+115=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #496773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496773 is #B6988C. Grayscale: #5F5F5F. Windows color (decimal): -11966605 or 7563081. OLE color: 7563081.

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

Color convert

RGB73103115-
CMYK0.370.1000.55
HSL197.14º22.34%36.86%-
HSV(B)197.14º36.52%45.1%-
XYZ10.6912.3518.04-
YUV95.4139.06112.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=25.09%
G=35.40%
B=39.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731031150.370.1000.55197.1422.3436.86
Hex49677325A037c51625
Octal11114716345120673052645
Binary100100111001111110011100101101001101111100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496773; }

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

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

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

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

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

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

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

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