#406A7F

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

Shades of Bismark #406A7F

Tints of Bismark #406A7F

Color information

#406A7F (or 0x406A7F) is unknown color: approx Bismark. HEX triplet: 40, 6A and 7F. RGB value is (64,106,127). Sum of RGB (Red+Green+Blue) = 64+106+127=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #406A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A7F is #BF9580. Grayscale: #5F5F5F. Windows color (decimal): -12555649 or 8350272. OLE color: 8350272.

HSL color Cylindrical-coordinate representation of color #406A7F: hue angle of 200º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406A7F is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB64106127-
CMYK0.500.1700.50
HSL200º32.98%37.45%-
HSV(B)200º49.61%49.8%-
XYZ11.112.9321.99-
YUV95.84145.59105.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 127 (50% from 255) = 42.76%
R=21.55%
G=35.69%
B=42.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641061270.500.1700.5020032.9837.45
Hex406A7F3211032c82125
Octal10015217762210623104145
Binary10000001101010111111111001010001011001011001000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,106,127); }

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

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

 a { background-color: rgb(64,106,127); }

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

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

 span { border-color: rgb(64,106,127); }

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