#406271

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

Shades of Bismark #406271

Tints of Bismark #406271

Color information

#406271 (or 0x406271) is unknown color: approx Bismark. HEX triplet: 40, 62 and 71. RGB value is (64,98,113). Sum of RGB (Red+Green+Blue) = 64+98+113=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #406271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406271 is #BF9D8E. Grayscale: #595959. Windows color (decimal): -12557711 or 7430720. OLE color: 7430720.

HSL color Cylindrical-coordinate representation of color #406271: hue angle of 198.37º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406271 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6498113-
CMYK0.430.1300.56
HSL198.37º27.68%34.71%-
HSV(B)198.37º43.36%44.31%-
XYZ9.4611.0217.25-
YUV89.54141.24109.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=23.27%
G=35.64%
B=41.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64981130.430.1300.56198.3727.6834.71
Hex4062712BD038c61c23
Octal10014216153150703063443
Binary100000011000101110001101011110101110001100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406271; }

 p { color: rgb(64,98,113); }

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

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

 a { background-color: rgb(64,98,113); }

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

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

 span { border-color: rgb(64,98,113); }

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