#49687C

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

Shades of Bismark #49687C

Tints of Bismark #49687C

Color information

#49687C (or 0x49687C) is unknown color: approx Bismark. HEX triplet: 49, 68 and 7C. RGB value is (73,104,124). Sum of RGB (Red+Green+Blue) = 73+104+124=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #49687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49687C is #B69783. Grayscale: #606060. Windows color (decimal): -11966340 or 8153161. OLE color: 8153161.

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

Color convert

RGB73104124-
CMYK0.410.1600.51
HSL203.53º25.89%38.63%-
HSV(B)203.53º41.13%48.63%-
XYZ11.3412.7720.94-
YUV97.01143.23110.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=24.25%
G=34.55%
B=41.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731041240.410.1600.51203.5325.8938.63
Hex49687C2910033cc1a27
Octal11115017451200633143247
Binary1001001110100011111001010011000001100111100110011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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