Shades of Bismark #436D80
Tints of Bismark #436D80
RGB
CMYK
RGB Variations
Color information
#436D80 (or 0x436D80) is known color: Bismark. HEX triplet: 43, 6D and 80. RGB value is (67,109,128). Sum of RGB (Red+Green+Blue) = 67+109+128=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #436D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436D80 is #BC927F. Grayscale: #626262. Windows color (decimal): -12358272 or 8416579. OLE color: 8416579.
HSL color Cylindrical-coordinate representation of color #436D80: hue angle of 198.69º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #436D80 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 109 | 128 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.50 |
| HSL | 198.69º | 0.31% | 0.38% | - |
| HSV(B) | 198.69º | 0.48% | 0.5% | - |
| XYZ | 11.68 | 13.69 | 22.45 | - |
| YUV | 98.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 109 | 128 | 0.48 | 0.15 | 0 | 0.50 | 198.69 | 0.31 | 0.38 |
| Hex | 43 | 6D | 80 | 30 | F | 0 | 32 | C7 | 1F | 26 |
| Octal | 103 | 155 | 200 | 60 | 17 | 0 | 62 | 307 | 37 | 46 |
| Binary | 1000011 | 1101101 | 10000000 | 110000 | 1111 | 0 | 110010 | 11000111 | 11111 | 100110 |
Color Harmonies of #436D80
Complementary color
Monochromatic Colors of #436D80
Black with #436D80
Text Example
Text Example
White with #436D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436D80; }
p { color: rgb(67,109,128); }
H1.HeaderClassName
{
color: #436D80;
}
.AnyTagClassName
{
color: #436D80;
}
</style>
background-color css
<style>
a { background-color: #436D80; }
a { background-color: rgb(67,109,128); }
div.DivClassName
{
background-color: #436D80;
}
.BgClassName
{
background-color: #436D80;
}
</style>
border-color css
<style>
span { border-color: #436D80; }
span { border-color: rgb(67,109,128); }
td.TdClassName
{
border-color: #436D80;
}
.TagClassName
{
border-color: #436D80;
}
</style>