#406B7B

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

Shades of Bismark #406B7B

Tints of Bismark #406B7B

Color information

#406B7B (or 0x406B7B) is unknown color: approx Bismark. HEX triplet: 40, 6B and 7B. RGB value is (64,107,123). Sum of RGB (Red+Green+Blue) = 64+107+123=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #406B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B7B is #BF9484. Grayscale: #5F5F5F. Windows color (decimal): -12555397 or 8088384. OLE color: 8088384.

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

Color convert

RGB64107123-
CMYK0.480.1300.52
HSL196.27º31.55%36.67%-
HSV(B)196.27º47.97%48.24%-
XYZ10.9513.0420.68-
YUV95.97143.25105.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=21.77%
G=36.39%
B=41.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641071230.480.1300.52196.2731.5536.67
Hex406B7B30D034c42025
Octal10015317360150643044045
Binary1000000110101111110111100001101011010011000100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406B7B; }

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

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

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

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

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

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

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

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