#4D6773

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

Shades of Bismark #4D6773

Tints of Bismark #4D6773

Color information

#4D6773 (or 0x4D6773) is unknown color: approx Bismark. HEX triplet: 4D, 67 and 73. RGB value is (77,103,115). Sum of RGB (Red+Green+Blue) = 77+103+115=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6773 is #B2988C. Grayscale: #606060. Windows color (decimal): -11704461 or 7563085. OLE color: 7563085.

HSL color Cylindrical-coordinate representation of color #4D6773: hue angle of 198.95º 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 #4D6773 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB77103115-
CMYK0.330.1000.55
HSL198.95º19.79%37.65%-
HSV(B)198.95º33.04%45.1%-
XYZ11.0112.5218.06-
YUV96.59138.39114.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.10%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=26.10%
G=34.92%
B=38.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal771031150.330.1000.55198.9519.7937.65
Hex4D677321A037c71426
Octal11514716341120673072446
Binary100110111001111110011100001101001101111100011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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