Shades of Bismark #43707D
Tints of Bismark #43707D
RGB
CMYK
RGB Variations
Color information
#43707D (or 0x43707D) is known color: Bismark. HEX triplet: 43, 70 and 7D. RGB value is (67,112,125). Sum of RGB (Red+Green+Blue) = 67+112+125=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #43707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43707D is #BC8F82. Grayscale: #636363. Windows color (decimal): -12357507 or 8220739. OLE color: 8220739.
HSL color Cylindrical-coordinate representation of color #43707D: hue angle of 193.45º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43707D is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 112 | 125 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.51 |
| HSL | 193.45º | 0.3% | 0.38% | - |
| HSV(B) | 193.45º | 0.46% | 0.49% | - |
| XYZ | 11.81 | 14.26 | 21.53 | - |
| YUV | 100.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 125 | 0.46 | 0.10 | 0 | 0.51 | 193.45 | 0.3 | 0.38 |
| Hex | 43 | 70 | 7D | 2E | A | 0 | 33 | C1 | 1E | 26 |
| Octal | 103 | 160 | 175 | 56 | 12 | 0 | 63 | 301 | 36 | 46 |
| Binary | 1000011 | 1110000 | 1111101 | 101110 | 1010 | 0 | 110011 | 11000001 | 11110 | 100110 |
Color Harmonies of #43707D
Complementary color
Monochromatic Colors of #43707D
Black with #43707D
Text Example
Text Example
White with #43707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43707D; }
p { color: rgb(67,112,125); }
H1.HeaderClassName
{
color: #43707D;
}
.AnyTagClassName
{
color: #43707D;
}
</style>
background-color css
<style>
a { background-color: #43707D; }
a { background-color: rgb(67,112,125); }
div.DivClassName
{
background-color: #43707D;
}
.BgClassName
{
background-color: #43707D;
}
</style>
border-color css
<style>
span { border-color: #43707D; }
span { border-color: rgb(67,112,125); }
td.TdClassName
{
border-color: #43707D;
}
.TagClassName
{
border-color: #43707D;
}
</style>