#49747E

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

Shades of Bismark #49747E

Tints of Bismark #49747E

Color information

#49747E (or 0x49747E) is unknown color: approx Bismark. HEX triplet: 49, 74 and 7E. RGB value is (73,116,126). Sum of RGB (Red+Green+Blue) = 73+116+126=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #49747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49747E is #B68B81. Grayscale: #686868. Windows color (decimal): -11963266 or 8287305. OLE color: 8287305.

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

Color convert

RGB73116126-
CMYK0.420.0800.51
HSL191.32º26.63%39.02%-
HSV(B)191.32º42.06%49.41%-
XYZ12.7615.4122.04-
YUV104.28140.25105.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 126 (49.61% from 255) = 40%
R=23.17%
G=36.83%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731161260.420.0800.51191.3226.6339.02
Hex49747E2A8033bf1b27
Octal11116417652100632773347
Binary100100111101001111110101010100001100111011111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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