#4D6373

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

Shades of Bismark #4D6373

Tints of Bismark #4D6373

Color information

#4D6373 (or 0x4D6373) is unknown color: approx Bismark. HEX triplet: 4D, 63 and 73. RGB value is (77,99,115). Sum of RGB (Red+Green+Blue) = 77+99+115=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6373 is #B29C8C. Grayscale: #5E5E5E. Windows color (decimal): -11705485 or 7562061. OLE color: 7562061.

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

Color convert

RGB7799115-
CMYK0.330.1400.55
HSL205.26º19.79%37.65%-
HSV(B)205.26º33.04%45.1%-
XYZ10.6211.7417.93-
YUV94.25139.71115.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.46%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=26.46%
G=34.02%
B=39.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77991150.330.1400.55205.2619.7937.65
Hex4D637321E037cd1426
Octal11514316341160673152446
Binary100110111000111110011100001111001101111100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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