Shades of Bismark #406C78
Tints of Bismark #406C78
RGB
CMYK
RGB Variations
Color information
#406C78 (or 0x406C78) is known color: Bismark. HEX triplet: 40, 6C and 78. RGB value is (64,108,120). Sum of RGB (Red+Green+Blue) = 64+108+120=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #406C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C78 is #BF9387. Grayscale: #606060. Windows color (decimal): -12555144 or 7892032. OLE color: 7892032.
HSL color Cylindrical-coordinate representation of color #406C78: hue angle of 192.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #406C78 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 108 | 120 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.53 |
| HSL | 192.86º | 0.3% | 0.36% | - |
| HSV(B) | 192.86º | 0.47% | 0.47% | - |
| XYZ | 10.87 | 13.17 | 19.74 | - |
| YUV | 96.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 120 | 0.47 | 0.10 | 0 | 0.53 | 192.86 | 0.3 | 0.36 |
| Hex | 40 | 6C | 78 | 2F | A | 0 | 35 | C1 | 1E | 24 |
| Octal | 100 | 154 | 170 | 57 | 12 | 0 | 65 | 301 | 36 | 44 |
| Binary | 1000000 | 1101100 | 1111000 | 101111 | 1010 | 0 | 110101 | 11000001 | 11110 | 100100 |
Color Harmonies of #406C78
Complementary color
Monochromatic Colors of #406C78
Black with #406C78
Text Example
Text Example
White with #406C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C78; }
p { color: rgb(64,108,120); }
H1.HeaderClassName
{
color: #406C78;
}
.AnyTagClassName
{
color: #406C78;
}
</style>
background-color css
<style>
a { background-color: #406C78; }
a { background-color: rgb(64,108,120); }
div.DivClassName
{
background-color: #406C78;
}
.BgClassName
{
background-color: #406C78;
}
</style>
border-color css
<style>
span { border-color: #406C78; }
span { border-color: rgb(64,108,120); }
td.TdClassName
{
border-color: #406C78;
}
.TagClassName
{
border-color: #406C78;
}
</style>