Shades of Bismark #436B76
Tints of Bismark #436B76
RGB
CMYK
RGB Variations
Color information
#436B76 (or 0x436B76) is known color: Bismark. HEX triplet: 43, 6B and 76. RGB value is (67,107,118). Sum of RGB (Red+Green+Blue) = 67+107+118=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #436B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436B76 is #BC9489. Grayscale: #606060. Windows color (decimal): -12358794 or 7760707. OLE color: 7760707.
HSL color Cylindrical-coordinate representation of color #436B76: hue angle of 192.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #436B76 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 107 | 118 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.54 |
| HSL | 192.94º | 0.28% | 0.36% | - |
| HSV(B) | 192.94º | 0.43% | 0.46% | - |
| XYZ | 10.84 | 13.02 | 19.08 | - |
| YUV | 96.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 107 | 118 | 0.43 | 0.09 | 0 | 0.54 | 192.94 | 0.28 | 0.36 |
| Hex | 43 | 6B | 76 | 2B | 9 | 0 | 36 | C1 | 1C | 24 |
| Octal | 103 | 153 | 166 | 53 | 11 | 0 | 66 | 301 | 34 | 44 |
| Binary | 1000011 | 1101011 | 1110110 | 101011 | 1001 | 0 | 110110 | 11000001 | 11100 | 100100 |
Color Harmonies of #436B76
Complementary color
Monochromatic Colors of #436B76
Black with #436B76
Text Example
Text Example
White with #436B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436B76; }
p { color: rgb(67,107,118); }
H1.HeaderClassName
{
color: #436B76;
}
.AnyTagClassName
{
color: #436B76;
}
</style>
background-color css
<style>
a { background-color: #436B76; }
a { background-color: rgb(67,107,118); }
div.DivClassName
{
background-color: #436B76;
}
.BgClassName
{
background-color: #436B76;
}
</style>
border-color css
<style>
span { border-color: #436B76; }
span { border-color: rgb(67,107,118); }
td.TdClassName
{
border-color: #436B76;
}
.TagClassName
{
border-color: #436B76;
}
</style>