#406677

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

Shades of Bismark #406677

Tints of Bismark #406677

Color information

#406677 (or 0x406677) is unknown color: approx Bismark. HEX triplet: 40, 66 and 77. RGB value is (64,102,119). Sum of RGB (Red+Green+Blue) = 64+102+119=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #406677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406677 is #BF9988. Grayscale: #5C5C5C. Windows color (decimal): -12556681 or 7824960. OLE color: 7824960.

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

Color convert

RGB64102119-
CMYK0.460.1400.53
HSL198.55º30.05%35.88%-
HSV(B)198.55º46.22%46.67%-
XYZ10.211.9219.22-
YUV92.58142.91107.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=22.46%
G=35.79%
B=41.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641021190.460.1400.53198.5530.0535.88
Hex4066772EE035c71e24
Octal10014616756160653073644
Binary100000011001101110111101110111001101011100011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406677; }

 p { color: rgb(64,102,119); }

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

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

 a { background-color: rgb(64,102,119); }

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

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

 span { border-color: rgb(64,102,119); }

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