#406976

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

Shades of Bismark #406976

Tints of Bismark #406976

Color information

#406976 (or 0x406976) is unknown color: approx Bismark. HEX triplet: 40, 69 and 76. RGB value is (64,105,118). Sum of RGB (Red+Green+Blue) = 64+105+118=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #406976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406976 is #BF9689. Grayscale: #5E5E5E. Windows color (decimal): -12555914 or 7760192. OLE color: 7760192.

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

Color convert

RGB64105118-
CMYK0.460.1100.54
HSL194.44º29.67%35.69%-
HSV(B)194.44º45.76%46.27%-
XYZ10.4412.519-
YUV94.22141.42106.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=22.30%
G=36.59%
B=41.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641051180.460.1100.54194.4429.6735.69
Hex4069762EB036c21e24
Octal10015116656130663023644
Binary100000011010011110110101110101101101101100001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406976; }

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

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

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

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

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

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

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

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