Shades of Bismark #406A73
Tints of Bismark #406A73
RGB
CMYK
RGB Variations
Color information
#406A73 (or 0x406A73) is known color: Bismark. HEX triplet: 40, 6A and 73. RGB value is (64,106,115). Sum of RGB (Red+Green+Blue) = 64+106+115=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #406A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A73 is #BF958C. Grayscale: #5E5E5E. Windows color (decimal): -12555661 or 7563840. OLE color: 7563840.
HSL color Cylindrical-coordinate representation of color #406A73: hue angle of 190.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #406A73 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 106 | 115 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.55 |
| HSL | 190.59º | 0.28% | 0.35% | - |
| HSV(B) | 190.59º | 0.44% | 0.45% | - |
| XYZ | 10.36 | 12.64 | 18.11 | - |
| YUV | 94.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 115 | 0.44 | 0.08 | 0 | 0.55 | 190.59 | 0.28 | 0.35 |
| Hex | 40 | 6A | 73 | 2C | 8 | 0 | 37 | BF | 1C | 23 |
| Octal | 100 | 152 | 163 | 54 | 10 | 0 | 67 | 277 | 34 | 43 |
| Binary | 1000000 | 1101010 | 1110011 | 101100 | 1000 | 0 | 110111 | 10111111 | 11100 | 100011 |
Color Harmonies of #406A73
Complementary color
Monochromatic Colors of #406A73
Black with #406A73
Text Example
Text Example
White with #406A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A73; }
p { color: rgb(64,106,115); }
H1.HeaderClassName
{
color: #406A73;
}
.AnyTagClassName
{
color: #406A73;
}
</style>
background-color css
<style>
a { background-color: #406A73; }
a { background-color: rgb(64,106,115); }
div.DivClassName
{
background-color: #406A73;
}
.BgClassName
{
background-color: #406A73;
}
</style>
border-color css
<style>
span { border-color: #406A73; }
span { border-color: rgb(64,106,115); }
td.TdClassName
{
border-color: #406A73;
}
.TagClassName
{
border-color: #406A73;
}
</style>