Shades of Bismark #436B74
Tints of Bismark #436B74
RGB
CMYK
RGB Variations
Color information
#436B74 (or 0x436B74) is known color: Bismark. HEX triplet: 43, 6B and 74. RGB value is (67,107,116). Sum of RGB (Red+Green+Blue) = 67+107+116=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #436B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436B74 is #BC948B. Grayscale: #5F5F5F. Windows color (decimal): -12358796 or 7629635. OLE color: 7629635.
HSL color Cylindrical-coordinate representation of color #436B74: hue angle of 191.02º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #436B74 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 107 | 116 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.55 |
| HSL | 191.02º | 0.27% | 0.36% | - |
| HSV(B) | 191.02º | 0.42% | 0.45% | - |
| XYZ | 10.72 | 12.97 | 18.46 | - |
| YUV | 96.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 107 | 116 | 0.42 | 0.08 | 0 | 0.55 | 191.02 | 0.27 | 0.36 |
| Hex | 43 | 6B | 74 | 2A | 8 | 0 | 37 | BF | 1B | 24 |
| Octal | 103 | 153 | 164 | 52 | 10 | 0 | 67 | 277 | 33 | 44 |
| Binary | 1000011 | 1101011 | 1110100 | 101010 | 1000 | 0 | 110111 | 10111111 | 11011 | 100100 |
Color Harmonies of #436B74
Complementary color
Monochromatic Colors of #436B74
Black with #436B74
Text Example
Text Example
White with #436B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436B74; }
p { color: rgb(67,107,116); }
H1.HeaderClassName
{
color: #436B74;
}
.AnyTagClassName
{
color: #436B74;
}
</style>
background-color css
<style>
a { background-color: #436B74; }
a { background-color: rgb(67,107,116); }
div.DivClassName
{
background-color: #436B74;
}
.BgClassName
{
background-color: #436B74;
}
</style>
border-color css
<style>
span { border-color: #436B74; }
span { border-color: rgb(67,107,116); }
td.TdClassName
{
border-color: #436B74;
}
.TagClassName
{
border-color: #436B74;
}
</style>