Shades of Bismark #406A7F
Tints of Bismark #406A7F
RGB
CMYK
RGB Variations
Color information
#406A7F (or 0x406A7F) is known color: Bismark. HEX triplet: 40, 6A and 7F. RGB value is (64,106,127). Sum of RGB (Red+Green+Blue) = 64+106+127=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #406A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A7F is #BF9580. Grayscale: #5F5F5F. Windows color (decimal): -12555649 or 8350272. OLE color: 8350272.
HSL color Cylindrical-coordinate representation of color #406A7F: hue angle of 200º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406A7F is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 106 | 127 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.50 |
| HSL | 200º | 0.33% | 0.37% | - |
| HSV(B) | 200º | 0.5% | 0.5% | - |
| XYZ | 11.1 | 12.93 | 21.99 | - |
| YUV | 95.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 127 | 0.50 | 0.17 | 0 | 0.50 | 200 | 0.33 | 0.37 |
| Hex | 40 | 6A | 7F | 32 | 11 | 0 | 32 | C8 | 21 | 25 |
| Octal | 100 | 152 | 177 | 62 | 21 | 0 | 62 | 310 | 41 | 45 |
| Binary | 1000000 | 1101010 | 1111111 | 110010 | 10001 | 0 | 110010 | 11001000 | 100001 | 100101 |
Color Harmonies of #406A7F
Complementary color
Monochromatic Colors of #406A7F
Black with #406A7F
Text Example
Text Example
White with #406A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A7F; }
p { color: rgb(64,106,127); }
H1.HeaderClassName
{
color: #406A7F;
}
.AnyTagClassName
{
color: #406A7F;
}
</style>
background-color css
<style>
a { background-color: #406A7F; }
a { background-color: rgb(64,106,127); }
div.DivClassName
{
background-color: #406A7F;
}
.BgClassName
{
background-color: #406A7F;
}
</style>
border-color css
<style>
span { border-color: #406A7F; }
span { border-color: rgb(64,106,127); }
td.TdClassName
{
border-color: #406A7F;
}
.TagClassName
{
border-color: #406A7F;
}
</style>