#406C78

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

Shades of Bismark #406C78

Tints of Bismark #406C78

Color information

#406C78 (or 0x406C78) is unknown color: approx Bismark. HEX triplet: 40, 6C and 78. RGB value is (64,108,120). Sum of RGB (Red+Green+Blue) = 64+108+120=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #406C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C78 is #BF9387. Grayscale: #606060. Windows color (decimal): -12555144 or 7892032. OLE color: 7892032.

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

Color convert

RGB64108120-
CMYK0.470.1000.53
HSL192.86º30.43%36.08%-
HSV(B)192.86º46.67%47.06%-
XYZ10.8713.1719.74-
YUV96.21141.42105.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 108 (42.58% from 255) = 36.99%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=21.92%
G=36.99%
B=41.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641081200.470.1000.53192.8630.4336.08
Hex406C782FA035c11e24
Octal10015417057120653013644
Binary100000011011001111000101111101001101011100000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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