Shades of Bismark #40687A
Tints of Bismark #40687A
RGB
CMYK
RGB Variations
Color information
#40687A (or 0x40687A) is known color: Bismark. HEX triplet: 40, 68 and 7A. RGB value is (64,104,122). Sum of RGB (Red+Green+Blue) = 64+104+122=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #40687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40687A is #BF9785. Grayscale: #5D5D5D. Windows color (decimal): -12556166 or 8022080. OLE color: 8022080.
HSL color Cylindrical-coordinate representation of color #40687A: hue angle of 198.62º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40687A is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 104 | 122 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.52 |
| HSL | 198.62º | 0.31% | 0.36% | - |
| HSV(B) | 198.62º | 0.48% | 0.48% | - |
| XYZ | 10.58 | 12.4 | 20.25 | - |
| YUV | 94.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 104 | 122 | 0.48 | 0.15 | 0 | 0.52 | 198.62 | 0.31 | 0.36 |
| Hex | 40 | 68 | 7A | 30 | F | 0 | 34 | C7 | 1F | 24 |
| Octal | 100 | 150 | 172 | 60 | 17 | 0 | 64 | 307 | 37 | 44 |
| Binary | 1000000 | 1101000 | 1111010 | 110000 | 1111 | 0 | 110100 | 11000111 | 11111 | 100100 |
Color Harmonies of #40687A
Complementary color
Monochromatic Colors of #40687A
Black with #40687A
Text Example
Text Example
White with #40687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40687A; }
p { color: rgb(64,104,122); }
H1.HeaderClassName
{
color: #40687A;
}
.AnyTagClassName
{
color: #40687A;
}
</style>
background-color css
<style>
a { background-color: #40687A; }
a { background-color: rgb(64,104,122); }
div.DivClassName
{
background-color: #40687A;
}
.BgClassName
{
background-color: #40687A;
}
</style>
border-color css
<style>
span { border-color: #40687A; }
span { border-color: rgb(64,104,122); }
td.TdClassName
{
border-color: #40687A;
}
.TagClassName
{
border-color: #40687A;
}
</style>