#406675

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

Shades of Bismark #406675

Tints of Bismark #406675

Color information

#406675 (or 0x406675) is unknown color: approx Bismark. HEX triplet: 40, 66 and 75. RGB value is (64,102,117). Sum of RGB (Red+Green+Blue) = 64+102+117=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #406675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406675 is #BF998A. Grayscale: #5C5C5C. Windows color (decimal): -12556683 or 7693888. OLE color: 7693888.

HSL color Cylindrical-coordinate representation of color #406675: hue angle of 196.98º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #406675 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB64102117-
CMYK0.450.1300.54
HSL196.98º29.28%35.49%-
HSV(B)196.98º45.3%45.88%-
XYZ10.0811.8818.59-
YUV92.35141.91107.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=22.61%
G=36.04%
B=41.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641021170.450.1300.54196.9829.2835.49
Hex4066752DD036c51d23
Octal10014616555150663053543
Binary100000011001101110101101101110101101101100010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406675; }

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

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

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

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

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

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

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

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