#406576

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

Shades of Bismark #406576

Tints of Bismark #406576

Color information

#406576 (or 0x406576) is unknown color: approx Bismark. HEX triplet: 40, 65 and 76. RGB value is (64,101,118). Sum of RGB (Red+Green+Blue) = 64+101+118=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #406576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406576 is #BF9A89. Grayscale: #5B5B5B. Windows color (decimal): -12556938 or 7759168. OLE color: 7759168.

HSL color Cylindrical-coordinate representation of color #406576: hue angle of 198.89º 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 #406576 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB64101118-
CMYK0.460.1400.54
HSL198.89º29.67%35.69%-
HSV(B)198.89º45.76%46.27%-
XYZ10.0411.7118.87-
YUV91.88142.74108.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=22.61%
G=35.69%
B=41.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641011180.460.1400.54198.8929.6735.69
Hex4065762EE036c71e24
Octal10014516656160663073644
Binary100000011001011110110101110111001101101100011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406576; }

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

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

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

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

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

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

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

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