#406376

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

Shades of Bismark #406376

Tints of Bismark #406376

Color information

#406376 (or 0x406376) is unknown color: approx Bismark. HEX triplet: 40, 63 and 76. RGB value is (64,99,118). Sum of RGB (Red+Green+Blue) = 64+99+118=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #406376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406376 is #BF9C89. Grayscale: #5A5A5A. Windows color (decimal): -12557450 or 7758656. OLE color: 7758656.

HSL color Cylindrical-coordinate representation of color #406376: hue angle of 201.11º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406376 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6499118-
CMYK0.460.1600.54
HSL201.11º29.67%35.69%-
HSV(B)201.11º45.76%46.27%-
XYZ9.8511.3218.81-
YUV90.7143.4108.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=22.78%
G=35.23%
B=41.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64991180.460.1600.54201.1129.6735.69
Hex4063762E10036c91e24
Octal10014316656200663113644
Binary1000000110001111101101011101000001101101100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406376; }

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

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

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

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

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

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

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

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