#49707E

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

Shades of Bismark #49707E

Tints of Bismark #49707E

Color information

#49707E (or 0x49707E) is unknown color: approx Bismark. HEX triplet: 49, 70 and 7E. RGB value is (73,112,126). Sum of RGB (Red+Green+Blue) = 73+112+126=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #49707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49707E is #B68F81. Grayscale: #656565. Windows color (decimal): -11964290 or 8286281. OLE color: 8286281.

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

Color convert

RGB73112126-
CMYK0.420.1100.51
HSL195.85º26.63%39.02%-
HSV(B)195.85º42.06%49.41%-
XYZ12.3114.5121.89-
YUV101.94141.58107.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=23.47%
G=36.01%
B=40.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731121260.420.1100.51195.8526.6339.02
Hex49707E2AB033c41b27
Octal11116017652130633043347
Binary100100111100001111110101010101101100111100010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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