#49707A

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

Shades of Bismark #49707A

Tints of Bismark #49707A

Color information

#49707A (or 0x49707A) is unknown color: approx Bismark. HEX triplet: 49, 70 and 7A. RGB value is (73,112,122). Sum of RGB (Red+Green+Blue) = 73+112+122=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #49707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49707A is #B68F85. Grayscale: #656565. Windows color (decimal): -11964294 or 8024137. OLE color: 8024137.

HSL color Cylindrical-coordinate representation of color #49707A: hue angle of 192.24º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49707A is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB73112122-
CMYK0.400.0800.52
HSL192.24º25.13%38.24%-
HSV(B)192.24º40.16%47.84%-
XYZ12.0514.4120.56-
YUV101.48139.58107.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=23.78%
G=36.48%
B=39.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731121220.400.0800.52192.2425.1338.24
Hex49707A288034c01926
Octal11116017250100643003146
Binary100100111100001111010101000100001101001100000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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