#406C77

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

Shades of Bismark #406C77

Tints of Bismark #406C77

Color information

#406C77 (or 0x406C77) is unknown color: approx Bismark. HEX triplet: 40, 6C and 77. RGB value is (64,108,119). Sum of RGB (Red+Green+Blue) = 64+108+119=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #406C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C77 is #BF9388. Grayscale: #606060. Windows color (decimal): -12555145 or 7826496. OLE color: 7826496.

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

Color convert

RGB64108119-
CMYK0.460.0900.53
HSL192º30.05%35.88%-
HSV(B)192º46.22%46.67%-
XYZ10.8113.1519.42-
YUV96.1140.92105.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=21.99%
G=37.11%
B=40.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641081190.460.0900.5319230.0535.88
Hex406C772E9035c01e24
Octal10015416756110653003644
Binary100000011011001110111101110100101101011100000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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