Shades of Bismark #46707C
Tints of Bismark #46707C
RGB
CMYK
RGB Variations
Color information
#46707C (or 0x46707C) is known color: Bismark. HEX triplet: 46, 70 and 7C. RGB value is (70,112,124). Sum of RGB (Red+Green+Blue) = 70+112+124=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #46707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46707C is #B98F83. Grayscale: #646464. Windows color (decimal): -12160900 or 8155206. OLE color: 8155206.
HSL color Cylindrical-coordinate representation of color #46707C: hue angle of 193.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46707C is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 112 | 124 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.51 |
| HSL | 193.33º | 0.28% | 0.38% | - |
| HSV(B) | 193.33º | 0.44% | 0.49% | - |
| XYZ | 11.96 | 14.35 | 21.21 | - |
| YUV | 100.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 124 | 0.44 | 0.10 | 0 | 0.51 | 193.33 | 0.28 | 0.38 |
| Hex | 46 | 70 | 7C | 2C | A | 0 | 33 | C1 | 1C | 26 |
| Octal | 106 | 160 | 174 | 54 | 12 | 0 | 63 | 301 | 34 | 46 |
| Binary | 1000110 | 1110000 | 1111100 | 101100 | 1010 | 0 | 110011 | 11000001 | 11100 | 100110 |
Color Harmonies of #46707C
Complementary color
Monochromatic Colors of #46707C
Black with #46707C
Text Example
Text Example
White with #46707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46707C; }
p { color: rgb(70,112,124); }
H1.HeaderClassName
{
color: #46707C;
}
.AnyTagClassName
{
color: #46707C;
}
</style>
background-color css
<style>
a { background-color: #46707C; }
a { background-color: rgb(70,112,124); }
div.DivClassName
{
background-color: #46707C;
}
.BgClassName
{
background-color: #46707C;
}
</style>
border-color css
<style>
span { border-color: #46707C; }
span { border-color: rgb(70,112,124); }
td.TdClassName
{
border-color: #46707C;
}
.TagClassName
{
border-color: #46707C;
}
</style>