Shades of Bismark #43697A
Tints of Bismark #43697A
RGB
CMYK
RGB Variations
Color information
#43697A (or 0x43697A) is known color: Bismark. HEX triplet: 43, 69 and 7A. RGB value is (67,105,122). Sum of RGB (Red+Green+Blue) = 67+105+122=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #43697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43697A is #BC9685. Grayscale: #5F5F5F. Windows color (decimal): -12359302 or 8022339. OLE color: 8022339.
HSL color Cylindrical-coordinate representation of color #43697A: hue angle of 198.55º 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 #43697A is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 105 | 122 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.52 |
| HSL | 198.55º | 0.29% | 0.37% | - |
| HSV(B) | 198.55º | 0.45% | 0.48% | - |
| XYZ | 10.88 | 12.7 | 20.29 | - |
| YUV | 95.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 122 | 0.45 | 0.14 | 0 | 0.52 | 198.55 | 0.29 | 0.37 |
| Hex | 43 | 69 | 7A | 2D | E | 0 | 34 | C7 | 1D | 25 |
| Octal | 103 | 151 | 172 | 55 | 16 | 0 | 64 | 307 | 35 | 45 |
| Binary | 1000011 | 1101001 | 1111010 | 101101 | 1110 | 0 | 110100 | 11000111 | 11101 | 100101 |
Color Harmonies of #43697A
Complementary color
Monochromatic Colors of #43697A
Black with #43697A
Text Example
Text Example
White with #43697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43697A; }
p { color: rgb(67,105,122); }
H1.HeaderClassName
{
color: #43697A;
}
.AnyTagClassName
{
color: #43697A;
}
</style>
background-color css
<style>
a { background-color: #43697A; }
a { background-color: rgb(67,105,122); }
div.DivClassName
{
background-color: #43697A;
}
.BgClassName
{
background-color: #43697A;
}
</style>
border-color css
<style>
span { border-color: #43697A; }
span { border-color: rgb(67,105,122); }
td.TdClassName
{
border-color: #43697A;
}
.TagClassName
{
border-color: #43697A;
}
</style>