#406775

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

Shades of Bismark #406775

Tints of Bismark #406775

Color information

#406775 (or 0x406775) is unknown color: approx Bismark. HEX triplet: 40, 67 and 75. RGB value is (64,103,117). Sum of RGB (Red+Green+Blue) = 64+103+117=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #406775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406775 is #BF988A. Grayscale: #5C5C5C. Windows color (decimal): -12556427 or 7694144. OLE color: 7694144.

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

Color convert

RGB64103117-
CMYK0.450.1200.54
HSL195.85º29.28%35.49%-
HSV(B)195.85º45.3%45.88%-
XYZ10.1812.0718.62-
YUV92.94141.58107.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=22.54%
G=36.27%
B=41.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641031170.450.1200.54195.8529.2835.49
Hex4067752DC036c41d23
Octal10014716555140663043543
Binary100000011001111110101101101110001101101100010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406775; }

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

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

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

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

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

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

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

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