#406372

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

Shades of Bismark #406372

Tints of Bismark #406372

Color information

#406372 (or 0x406372) is unknown color: approx Bismark. HEX triplet: 40, 63 and 72. RGB value is (64,99,114). Sum of RGB (Red+Green+Blue) = 64+99+114=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #406372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406372 is #BF9C8D. Grayscale: #5A5A5A. Windows color (decimal): -12557454 or 7496512. OLE color: 7496512.

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

Color convert

RGB6499114-
CMYK0.440.1300.55
HSL198º28.09%34.9%-
HSV(B)198º43.86%44.71%-
XYZ9.6111.2317.58-
YUV90.24141.4109.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=23.10%
G=35.74%
B=41.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64991140.440.1300.5519828.0934.9
Hex4063722CD037c61c23
Octal10014316254150673063443
Binary100000011000111110010101100110101101111100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406372; }

 p { color: rgb(64,99,114); }

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

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

 a { background-color: rgb(64,99,114); }

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

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

 span { border-color: rgb(64,99,114); }

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