#406C76

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

Shades of Bismark #406C76

Tints of Bismark #406C76

Color information

#406C76 (or 0x406C76) is unknown color: approx Bismark. HEX triplet: 40, 6C and 76. RGB value is (64,108,118). Sum of RGB (Red+Green+Blue) = 64+108+118=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #406C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C76 is #BF9389. Grayscale: #5F5F5F. Windows color (decimal): -12555146 or 7760960. OLE color: 7760960.

HSL color Cylindrical-coordinate representation of color #406C76: hue angle of 191.11º 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 #406C76 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB64108118-
CMYK0.460.0800.54
HSL191.11º29.67%35.69%-
HSV(B)191.11º45.76%46.27%-
XYZ10.7513.1219.11-
YUV95.98140.42105.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=22.07%
G=37.24%
B=40.69%

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
Decimal641081180.460.0800.54191.1129.6735.69
Hex406C762E8036bf1e24
Octal10015416656100662773644
Binary100000011011001110110101110100001101101011111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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