#49717E

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

Shades of Bismark #49717E

Tints of Bismark #49717E

Color information

#49717E (or 0x49717E) is unknown color: approx Bismark. HEX triplet: 49, 71 and 7E. RGB value is (73,113,126). Sum of RGB (Red+Green+Blue) = 73+113+126=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #49717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49717E is #B68E81. Grayscale: #666666. Windows color (decimal): -11964034 or 8286537. OLE color: 8286537.

HSL color Cylindrical-coordinate representation of color #49717E: hue angle of 194.72º 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 #49717E is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73113126-
CMYK0.420.1000.51
HSL194.72º26.63%39.02%-
HSV(B)194.72º42.06%49.41%-
XYZ12.4214.7321.93-
YUV102.52141.25106.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=23.40%
G=36.22%
B=40.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731131260.420.1000.51194.7226.6339.02
Hex49717E2AA033c31b27
Octal11116117652120633033347
Binary100100111100011111110101010101001100111100001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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