Shades of Bismark #436B80
Tints of Bismark #436B80
RGB
CMYK
RGB Variations
Color information
#436B80 (or 0x436B80) is known color: Bismark. HEX triplet: 43, 6B and 80. RGB value is (67,107,128). Sum of RGB (Red+Green+Blue) = 67+107+128=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #436B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436B80 is #BC947F. Grayscale: #616161. Windows color (decimal): -12358784 or 8416067. OLE color: 8416067.
HSL color Cylindrical-coordinate representation of color #436B80: hue angle of 200.66º 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 #436B80 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 107 | 128 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.50 |
| HSL | 200.66º | 0.31% | 0.38% | - |
| HSV(B) | 200.66º | 0.48% | 0.5% | - |
| XYZ | 11.47 | 13.27 | 22.38 | - |
| YUV | 97.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 107 | 128 | 0.48 | 0.16 | 0 | 0.50 | 200.66 | 0.31 | 0.38 |
| Hex | 43 | 6B | 80 | 30 | 10 | 0 | 32 | C9 | 1F | 26 |
| Octal | 103 | 153 | 200 | 60 | 20 | 0 | 62 | 311 | 37 | 46 |
| Binary | 1000011 | 1101011 | 10000000 | 110000 | 10000 | 0 | 110010 | 11001001 | 11111 | 100110 |
Color Harmonies of #436B80
Complementary color
Monochromatic Colors of #436B80
Black with #436B80
Text Example
Text Example
White with #436B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436B80; }
p { color: rgb(67,107,128); }
H1.HeaderClassName
{
color: #436B80;
}
.AnyTagClassName
{
color: #436B80;
}
</style>
background-color css
<style>
a { background-color: #436B80; }
a { background-color: rgb(67,107,128); }
div.DivClassName
{
background-color: #436B80;
}
.BgClassName
{
background-color: #436B80;
}
</style>
border-color css
<style>
span { border-color: #436B80; }
span { border-color: rgb(67,107,128); }
td.TdClassName
{
border-color: #436B80;
}
.TagClassName
{
border-color: #436B80;
}
</style>