Shades of Bismark #406C7B
Tints of Bismark #406C7B
RGB
CMYK
RGB Variations
Color information
#406C7B (or 0x406C7B) is known color: Bismark. HEX triplet: 40, 6C and 7B. RGB value is (64,108,123). Sum of RGB (Red+Green+Blue) = 64+108+123=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #406C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C7B is #BF9384. Grayscale: #606060. Windows color (decimal): -12555141 or 8088640. OLE color: 8088640.
HSL color Cylindrical-coordinate representation of color #406C7B: hue angle of 195.25º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #406C7B is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 108 | 123 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.52 |
| HSL | 195.25º | 0.32% | 0.37% | - |
| HSV(B) | 195.25º | 0.48% | 0.48% | - |
| XYZ | 11.05 | 13.25 | 20.71 | - |
| YUV | 96.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 123 | 0.48 | 0.12 | 0 | 0.52 | 195.25 | 0.32 | 0.37 |
| Hex | 40 | 6C | 7B | 30 | C | 0 | 34 | C3 | 20 | 25 |
| Octal | 100 | 154 | 173 | 60 | 14 | 0 | 64 | 303 | 40 | 45 |
| Binary | 1000000 | 1101100 | 1111011 | 110000 | 1100 | 0 | 110100 | 11000011 | 100000 | 100101 |
Color Harmonies of #406C7B
Complementary color
Monochromatic Colors of #406C7B
Black with #406C7B
Text Example
Text Example
White with #406C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C7B; }
p { color: rgb(64,108,123); }
H1.HeaderClassName
{
color: #406C7B;
}
.AnyTagClassName
{
color: #406C7B;
}
</style>
background-color css
<style>
a { background-color: #406C7B; }
a { background-color: rgb(64,108,123); }
div.DivClassName
{
background-color: #406C7B;
}
.BgClassName
{
background-color: #406C7B;
}
</style>
border-color css
<style>
span { border-color: #406C7B; }
span { border-color: rgb(64,108,123); }
td.TdClassName
{
border-color: #406C7B;
}
.TagClassName
{
border-color: #406C7B;
}
</style>