Shades of Bismark #406C7D
Tints of Bismark #406C7D
RGB
CMYK
RGB Variations
Color information
#406C7D (or 0x406C7D) is known color: Bismark. HEX triplet: 40, 6C and 7D. RGB value is (64,108,125). Sum of RGB (Red+Green+Blue) = 64+108+125=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #406C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C7D is #BF9382. Grayscale: #606060. Windows color (decimal): -12555139 or 8219712. OLE color: 8219712.
HSL color Cylindrical-coordinate representation of color #406C7D: hue angle of 196.72º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #406C7D is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 108 | 125 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.51 |
| HSL | 196.72º | 0.32% | 0.37% | - |
| HSV(B) | 196.72º | 0.49% | 0.49% | - |
| XYZ | 11.18 | 13.3 | 21.38 | - |
| YUV | 96.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 125 | 0.49 | 0.14 | 0 | 0.51 | 196.72 | 0.32 | 0.37 |
| Hex | 40 | 6C | 7D | 31 | E | 0 | 33 | C5 | 20 | 25 |
| Octal | 100 | 154 | 175 | 61 | 16 | 0 | 63 | 305 | 40 | 45 |
| Binary | 1000000 | 1101100 | 1111101 | 110001 | 1110 | 0 | 110011 | 11000101 | 100000 | 100101 |
Color Harmonies of #406C7D
Complementary color
Monochromatic Colors of #406C7D
Black with #406C7D
Text Example
Text Example
White with #406C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C7D; }
p { color: rgb(64,108,125); }
H1.HeaderClassName
{
color: #406C7D;
}
.AnyTagClassName
{
color: #406C7D;
}
</style>
background-color css
<style>
a { background-color: #406C7D; }
a { background-color: rgb(64,108,125); }
div.DivClassName
{
background-color: #406C7D;
}
.BgClassName
{
background-color: #406C7D;
}
</style>
border-color css
<style>
span { border-color: #406C7D; }
span { border-color: rgb(64,108,125); }
td.TdClassName
{
border-color: #406C7D;
}
.TagClassName
{
border-color: #406C7D;
}
</style>