Shades of Bismark #46687B
Tints of Bismark #46687B
RGB
CMYK
RGB Variations
Color information
#46687B (or 0x46687B) is known color: Bismark. HEX triplet: 46, 68 and 7B. RGB value is (70,104,123). Sum of RGB (Red+Green+Blue) = 70+104+123=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #46687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46687B is #B99784. Grayscale: #5F5F5F. Windows color (decimal): -12162949 or 8087622. OLE color: 8087622.
HSL color Cylindrical-coordinate representation of color #46687B: hue angle of 201.51º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46687B is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 104 | 123 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.52 |
| HSL | 201.51º | 0.27% | 0.38% | - |
| HSV(B) | 201.51º | 0.43% | 0.48% | - |
| XYZ | 11.05 | 12.63 | 20.59 | - |
| YUV | 96 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 123 | 0.43 | 0.15 | 0 | 0.52 | 201.51 | 0.27 | 0.38 |
| Hex | 46 | 68 | 7B | 2B | F | 0 | 34 | CA | 1B | 26 |
| Octal | 106 | 150 | 173 | 53 | 17 | 0 | 64 | 312 | 33 | 46 |
| Binary | 1000110 | 1101000 | 1111011 | 101011 | 1111 | 0 | 110100 | 11001010 | 11011 | 100110 |
Color Harmonies of #46687B
Complementary color
Monochromatic Colors of #46687B
Black with #46687B
Text Example
Text Example
White with #46687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46687B; }
p { color: rgb(70,104,123); }
H1.HeaderClassName
{
color: #46687B;
}
.AnyTagClassName
{
color: #46687B;
}
</style>
background-color css
<style>
a { background-color: #46687B; }
a { background-color: rgb(70,104,123); }
div.DivClassName
{
background-color: #46687B;
}
.BgClassName
{
background-color: #46687B;
}
</style>
border-color css
<style>
span { border-color: #46687B; }
span { border-color: rgb(70,104,123); }
td.TdClassName
{
border-color: #46687B;
}
.TagClassName
{
border-color: #46687B;
}
</style>