Shades of Bismark #436C7B
Tints of Bismark #436C7B
RGB
CMYK
RGB Variations
Color information
#436C7B (or 0x436C7B) is known color: Bismark. HEX triplet: 43, 6C and 7B. RGB value is (67,108,123). Sum of RGB (Red+Green+Blue) = 67+108+123=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #436C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436C7B is #BC9384. Grayscale: #616161. Windows color (decimal): -12358533 or 8088643. OLE color: 8088643.
HSL color Cylindrical-coordinate representation of color #436C7B: hue angle of 196.07º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #436C7B is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 108 | 123 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.52 |
| HSL | 196.07º | 0.29% | 0.37% | - |
| HSV(B) | 196.07º | 0.46% | 0.48% | - |
| XYZ | 11.25 | 13.35 | 20.72 | - |
| YUV | 97.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 108 | 123 | 0.46 | 0.12 | 0 | 0.52 | 196.07 | 0.29 | 0.37 |
| Hex | 43 | 6C | 7B | 2E | C | 0 | 34 | C4 | 1D | 25 |
| Octal | 103 | 154 | 173 | 56 | 14 | 0 | 64 | 304 | 35 | 45 |
| Binary | 1000011 | 1101100 | 1111011 | 101110 | 1100 | 0 | 110100 | 11000100 | 11101 | 100101 |
Color Harmonies of #436C7B
Complementary color
Monochromatic Colors of #436C7B
Black with #436C7B
Text Example
Text Example
White with #436C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436C7B; }
p { color: rgb(67,108,123); }
H1.HeaderClassName
{
color: #436C7B;
}
.AnyTagClassName
{
color: #436C7B;
}
</style>
background-color css
<style>
a { background-color: #436C7B; }
a { background-color: rgb(67,108,123); }
div.DivClassName
{
background-color: #436C7B;
}
.BgClassName
{
background-color: #436C7B;
}
</style>
border-color css
<style>
span { border-color: #436C7B; }
span { border-color: rgb(67,108,123); }
td.TdClassName
{
border-color: #436C7B;
}
.TagClassName
{
border-color: #436C7B;
}
</style>