#40697A

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

Shades of Bismark #40697A

Tints of Bismark #40697A

Color information

#40697A (or 0x40697A) is unknown color: approx Bismark. HEX triplet: 40, 69 and 7A. RGB value is (64,105,122). Sum of RGB (Red+Green+Blue) = 64+105+122=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #40697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40697A is #BF9685. Grayscale: #5E5E5E. Windows color (decimal): -12555910 or 8022336. OLE color: 8022336.

HSL color Cylindrical-coordinate representation of color #40697A: hue angle of 197.59º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40697A is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64105122-
CMYK0.480.1400.52
HSL197.59º31.18%36.47%-
HSV(B)197.59º47.54%47.84%-
XYZ10.6812.620.28-
YUV94.68143.42106.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=21.99%
G=36.08%
B=41.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641051220.480.1400.52197.5931.1836.47
Hex40697A30E034c61f24
Octal10015117260160643063744
Binary100000011010011111010110000111001101001100011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40697A; }

 p { color: rgb(64,105,122); }

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

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

 a { background-color: rgb(64,105,122); }

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

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

 span { border-color: rgb(64,105,122); }

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