Shades of Bismark #436172
Tints of Bismark #436172
RGB
CMYK
RGB Variations
Color information
#436172 (or 0x436172) is known color: Bismark. HEX triplet: 43, 61 and 72. RGB value is (67,97,114). Sum of RGB (Red+Green+Blue) = 67+97+114=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #436172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436172 is #BC9E8D. Grayscale: #595959. Windows color (decimal): -12361358 or 7496003. OLE color: 7496003.
HSL color Cylindrical-coordinate representation of color #436172: hue angle of 201.7º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #436172 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 97 | 114 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.55 |
| HSL | 201.7º | 0.26% | 0.35% | - |
| HSV(B) | 201.7º | 0.41% | 0.45% | - |
| XYZ | 9.63 | 10.96 | 17.53 | - |
| YUV | 89.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 114 | 0.41 | 0.15 | 0 | 0.55 | 201.7 | 0.26 | 0.35 |
| Hex | 43 | 61 | 72 | 29 | F | 0 | 37 | CA | 1A | 23 |
| Octal | 103 | 141 | 162 | 51 | 17 | 0 | 67 | 312 | 32 | 43 |
| Binary | 1000011 | 1100001 | 1110010 | 101001 | 1111 | 0 | 110111 | 11001010 | 11010 | 100011 |
Color Harmonies of #436172
Complementary color
Monochromatic Colors of #436172
Black with #436172
Text Example
Text Example
White with #436172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436172; }
p { color: rgb(67,97,114); }
H1.HeaderClassName
{
color: #436172;
}
.AnyTagClassName
{
color: #436172;
}
</style>
background-color css
<style>
a { background-color: #436172; }
a { background-color: rgb(67,97,114); }
div.DivClassName
{
background-color: #436172;
}
.BgClassName
{
background-color: #436172;
}
</style>
border-color css
<style>
span { border-color: #436172; }
span { border-color: rgb(67,97,114); }
td.TdClassName
{
border-color: #436172;
}
.TagClassName
{
border-color: #436172;
}
</style>