#49677A

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

Shades of Bismark #49677A

Tints of Bismark #49677A

Color information

#49677A (or 0x49677A) is unknown color: approx Bismark. HEX triplet: 49, 67 and 7A. RGB value is (73,103,122). Sum of RGB (Red+Green+Blue) = 73+103+122=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #49677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49677A is #B69885. Grayscale: #606060. Windows color (decimal): -11966598 or 8021833. OLE color: 8021833.

HSL color Cylindrical-coordinate representation of color #49677A: hue angle of 203.27º 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 #49677A is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB73103122-
CMYK0.400.1600.52
HSL203.27º25.13%38.24%-
HSV(B)203.27º40.16%47.84%-
XYZ11.1112.5220.24-
YUV96.2142.56111.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=24.50%
G=34.56%
B=40.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731031220.400.1600.52203.2725.1338.24
Hex49677A2810034cb1926
Octal11114717250200643133146
Binary1001001110011111110101010001000001101001100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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