#406678

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

Shades of Bismark #406678

Tints of Bismark #406678

Color information

#406678 (or 0x406678) is unknown color: approx Bismark. HEX triplet: 40, 66 and 78. RGB value is (64,102,120). Sum of RGB (Red+Green+Blue) = 64+102+120=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #406678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406678 is #BF9987. Grayscale: #5C5C5C. Windows color (decimal): -12556680 or 7890496. OLE color: 7890496.

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

Color convert

RGB64102120-
CMYK0.470.1500.53
HSL199.29º30.43%36.08%-
HSV(B)199.29º46.67%47.06%-
XYZ10.2611.9519.54-
YUV92.69143.41107.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=22.38%
G=35.66%
B=41.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641021200.470.1500.53199.2930.4336.08
Hex4066782FF035c71e24
Octal10014617057170653073644
Binary100000011001101111000101111111101101011100011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406678; }

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

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

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

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

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

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

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

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