#406977

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

Shades of Bismark #406977

Tints of Bismark #406977

Color information

#406977 (or 0x406977) is unknown color: approx Bismark. HEX triplet: 40, 69 and 77. RGB value is (64,105,119). Sum of RGB (Red+Green+Blue) = 64+105+119=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #406977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406977 is #BF9688. Grayscale: #5E5E5E. Windows color (decimal): -12555913 or 7825728. OLE color: 7825728.

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

Color convert

RGB64105119-
CMYK0.460.1200.53
HSL195.27º30.05%35.88%-
HSV(B)195.27º46.22%46.67%-
XYZ10.512.5319.32-
YUV94.34141.92106.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=22.22%
G=36.46%
B=41.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641051190.460.1200.53195.2730.0535.88
Hex4069772EC035c31e24
Octal10015116756140653033644
Binary100000011010011110111101110110001101011100001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406977; }

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

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

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

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

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

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

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

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