#406D78

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

Shades of Bismark #406D78

Tints of Bismark #406D78

Color information

#406D78 (or 0x406D78) is unknown color: approx Bismark. HEX triplet: 40, 6D and 78. RGB value is (64,109,120). Sum of RGB (Red+Green+Blue) = 64+109+120=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #406D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D78 is #BF9287. Grayscale: #606060. Windows color (decimal): -12554888 or 7892288. OLE color: 7892288.

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

Color convert

RGB64109120-
CMYK0.470.0900.53
HSL191.79º30.43%36.08%-
HSV(B)191.79º46.67%47.06%-
XYZ10.9713.3819.77-
YUV96.8141.09104.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=21.84%
G=37.20%
B=40.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641091200.470.0900.53191.7930.4336.08
Hex406D782F9035c01e24
Octal10015517057110653003644
Binary100000011011011111000101111100101101011100000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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