#406877

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

Shades of Bismark #406877

Tints of Bismark #406877

Color information

#406877 (or 0x406877) is unknown color: approx Bismark. HEX triplet: 40, 68 and 77. RGB value is (64,104,119). Sum of RGB (Red+Green+Blue) = 64+104+119=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #406877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406877 is #BF9788. Grayscale: #5D5D5D. Windows color (decimal): -12556169 or 7825472. OLE color: 7825472.

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

Color convert

RGB64104119-
CMYK0.460.1300.53
HSL196.36º30.05%35.88%-
HSV(B)196.36º46.22%46.67%-
XYZ10.3912.3219.28-
YUV93.75142.25106.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=22.30%
G=36.24%
B=41.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641041190.460.1300.53196.3630.0535.88
Hex4068772ED035c41e24
Octal10015016756150653043644
Binary100000011010001110111101110110101101011100010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406877; }

 p { color: rgb(64,104,119); }

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

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

 a { background-color: rgb(64,104,119); }

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

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

 span { border-color: rgb(64,104,119); }

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