Shades of Bismark #436A75
Tints of Bismark #436A75
RGB
CMYK
RGB Variations
Color information
#436A75 (or 0x436A75) is known color: Bismark. HEX triplet: 43, 6A and 75. RGB value is (67,106,117). Sum of RGB (Red+Green+Blue) = 67+106+117=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #436A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436A75 is #BC958A. Grayscale: #5F5F5F. Windows color (decimal): -12359051 or 7694915. OLE color: 7694915.
HSL color Cylindrical-coordinate representation of color #436A75: hue angle of 193.2º degrees, saturation: 0.27, 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 #436A75 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 106 | 117 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.54 |
| HSL | 193.2º | 0.27% | 0.36% | - |
| HSV(B) | 193.2º | 0.43% | 0.46% | - |
| XYZ | 10.68 | 12.79 | 18.73 | - |
| YUV | 95.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 106 | 117 | 0.43 | 0.09 | 0 | 0.54 | 193.2 | 0.27 | 0.36 |
| Hex | 43 | 6A | 75 | 2B | 9 | 0 | 36 | C1 | 1B | 24 |
| Octal | 103 | 152 | 165 | 53 | 11 | 0 | 66 | 301 | 33 | 44 |
| Binary | 1000011 | 1101010 | 1110101 | 101011 | 1001 | 0 | 110110 | 11000001 | 11011 | 100100 |
Color Harmonies of #436A75
Complementary color
Monochromatic Colors of #436A75
Black with #436A75
Text Example
Text Example
White with #436A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436A75; }
p { color: rgb(67,106,117); }
H1.HeaderClassName
{
color: #436A75;
}
.AnyTagClassName
{
color: #436A75;
}
</style>
background-color css
<style>
a { background-color: #436A75; }
a { background-color: rgb(67,106,117); }
div.DivClassName
{
background-color: #436A75;
}
.BgClassName
{
background-color: #436A75;
}
</style>
border-color css
<style>
span { border-color: #436A75; }
span { border-color: rgb(67,106,117); }
td.TdClassName
{
border-color: #436A75;
}
.TagClassName
{
border-color: #436A75;
}
</style>