Shades of Bismark #40717D
Tints of Bismark #40717D
RGB
CMYK
RGB Variations
Color information
#40717D (or 0x40717D) is known color: Bismark. HEX triplet: 40, 71 and 7D. RGB value is (64,113,125). Sum of RGB (Red+Green+Blue) = 64+113+125=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #40717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40717D is #BF8E82. Grayscale: #636363. Windows color (decimal): -12553859 or 8220992. OLE color: 8220992.
HSL color Cylindrical-coordinate representation of color #40717D: hue angle of 191.8º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40717D is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 113 | 125 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.51 |
| HSL | 191.8º | 0.32% | 0.37% | - |
| HSV(B) | 191.8º | 0.49% | 0.49% | - |
| XYZ | 11.72 | 14.38 | 21.56 | - |
| YUV | 99.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 125 | 0.49 | 0.10 | 0 | 0.51 | 191.8 | 0.32 | 0.37 |
| Hex | 40 | 71 | 7D | 31 | A | 0 | 33 | C0 | 20 | 25 |
| Octal | 100 | 161 | 175 | 61 | 12 | 0 | 63 | 300 | 40 | 45 |
| Binary | 1000000 | 1110001 | 1111101 | 110001 | 1010 | 0 | 110011 | 11000000 | 100000 | 100101 |
Color Harmonies of #40717D
Complementary color
Monochromatic Colors of #40717D
Black with #40717D
Text Example
Text Example
White with #40717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40717D; }
p { color: rgb(64,113,125); }
H1.HeaderClassName
{
color: #40717D;
}
.AnyTagClassName
{
color: #40717D;
}
</style>
background-color css
<style>
a { background-color: #40717D; }
a { background-color: rgb(64,113,125); }
div.DivClassName
{
background-color: #40717D;
}
.BgClassName
{
background-color: #40717D;
}
</style>
border-color css
<style>
span { border-color: #40717D; }
span { border-color: rgb(64,113,125); }
td.TdClassName
{
border-color: #40717D;
}
.TagClassName
{
border-color: #40717D;
}
</style>