#49737E

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

Shades of Bismark #49737E

Tints of Bismark #49737E

Color information

#49737E (or 0x49737E) is unknown color: approx Bismark. HEX triplet: 49, 73 and 7E. RGB value is (73,115,126). Sum of RGB (Red+Green+Blue) = 73+115+126=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #49737E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49737E is #B68C81. Grayscale: #676767. Windows color (decimal): -11963522 or 8287049. OLE color: 8287049.

HSL color Cylindrical-coordinate representation of color #49737E: hue angle of 192.45º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49737E is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73115126-
CMYK0.420.0900.51
HSL192.45º26.63%39.02%-
HSV(B)192.45º42.06%49.41%-
XYZ12.6415.1822-
YUV103.7140.59106.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=23.25%
G=36.62%
B=40.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731151260.420.0900.51192.4526.6339.02
Hex49737E2A9033c01b27
Octal11116317652110633003347
Binary100100111100111111110101010100101100111100000011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49737E; }

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

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

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

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

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

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

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

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