#4D687B

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

Shades of Bismark #4D687B

Tints of Bismark #4D687B

Color information

#4D687B (or 0x4D687B) is unknown color: approx Bismark. HEX triplet: 4D, 68 and 7B. RGB value is (77,104,123). Sum of RGB (Red+Green+Blue) = 77+104+123=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D687B is #B29784. Grayscale: #616161. Windows color (decimal): -11704197 or 8087629. OLE color: 8087629.

HSL color Cylindrical-coordinate representation of color #4D687B: hue angle of 204.78º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D687B is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB77104123-
CMYK0.370.1500.52
HSL204.78º23%39.22%-
HSV(B)204.78º37.4%48.24%-
XYZ11.5912.9120.62-
YUV98.09142.05112.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.33%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=25.33%
G=34.21%
B=40.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal771041230.370.1500.52204.782339.22
Hex4D687B25F034cd1727
Octal11515017345170643152747
Binary100110111010001111011100101111101101001100110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D687B; }

 p { color: rgb(77,104,123); }

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

<style>
 a { background-color: #4D687B; }

 a { background-color: rgb(77,104,123); }

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

<style>
 span { border-color: #4D687B; }

 span { border-color: rgb(77,104,123); }

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