Shades of Bismark #46707A
Tints of Bismark #46707A
RGB
CMYK
RGB Variations
Color information
#46707A (or 0x46707A) is known color: Bismark. HEX triplet: 46, 70 and 7A. RGB value is (70,112,122). Sum of RGB (Red+Green+Blue) = 70+112+122=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #46707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46707A is #B98F85. Grayscale: #646464. Windows color (decimal): -12160902 or 8024134. OLE color: 8024134.
HSL color Cylindrical-coordinate representation of color #46707A: hue angle of 191.54º 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 #46707A is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 112 | 122 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.52 |
| HSL | 191.54º | 0.27% | 0.38% | - |
| HSV(B) | 191.54º | 0.43% | 0.48% | - |
| XYZ | 11.83 | 14.3 | 20.55 | - |
| YUV | 100.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 122 | 0.43 | 0.08 | 0 | 0.52 | 191.54 | 0.27 | 0.38 |
| Hex | 46 | 70 | 7A | 2B | 8 | 0 | 34 | C0 | 1B | 26 |
| Octal | 106 | 160 | 172 | 53 | 10 | 0 | 64 | 300 | 33 | 46 |
| Binary | 1000110 | 1110000 | 1111010 | 101011 | 1000 | 0 | 110100 | 11000000 | 11011 | 100110 |
Color Harmonies of #46707A
Complementary color
Monochromatic Colors of #46707A
Black with #46707A
Text Example
Text Example
White with #46707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46707A; }
p { color: rgb(70,112,122); }
H1.HeaderClassName
{
color: #46707A;
}
.AnyTagClassName
{
color: #46707A;
}
</style>
background-color css
<style>
a { background-color: #46707A; }
a { background-color: rgb(70,112,122); }
div.DivClassName
{
background-color: #46707A;
}
.BgClassName
{
background-color: #46707A;
}
</style>
border-color css
<style>
span { border-color: #46707A; }
span { border-color: rgb(70,112,122); }
td.TdClassName
{
border-color: #46707A;
}
.TagClassName
{
border-color: #46707A;
}
</style>