#49737C

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

Shades of Bismark #49737C

Tints of Bismark #49737C

Color information

#49737C (or 0x49737C) is unknown color: approx Bismark. HEX triplet: 49, 73 and 7C. RGB value is (73,115,124). Sum of RGB (Red+Green+Blue) = 73+115+124=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #49737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49737C is #B68C83. Grayscale: #676767. Windows color (decimal): -11963524 or 8155977. OLE color: 8155977.

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

Color convert

RGB73115124-
CMYK0.410.0700.51
HSL190.59º25.89%38.63%-
HSV(B)190.59º41.13%48.63%-
XYZ12.5215.1321.33-
YUV103.47139.59106.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=23.40%
G=36.86%
B=39.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731151240.410.0700.51190.5925.8938.63
Hex49737C297033bf1a27
Octal1111631745170632773247
Binary10010011110011111110010100111101100111011111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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