#49727F

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

Shades of Bismark #49727F

Tints of Bismark #49727F

Color information

#49727F (or 0x49727F) is unknown color: approx Bismark. HEX triplet: 49, 72 and 7F. RGB value is (73,114,127). Sum of RGB (Red+Green+Blue) = 73+114+127=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #49727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49727F is #B68D80. Grayscale: #676767. Windows color (decimal): -11963777 or 8352329. OLE color: 8352329.

HSL color Cylindrical-coordinate representation of color #49727F: hue angle of 194.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49727F is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73114127-
CMYK0.430.1000.50
HSL194.44º27%39.22%-
HSV(B)194.44º42.52%49.8%-
XYZ12.614.9822.31-
YUV103.22141.42106.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 127 (50% from 255) = 40.45%
R=23.25%
G=36.31%
B=40.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731141270.430.1000.50194.442739.22
Hex49727F2BA032c21b27
Octal11116217753120623023347
Binary100100111100101111111101011101001100101100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49727F; }

 p { color: rgb(73,114,127); }

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

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

 a { background-color: rgb(73,114,127); }

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

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

 span { border-color: rgb(73,114,127); }

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