#406B7A

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

Shades of Bismark #406B7A

Tints of Bismark #406B7A

Color information

#406B7A (or 0x406B7A) is unknown color: approx Bismark. HEX triplet: 40, 6B and 7A. RGB value is (64,107,122). Sum of RGB (Red+Green+Blue) = 64+107+122=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #406B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B7A is #BF9485. Grayscale: #5F5F5F. Windows color (decimal): -12555398 or 8022848. OLE color: 8022848.

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

Color convert

RGB64107122-
CMYK0.480.1200.52
HSL195.52º31.18%36.47%-
HSV(B)195.52º47.54%47.84%-
XYZ10.8813.0120.35-
YUV95.85142.75105.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=21.84%
G=36.52%
B=41.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641071220.480.1200.52195.5231.1836.47
Hex406B7A30C034c41f24
Octal10015317260140643043744
Binary100000011010111111010110000110001101001100010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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