Shades of Bismark #43707C
Tints of Bismark #43707C
RGB
CMYK
RGB Variations
Color information
#43707C (or 0x43707C) is known color: Bismark. HEX triplet: 43, 70 and 7C. RGB value is (67,112,124). Sum of RGB (Red+Green+Blue) = 67+112+124=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #43707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43707C is #BC8F83. Grayscale: #636363. Windows color (decimal): -12357508 or 8155203. OLE color: 8155203.
HSL color Cylindrical-coordinate representation of color #43707C: hue angle of 192.63º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43707C is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 112 | 124 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.51 |
| HSL | 192.63º | 0.3% | 0.37% | - |
| HSV(B) | 192.63º | 0.46% | 0.49% | - |
| XYZ | 11.75 | 14.24 | 21.2 | - |
| YUV | 99.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 124 | 0.46 | 0.10 | 0 | 0.51 | 192.63 | 0.3 | 0.37 |
| Hex | 43 | 70 | 7C | 2E | A | 0 | 33 | C1 | 1E | 25 |
| Octal | 103 | 160 | 174 | 56 | 12 | 0 | 63 | 301 | 36 | 45 |
| Binary | 1000011 | 1110000 | 1111100 | 101110 | 1010 | 0 | 110011 | 11000001 | 11110 | 100101 |
Color Harmonies of #43707C
Complementary color
Monochromatic Colors of #43707C
Black with #43707C
Text Example
Text Example
White with #43707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43707C; }
p { color: rgb(67,112,124); }
H1.HeaderClassName
{
color: #43707C;
}
.AnyTagClassName
{
color: #43707C;
}
</style>
background-color css
<style>
a { background-color: #43707C; }
a { background-color: rgb(67,112,124); }
div.DivClassName
{
background-color: #43707C;
}
.BgClassName
{
background-color: #43707C;
}
</style>
border-color css
<style>
span { border-color: #43707C; }
span { border-color: rgb(67,112,124); }
td.TdClassName
{
border-color: #43707C;
}
.TagClassName
{
border-color: #43707C;
}
</style>