Shades of Bismark #43697F
Tints of Bismark #43697F
RGB
CMYK
RGB Variations
Color information
#43697F (or 0x43697F) is known color: Bismark. HEX triplet: 43, 69 and 7F. RGB value is (67,105,127). Sum of RGB (Red+Green+Blue) = 67+105+127=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #43697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43697F is #BC9680. Grayscale: #606060. Windows color (decimal): -12359297 or 8350019. OLE color: 8350019.
HSL color Cylindrical-coordinate representation of color #43697F: hue angle of 202º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43697F is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 105 | 127 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.50 |
| HSL | 202º | 0.31% | 0.38% | - |
| HSV(B) | 202º | 0.47% | 0.5% | - |
| XYZ | 11.2 | 12.83 | 21.96 | - |
| YUV | 96.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 127 | 0.47 | 0.17 | 0 | 0.50 | 202 | 0.31 | 0.38 |
| Hex | 43 | 69 | 7F | 2F | 11 | 0 | 32 | CA | 1F | 26 |
| Octal | 103 | 151 | 177 | 57 | 21 | 0 | 62 | 312 | 37 | 46 |
| Binary | 1000011 | 1101001 | 1111111 | 101111 | 10001 | 0 | 110010 | 11001010 | 11111 | 100110 |
Color Harmonies of #43697F
Complementary color
Monochromatic Colors of #43697F
Black with #43697F
Text Example
Text Example
White with #43697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43697F; }
p { color: rgb(67,105,127); }
H1.HeaderClassName
{
color: #43697F;
}
.AnyTagClassName
{
color: #43697F;
}
</style>
background-color css
<style>
a { background-color: #43697F; }
a { background-color: rgb(67,105,127); }
div.DivClassName
{
background-color: #43697F;
}
.BgClassName
{
background-color: #43697F;
}
</style>
border-color css
<style>
span { border-color: #43697F; }
span { border-color: rgb(67,105,127); }
td.TdClassName
{
border-color: #43697F;
}
.TagClassName
{
border-color: #43697F;
}
</style>