Shades of Bismark #436B75
Tints of Bismark #436B75
RGB
CMYK
RGB Variations
Color information
#436B75 (or 0x436B75) is known color: Bismark. HEX triplet: 43, 6B and 75. RGB value is (67,107,117). Sum of RGB (Red+Green+Blue) = 67+107+117=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #436B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436B75 is #BC948A. Grayscale: #606060. Windows color (decimal): -12358795 or 7695171. OLE color: 7695171.
HSL color Cylindrical-coordinate representation of color #436B75: hue angle of 192º 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 #436B75 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 107 | 117 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.54 |
| HSL | 192º | 0.27% | 0.36% | - |
| HSV(B) | 192º | 0.43% | 0.46% | - |
| XYZ | 10.78 | 12.99 | 18.77 | - |
| YUV | 96.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 107 | 117 | 0.43 | 0.09 | 0 | 0.54 | 192 | 0.27 | 0.36 |
| Hex | 43 | 6B | 75 | 2B | 9 | 0 | 36 | C0 | 1B | 24 |
| Octal | 103 | 153 | 165 | 53 | 11 | 0 | 66 | 300 | 33 | 44 |
| Binary | 1000011 | 1101011 | 1110101 | 101011 | 1001 | 0 | 110110 | 11000000 | 11011 | 100100 |
Color Harmonies of #436B75
Complementary color
Monochromatic Colors of #436B75
Black with #436B75
Text Example
Text Example
White with #436B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436B75; }
p { color: rgb(67,107,117); }
H1.HeaderClassName
{
color: #436B75;
}
.AnyTagClassName
{
color: #436B75;
}
</style>
background-color css
<style>
a { background-color: #436B75; }
a { background-color: rgb(67,107,117); }
div.DivClassName
{
background-color: #436B75;
}
.BgClassName
{
background-color: #436B75;
}
</style>
border-color css
<style>
span { border-color: #436B75; }
span { border-color: rgb(67,107,117); }
td.TdClassName
{
border-color: #436B75;
}
.TagClassName
{
border-color: #436B75;
}
</style>