#406878

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

Shades of Bismark #406878

Tints of Bismark #406878

Color information

#406878 (or 0x406878) is unknown color: approx Bismark. HEX triplet: 40, 68 and 78. RGB value is (64,104,120). Sum of RGB (Red+Green+Blue) = 64+104+120=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #406878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406878 is #BF9787. Grayscale: #5D5D5D. Windows color (decimal): -12556168 or 7891008. OLE color: 7891008.

HSL color Cylindrical-coordinate representation of color #406878: hue angle of 197.14º degrees, saturation: 0.3, 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 #406878 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64104120-
CMYK0.470.1300.53
HSL197.14º30.43%36.08%-
HSV(B)197.14º46.67%47.06%-
XYZ10.4512.3519.6-
YUV93.86142.75106.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=22.22%
G=36.11%
B=41.67%

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
Decimal641041200.470.1300.53197.1430.4336.08
Hex4068782FD035c51e24
Octal10015017057150653053644
Binary100000011010001111000101111110101101011100010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406878; }

 p { color: rgb(64,104,120); }

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

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

 a { background-color: rgb(64,104,120); }

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

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

 span { border-color: rgb(64,104,120); }

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