#406C75

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

Shades of Bismark #406C75

Tints of Bismark #406C75

Color information

#406C75 (or 0x406C75) is unknown color: approx Bismark. HEX triplet: 40, 6C and 75. RGB value is (64,108,117). Sum of RGB (Red+Green+Blue) = 64+108+117=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #406C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C75 is #BF938A. Grayscale: #5F5F5F. Windows color (decimal): -12555147 or 7695424. OLE color: 7695424.

HSL color Cylindrical-coordinate representation of color #406C75: hue angle of 190.19º 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 #406C75 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB64108117-
CMYK0.450.0800.54
HSL190.19º29.28%35.49%-
HSV(B)190.19º45.3%45.88%-
XYZ10.6913.118.79-
YUV95.87139.92105.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=22.15%
G=37.37%
B=40.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641081170.450.0800.54190.1929.2835.49
Hex406C752D8036be1d23
Octal10015416555100662763543
Binary100000011011001110101101101100001101101011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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