#49707C

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

Shades of Bismark #49707C

Tints of Bismark #49707C

Color information

#49707C (or 0x49707C) is unknown color: approx Bismark. HEX triplet: 49, 70 and 7C. RGB value is (73,112,124). Sum of RGB (Red+Green+Blue) = 73+112+124=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #49707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49707C is #B68F83. Grayscale: #656565. Windows color (decimal): -11964292 or 8155209. OLE color: 8155209.

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

Color convert

RGB73112124-
CMYK0.410.1000.51
HSL194.12º25.89%38.63%-
HSV(B)194.12º41.13%48.63%-
XYZ12.1814.4621.22-
YUV101.71140.58107.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=23.62%
G=36.25%
B=40.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731121240.410.1000.51194.1225.8938.63
Hex49707C29A033c21a27
Octal11116017451120633023247
Binary100100111100001111100101001101001100111100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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