#4D6871

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

Shades of Bismark #4D6871

Tints of Bismark #4D6871

Color information

#4D6871 (or 0x4D6871) is unknown color: approx Bismark. HEX triplet: 4D, 68 and 71. RGB value is (77,104,113). Sum of RGB (Red+Green+Blue) = 77+104+113=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D6871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6871 is #B2978E. Grayscale: #606060. Windows color (decimal): -11704207 or 7432269. OLE color: 7432269.

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

Color convert

RGB77104113-
CMYK0.320.0800.56
HSL195º18.95%37.25%-
HSV(B)195º31.86%44.31%-
XYZ10.9912.6717.49-
YUV96.95137.05113.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.19%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=26.19%
G=35.37%
B=38.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal771041130.320.0800.5619518.9537.25
Hex4D6871208038c31325
Octal11515016140100703032345
Binary100110111010001110001100000100001110001100001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,113); }

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

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

 a { background-color: rgb(77,104,113); }

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

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

 span { border-color: rgb(77,104,113); }

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