Shades of Bismark #436973
Tints of Bismark #436973
RGB
CMYK
RGB Variations
Color information
#436973 (or 0x436973) is known color: Bismark. HEX triplet: 43, 69 and 73. RGB value is (67,105,115). Sum of RGB (Red+Green+Blue) = 67+105+115=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #436973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436973 is #BC968C. Grayscale: #5E5E5E. Windows color (decimal): -12359309 or 7563587. OLE color: 7563587.
HSL color Cylindrical-coordinate representation of color #436973: hue angle of 192.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #436973 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 105 | 115 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.55 |
| HSL | 192.5º | 0.26% | 0.36% | - |
| HSV(B) | 192.5º | 0.42% | 0.45% | - |
| XYZ | 10.46 | 12.53 | 18.09 | - |
| YUV | 94.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 115 | 0.42 | 0.09 | 0 | 0.55 | 192.5 | 0.26 | 0.36 |
| Hex | 43 | 69 | 73 | 2A | 9 | 0 | 37 | C0 | 1A | 24 |
| Octal | 103 | 151 | 163 | 52 | 11 | 0 | 67 | 300 | 32 | 44 |
| Binary | 1000011 | 1101001 | 1110011 | 101010 | 1001 | 0 | 110111 | 11000000 | 11010 | 100100 |
Color Harmonies of #436973
Complementary color
Monochromatic Colors of #436973
Black with #436973
Text Example
Text Example
White with #436973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436973; }
p { color: rgb(67,105,115); }
H1.HeaderClassName
{
color: #436973;
}
.AnyTagClassName
{
color: #436973;
}
</style>
background-color css
<style>
a { background-color: #436973; }
a { background-color: rgb(67,105,115); }
div.DivClassName
{
background-color: #436973;
}
.BgClassName
{
background-color: #436973;
}
</style>
border-color css
<style>
span { border-color: #436973; }
span { border-color: rgb(67,105,115); }
td.TdClassName
{
border-color: #436973;
}
.TagClassName
{
border-color: #436973;
}
</style>