#406876

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

Shades of Bismark #406876

Tints of Bismark #406876

Color information

#406876 (or 0x406876) is unknown color: approx Bismark. HEX triplet: 40, 68 and 76. RGB value is (64,104,118). Sum of RGB (Red+Green+Blue) = 64+104+118=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #406876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406876 is #BF9789. Grayscale: #5D5D5D. Windows color (decimal): -12556170 or 7759936. OLE color: 7759936.

HSL color Cylindrical-coordinate representation of color #406876: hue angle of 195.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406876 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB64104118-
CMYK0.460.1200.54
HSL195.56º29.67%35.69%-
HSV(B)195.56º45.76%46.27%-
XYZ10.3312.318.97-
YUV93.64141.75106.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=22.38%
G=36.36%
B=41.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641041180.460.1200.54195.5629.6735.69
Hex4068762EC036c41e24
Octal10015016656140663043644
Binary100000011010001110110101110110001101101100010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406876; }

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

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

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

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

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

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

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

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