#4D6F7F

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

Shades of Bismark #4D6F7F

Tints of Bismark #4D6F7F

Color information

#4D6F7F (or 0x4D6F7F) is unknown color: approx Bismark. HEX triplet: 4D, 6F and 7F. RGB value is (77,111,127). Sum of RGB (Red+Green+Blue) = 77+111+127=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D6F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F7F is #B29080. Grayscale: #666666. Windows color (decimal): -11702401 or 8351565. OLE color: 8351565.

HSL color Cylindrical-coordinate representation of color #4D6F7F: hue angle of 199.2º 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 #4D6F7F is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB77111127-
CMYK0.390.1300.50
HSL199.2º24.51%40%-
HSV(B)199.2º39.37%49.8%-
XYZ12.5814.4822.21-
YUV102.66141.74109.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 127 (50% from 255) = 40.32%
R=24.44%
G=35.24%
B=40.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal771111270.390.1300.50199.224.5140
Hex4D6F7F27D032c71928
Octal11515717747150623073150
Binary100110111011111111111100111110101100101100011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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