Shades of Bismark #43707A
Tints of Bismark #43707A
RGB
CMYK
RGB Variations
Color information
#43707A (or 0x43707A) is known color: Bismark. HEX triplet: 43, 70 and 7A. RGB value is (67,112,122). Sum of RGB (Red+Green+Blue) = 67+112+122=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #43707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43707A is #BC8F85. Grayscale: #636363. Windows color (decimal): -12357510 or 8024131. OLE color: 8024131.
HSL color Cylindrical-coordinate representation of color #43707A: hue angle of 190.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43707A is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 112 | 122 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.52 |
| HSL | 190.91º | 0.29% | 0.37% | - |
| HSV(B) | 190.91º | 0.45% | 0.48% | - |
| XYZ | 11.62 | 14.19 | 20.54 | - |
| YUV | 99.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 122 | 0.45 | 0.08 | 0 | 0.52 | 190.91 | 0.29 | 0.37 |
| Hex | 43 | 70 | 7A | 2D | 8 | 0 | 34 | BF | 1D | 25 |
| Octal | 103 | 160 | 172 | 55 | 10 | 0 | 64 | 277 | 35 | 45 |
| Binary | 1000011 | 1110000 | 1111010 | 101101 | 1000 | 0 | 110100 | 10111111 | 11101 | 100101 |
Color Harmonies of #43707A
Complementary color
Monochromatic Colors of #43707A
Black with #43707A
Text Example
Text Example
White with #43707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43707A; }
p { color: rgb(67,112,122); }
H1.HeaderClassName
{
color: #43707A;
}
.AnyTagClassName
{
color: #43707A;
}
</style>
background-color css
<style>
a { background-color: #43707A; }
a { background-color: rgb(67,112,122); }
div.DivClassName
{
background-color: #43707A;
}
.BgClassName
{
background-color: #43707A;
}
</style>
border-color css
<style>
span { border-color: #43707A; }
span { border-color: rgb(67,112,122); }
td.TdClassName
{
border-color: #43707A;
}
.TagClassName
{
border-color: #43707A;
}
</style>