#40697B

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

Shades of Bismark #40697B

Tints of Bismark #40697B

Color information

#40697B (or 0x40697B) is unknown color: approx Bismark. HEX triplet: 40, 69 and 7B. RGB value is (64,105,123). Sum of RGB (Red+Green+Blue) = 64+105+123=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #40697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40697B is #BF9684. Grayscale: #5E5E5E. Windows color (decimal): -12555909 or 8087872. OLE color: 8087872.

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

Color convert

RGB64105123-
CMYK0.480.1500.52
HSL198.31º31.55%36.67%-
HSV(B)198.31º47.97%48.24%-
XYZ10.7412.6220.61-
YUV94.79143.92106.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=21.92%
G=35.96%
B=42.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641051230.480.1500.52198.3131.5536.67
Hex40697B30F034c62025
Octal10015117360170643064045
Binary1000000110100111110111100001111011010011000110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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