#4D727B

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

Shades of Bismark #4D727B

Tints of Bismark #4D727B

Color information

#4D727B (or 0x4D727B) is unknown color: approx Bismark. HEX triplet: 4D, 72 and 7B. RGB value is (77,114,123). Sum of RGB (Red+Green+Blue) = 77+114+123=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D727B is #B28D84. Grayscale: #676767. Windows color (decimal): -11701637 or 8090189. OLE color: 8090189.

HSL color Cylindrical-coordinate representation of color #4D727B: hue angle of 191.74º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D727B is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB77114123-
CMYK0.370.0700.52
HSL191.74º23%39.22%-
HSV(B)191.74º37.4%48.24%-
XYZ12.6515.0420.98-
YUV103.96138.74108.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.52%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=24.52%
G=36.31%
B=39.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal771141230.370.0700.52191.742339.22
Hex4D727B257034c01727
Octal1151621734570643002747
Binary10011011110010111101110010111101101001100000010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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