#4D656F

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

Shades of Bismark #4D656F

Tints of Bismark #4D656F

Color information

#4D656F (or 0x4D656F) is unknown color: approx Bismark. HEX triplet: 4D, 65 and 6F. RGB value is (77,101,111). Sum of RGB (Red+Green+Blue) = 77+101+111=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D656F is #B29A90. Grayscale: #5E5E5E. Windows color (decimal): -11704977 or 7300429. OLE color: 7300429.

HSL color Cylindrical-coordinate representation of color #4D656F: hue angle of 197.65º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D656F is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB77101111-
CMYK0.310.0900.56
HSL197.65º18.09%36.86%-
HSV(B)197.65º30.63%43.53%-
XYZ10.5812.0316.8-
YUV94.96137.05115.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.64%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=26.64%
G=34.95%
B=38.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal771011110.310.0900.56197.6518.0936.86
Hex4D656F1F9038c61225
Octal11514515737110703062245
Binary10011011100101110111111111100101110001100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,101,111); }

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

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

 a { background-color: rgb(77,101,111); }

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

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

 span { border-color: rgb(77,101,111); }

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