Shades of Bismark #406D77
Tints of Bismark #406D77
RGB
CMYK
RGB Variations
Color information
#406D77 (or 0x406D77) is known color: Bismark. HEX triplet: 40, 6D and 77. RGB value is (64,109,119). Sum of RGB (Red+Green+Blue) = 64+109+119=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #406D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D77 is #BF9288. Grayscale: #606060. Windows color (decimal): -12554889 or 7826752. OLE color: 7826752.
HSL color Cylindrical-coordinate representation of color #406D77: hue angle of 190.91º 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 #406D77 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 109 | 119 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.53 |
| HSL | 190.91º | 0.3% | 0.36% | - |
| HSV(B) | 190.91º | 0.46% | 0.47% | - |
| XYZ | 10.91 | 13.36 | 19.46 | - |
| YUV | 96.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 119 | 0.46 | 0.08 | 0 | 0.53 | 190.91 | 0.3 | 0.36 |
| Hex | 40 | 6D | 77 | 2E | 8 | 0 | 35 | BF | 1E | 24 |
| Octal | 100 | 155 | 167 | 56 | 10 | 0 | 65 | 277 | 36 | 44 |
| Binary | 1000000 | 1101101 | 1110111 | 101110 | 1000 | 0 | 110101 | 10111111 | 11110 | 100100 |
Color Harmonies of #406D77
Complementary color
Monochromatic Colors of #406D77
Black with #406D77
Text Example
Text Example
White with #406D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D77; }
p { color: rgb(64,109,119); }
H1.HeaderClassName
{
color: #406D77;
}
.AnyTagClassName
{
color: #406D77;
}
</style>
background-color css
<style>
a { background-color: #406D77; }
a { background-color: rgb(64,109,119); }
div.DivClassName
{
background-color: #406D77;
}
.BgClassName
{
background-color: #406D77;
}
</style>
border-color css
<style>
span { border-color: #406D77; }
span { border-color: rgb(64,109,119); }
td.TdClassName
{
border-color: #406D77;
}
.TagClassName
{
border-color: #406D77;
}
</style>