#49697D

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

Shades of Bismark #49697D

Tints of Bismark #49697D

Color information

#49697D (or 0x49697D) is unknown color: approx Bismark. HEX triplet: 49, 69 and 7D. RGB value is (73,105,125). Sum of RGB (Red+Green+Blue) = 73+105+125=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #49697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49697D is #B69682. Grayscale: #616161. Windows color (decimal): -11966083 or 8218953. OLE color: 8218953.

HSL color Cylindrical-coordinate representation of color #49697D: hue angle of 203.08º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49697D is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73105125-
CMYK0.420.1600.51
HSL203.08º26.26%38.82%-
HSV(B)203.08º41.6%49.02%-
XYZ11.51321.31-
YUV97.71143.4110.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=24.09%
G=34.65%
B=41.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731051250.420.1600.51203.0826.2638.82
Hex49697D2A10033cb1a27
Octal11115117552200633133247
Binary1001001110100111111011010101000001100111100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49697D; }

 p { color: rgb(73,105,125); }

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

<style>
 a { background-color: #49697D; }

 a { background-color: rgb(73,105,125); }

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

<style>
 span { border-color: #49697D; }

 span { border-color: rgb(73,105,125); }

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