#49687A

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

Shades of Bismark #49687A

Tints of Bismark #49687A

Color information

#49687A (or 0x49687A) is unknown color: approx Bismark. HEX triplet: 49, 68 and 7A. RGB value is (73,104,122). Sum of RGB (Red+Green+Blue) = 73+104+122=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #49687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49687A is #B69785. Grayscale: #606060. Windows color (decimal): -11966342 or 8022089. OLE color: 8022089.

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

Color convert

RGB73104122-
CMYK0.400.1500.52
HSL202.04º25.13%38.24%-
HSV(B)202.04º40.16%47.84%-
XYZ11.2112.7220.28-
YUV96.78142.23111.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=24.41%
G=34.78%
B=40.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731041220.400.1500.52202.0425.1338.24
Hex49687A28F034ca1926
Octal11115017250170643123146
Binary100100111010001111010101000111101101001100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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