Shades of Bismark #406B76
Tints of Bismark #406B76
RGB
CMYK
RGB Variations
Color information
#406B76 (or 0x406B76) is known color: Bismark. HEX triplet: 40, 6B and 76. RGB value is (64,107,118). Sum of RGB (Red+Green+Blue) = 64+107+118=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #406B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B76 is #BF9489. Grayscale: #5F5F5F. Windows color (decimal): -12555402 or 7760704. OLE color: 7760704.
HSL color Cylindrical-coordinate representation of color #406B76: hue angle of 192.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406B76 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 107 | 118 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.54 |
| HSL | 192.22º | 0.3% | 0.36% | - |
| HSV(B) | 192.22º | 0.46% | 0.46% | - |
| XYZ | 10.64 | 12.91 | 19.07 | - |
| YUV | 95.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 118 | 0.46 | 0.09 | 0 | 0.54 | 192.22 | 0.3 | 0.36 |
| Hex | 40 | 6B | 76 | 2E | 9 | 0 | 36 | C0 | 1E | 24 |
| Octal | 100 | 153 | 166 | 56 | 11 | 0 | 66 | 300 | 36 | 44 |
| Binary | 1000000 | 1101011 | 1110110 | 101110 | 1001 | 0 | 110110 | 11000000 | 11110 | 100100 |
Color Harmonies of #406B76
Complementary color
Monochromatic Colors of #406B76
Black with #406B76
Text Example
Text Example
White with #406B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B76; }
p { color: rgb(64,107,118); }
H1.HeaderClassName
{
color: #406B76;
}
.AnyTagClassName
{
color: #406B76;
}
</style>
background-color css
<style>
a { background-color: #406B76; }
a { background-color: rgb(64,107,118); }
div.DivClassName
{
background-color: #406B76;
}
.BgClassName
{
background-color: #406B76;
}
</style>
border-color css
<style>
span { border-color: #406B76; }
span { border-color: rgb(64,107,118); }
td.TdClassName
{
border-color: #406B76;
}
.TagClassName
{
border-color: #406B76;
}
</style>