#406D76

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

Shades of Bismark #406D76

Tints of Bismark #406D76

Color information

#406D76 (or 0x406D76) is unknown color: approx Bismark. HEX triplet: 40, 6D and 76. RGB value is (64,109,118). Sum of RGB (Red+Green+Blue) = 64+109+118=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #406D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D76 is #BF9289. Grayscale: #606060. Windows color (decimal): -12554890 or 7761216. OLE color: 7761216.

HSL color Cylindrical-coordinate representation of color #406D76: hue angle of 190º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406D76 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB64109118-
CMYK0.460.0800.54
HSL190º29.67%35.69%-
HSV(B)190º45.76%46.27%-
XYZ10.8513.3419.14-
YUV96.57140.09104.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=21.99%
G=37.46%
B=40.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641091180.460.0800.5419029.6735.69
Hex406D762E8036be1e24
Octal10015516656100662763644
Binary100000011011011110110101110100001101101011111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406D76; }

 p { color: rgb(64,109,118); }

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

<style>
 a { background-color: #406D76; }

 a { background-color: rgb(64,109,118); }

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

<style>
 span { border-color: #406D76; }

 span { border-color: rgb(64,109,118); }

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