#4D6572

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

Shades of Bismark #4D6572

Tints of Bismark #4D6572

Color information

#4D6572 (or 0x4D6572) is unknown color: approx Bismark. HEX triplet: 4D, 65 and 72. RGB value is (77,101,114). Sum of RGB (Red+Green+Blue) = 77+101+114=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D6572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6572 is #B29A8D. Grayscale: #5F5F5F. Windows color (decimal): -11704974 or 7497037. OLE color: 7497037.

HSL color Cylindrical-coordinate representation of color #4D6572: hue angle of 201.08º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D6572 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB77101114-
CMYK0.320.1100.55
HSL201.08º19.37%37.45%-
HSV(B)201.08º32.46%44.71%-
XYZ10.7512.117.69-
YUV95.31138.55114.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=26.37%
G=34.59%
B=39.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal771011140.320.1100.55201.0819.3737.45
Hex4D657220B037c91325
Octal11514516240130673112345
Binary100110111001011110010100000101101101111100100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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