#406776

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

Shades of Bismark #406776

Tints of Bismark #406776

Color information

#406776 (or 0x406776) is unknown color: approx Bismark. HEX triplet: 40, 67 and 76. RGB value is (64,103,118). Sum of RGB (Red+Green+Blue) = 64+103+118=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #406776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406776 is #BF9889. Grayscale: #5C5C5C. Windows color (decimal): -12556426 or 7759680. OLE color: 7759680.

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

Color convert

RGB64103118-
CMYK0.460.1300.54
HSL196.67º29.67%35.69%-
HSV(B)196.67º45.76%46.27%-
XYZ10.2312.118.94-
YUV93.05142.08107.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=22.46%
G=36.14%
B=41.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641031180.460.1300.54196.6729.6735.69
Hex4067762ED036c51e24
Octal10014716656150663053644
Binary100000011001111110110101110110101101101100010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406776; }

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

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

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

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

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

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

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

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