#406979

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

Shades of Bismark #406979

Tints of Bismark #406979

Color information

#406979 (or 0x406979) is unknown color: approx Bismark. HEX triplet: 40, 69 and 79. RGB value is (64,105,121). Sum of RGB (Red+Green+Blue) = 64+105+121=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #406979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406979 is #BF9686. Grayscale: #5E5E5E. Windows color (decimal): -12555911 or 7956800. OLE color: 7956800.

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

Color convert

RGB64105121-
CMYK0.470.1300.53
HSL196.84º30.81%36.27%-
HSV(B)196.84º47.11%47.45%-
XYZ10.6212.5719.96-
YUV94.56142.92106.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=22.07%
G=36.21%
B=41.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641051210.470.1300.53196.8430.8136.27
Hex4069792FD035c51f24
Octal10015117157150653053744
Binary100000011010011111001101111110101101011100010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406979; }

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

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

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

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

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

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

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

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