#40697C

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

Shades of Bismark #40697C

Tints of Bismark #40697C

Color information

#40697C (or 0x40697C) is unknown color: approx Bismark. HEX triplet: 40, 69 and 7C. RGB value is (64,105,124). Sum of RGB (Red+Green+Blue) = 64+105+124=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #40697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40697C is #BF9683. Grayscale: #5E5E5E. Windows color (decimal): -12555908 or 8153408. OLE color: 8153408.

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

Color convert

RGB64105124-
CMYK0.480.1500.51
HSL199º31.91%36.86%-
HSV(B)199º48.39%48.63%-
XYZ10.812.6520.94-
YUV94.91144.42105.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=21.84%
G=35.84%
B=42.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641051240.480.1500.5119931.9136.86
Hex40697C30F033c72025
Octal10015117460170633074045
Binary1000000110100111111001100001111011001111000111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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