Shades of Bismark #40717C
Tints of Bismark #40717C
RGB
CMYK
RGB Variations
Color information
#40717C (or 0x40717C) is known color: Bismark. HEX triplet: 40, 71 and 7C. RGB value is (64,113,124). Sum of RGB (Red+Green+Blue) = 64+113+124=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #40717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40717C is #BF8E83. Grayscale: #636363. Windows color (decimal): -12553860 or 8155456. OLE color: 8155456.
HSL color Cylindrical-coordinate representation of color #40717C: hue angle of 191º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40717C is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 113 | 124 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.51 |
| HSL | 191º | 0.32% | 0.37% | - |
| HSV(B) | 191º | 0.48% | 0.49% | - |
| XYZ | 11.66 | 14.36 | 21.23 | - |
| YUV | 99.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 124 | 0.48 | 0.09 | 0 | 0.51 | 191 | 0.32 | 0.37 |
| Hex | 40 | 71 | 7C | 30 | 9 | 0 | 33 | BF | 20 | 25 |
| Octal | 100 | 161 | 174 | 60 | 11 | 0 | 63 | 277 | 40 | 45 |
| Binary | 1000000 | 1110001 | 1111100 | 110000 | 1001 | 0 | 110011 | 10111111 | 100000 | 100101 |
Color Harmonies of #40717C
Complementary color
Monochromatic Colors of #40717C
Black with #40717C
Text Example
Text Example
White with #40717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40717C; }
p { color: rgb(64,113,124); }
H1.HeaderClassName
{
color: #40717C;
}
.AnyTagClassName
{
color: #40717C;
}
</style>
background-color css
<style>
a { background-color: #40717C; }
a { background-color: rgb(64,113,124); }
div.DivClassName
{
background-color: #40717C;
}
.BgClassName
{
background-color: #40717C;
}
</style>
border-color css
<style>
span { border-color: #40717C; }
span { border-color: rgb(64,113,124); }
td.TdClassName
{
border-color: #40717C;
}
.TagClassName
{
border-color: #40717C;
}
</style>