#4D6D73

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

Shades of Bismark #4D6D73

Tints of Bismark #4D6D73

Color information

#4D6D73 (or 0x4D6D73) is unknown color: approx Bismark. HEX triplet: 4D, 6D and 73. RGB value is (77,109,115). Sum of RGB (Red+Green+Blue) = 77+109+115=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D73 is #B2928C. Grayscale: #646464. Windows color (decimal): -11702925 or 7564621. OLE color: 7564621.

HSL color Cylindrical-coordinate representation of color #4D6D73: hue angle of 189.47º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D6D73 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB77109115-
CMYK0.330.0500.55
HSL189.47º19.79%37.65%-
HSV(B)189.47º33.04%45.1%-
XYZ11.6213.7518.26-
YUV100.12136.4111.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.58%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=25.58%
G=36.21%
B=38.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal771091150.330.0500.55189.4719.7937.65
Hex4D6D73215037bd1426
Octal1151551634150672752446
Binary10011011101101111001110000110101101111011110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,109,115); }

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

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

 a { background-color: rgb(77,109,115); }

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

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

 span { border-color: rgb(77,109,115); }

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