#406B76

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

Shades of Bismark #406B76

Tints of Bismark #406B76

Color information

#406B76 (or 0x406B76) is unknown color: approx Bismark. HEX triplet: 40, 6B and 76. RGB value is (64,107,118). Sum of RGB (Red+Green+Blue) = 64+107+118=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #406B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B76 is #BF9489. Grayscale: #5F5F5F. Windows color (decimal): -12555402 or 7760704. OLE color: 7760704.

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

Color convert

RGB64107118-
CMYK0.460.0900.54
HSL192.22º29.67%35.69%-
HSV(B)192.22º45.76%46.27%-
XYZ10.6412.9119.07-
YUV95.4140.75105.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=22.15%
G=37.02%
B=40.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641071180.460.0900.54192.2229.6735.69
Hex406B762E9036c01e24
Octal10015316656110663003644
Binary100000011010111110110101110100101101101100000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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