#40687A

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

Shades of Bismark #40687A

Tints of Bismark #40687A

Color information

#40687A (or 0x40687A) is unknown color: approx Bismark. HEX triplet: 40, 68 and 7A. RGB value is (64,104,122). Sum of RGB (Red+Green+Blue) = 64+104+122=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #40687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40687A is #BF9785. Grayscale: #5D5D5D. Windows color (decimal): -12556166 or 8022080. OLE color: 8022080.

HSL color Cylindrical-coordinate representation of color #40687A: hue angle of 198.62º 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 #40687A is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64104122-
CMYK0.480.1500.52
HSL198.62º31.18%36.47%-
HSV(B)198.62º47.54%47.84%-
XYZ10.5812.420.25-
YUV94.09143.75106.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=22.07%
G=35.86%
B=42.07%

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
Decimal641041220.480.1500.52198.6231.1836.47
Hex40687A30F034c71f24
Octal10015017260170643073744
Binary100000011010001111010110000111101101001100011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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