#4D757F

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

Shades of Bismark #4D757F

Tints of Bismark #4D757F

Color information

#4D757F (or 0x4D757F) is unknown color: approx Bismark. HEX triplet: 4D, 75 and 7F. RGB value is (77,117,127). Sum of RGB (Red+Green+Blue) = 77+117+127=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D757F is #B28A80. Grayscale: #6A6A6A. Windows color (decimal): -11700865 or 8353101. OLE color: 8353101.

HSL color Cylindrical-coordinate representation of color #4D757F: hue angle of 192º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D757F is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB77117127-
CMYK0.390.0800.50
HSL192º24.51%40%-
HSV(B)192º39.37%49.8%-
XYZ13.2515.8322.44-
YUV106.18139.75107.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.99%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 127 (50% from 255) = 39.56%
R=23.99%
G=36.45%
B=39.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal771171270.390.0800.5019224.5140
Hex4D757F278032c01928
Octal11516517747100623003150
Binary100110111101011111111100111100001100101100000011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,127); }

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

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

 a { background-color: rgb(77,117,127); }

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

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

 span { border-color: rgb(77,117,127); }

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