Shades of Bismark #406A78
Tints of Bismark #406A78
RGB
CMYK
RGB Variations
Color information
#406A78 (or 0x406A78) is known color: Bismark. HEX triplet: 40, 6A and 78. RGB value is (64,106,120). Sum of RGB (Red+Green+Blue) = 64+106+120=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #406A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A78 is #BF9587. Grayscale: #5E5E5E. Windows color (decimal): -12555656 or 7891520. OLE color: 7891520.
HSL color Cylindrical-coordinate representation of color #406A78: hue angle of 195º 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 #406A78 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 106 | 120 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.53 |
| HSL | 195º | 0.3% | 0.36% | - |
| HSV(B) | 195º | 0.47% | 0.47% | - |
| XYZ | 10.66 | 12.75 | 19.67 | - |
| YUV | 95.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 120 | 0.47 | 0.12 | 0 | 0.53 | 195 | 0.3 | 0.36 |
| Hex | 40 | 6A | 78 | 2F | C | 0 | 35 | C3 | 1E | 24 |
| Octal | 100 | 152 | 170 | 57 | 14 | 0 | 65 | 303 | 36 | 44 |
| Binary | 1000000 | 1101010 | 1111000 | 101111 | 1100 | 0 | 110101 | 11000011 | 11110 | 100100 |
Color Harmonies of #406A78
Complementary color
Monochromatic Colors of #406A78
Black with #406A78
Text Example
Text Example
White with #406A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A78; }
p { color: rgb(64,106,120); }
H1.HeaderClassName
{
color: #406A78;
}
.AnyTagClassName
{
color: #406A78;
}
</style>
background-color css
<style>
a { background-color: #406A78; }
a { background-color: rgb(64,106,120); }
div.DivClassName
{
background-color: #406A78;
}
.BgClassName
{
background-color: #406A78;
}
</style>
border-color css
<style>
span { border-color: #406A78; }
span { border-color: rgb(64,106,120); }
td.TdClassName
{
border-color: #406A78;
}
.TagClassName
{
border-color: #406A78;
}
</style>