Shades of Bismark #496D74
Tints of Bismark #496D74
RGB
CMYK
RGB Variations
Color information
#496D74 (or 0x496D74) is known color: Bismark. HEX triplet: 49, 6D and 74. RGB value is (73,109,116). Sum of RGB (Red+Green+Blue) = 73+109+116=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #496D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D74 is #B6928B. Grayscale: #626262. Windows color (decimal): -11965068 or 7630153. OLE color: 7630153.
HSL color Cylindrical-coordinate representation of color #496D74: hue angle of 189.77º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496D74 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 109 | 116 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.55 |
| HSL | 189.77º | 0.23% | 0.37% | - |
| HSV(B) | 189.77º | 0.37% | 0.45% | - |
| XYZ | 11.37 | 13.61 | 18.55 | - |
| YUV | 99.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 116 | 0.37 | 0.06 | 0 | 0.55 | 189.77 | 0.23 | 0.37 |
| Hex | 49 | 6D | 74 | 25 | 6 | 0 | 37 | BE | 17 | 25 |
| Octal | 111 | 155 | 164 | 45 | 6 | 0 | 67 | 276 | 27 | 45 |
| Binary | 1001001 | 1101101 | 1110100 | 100101 | 110 | 0 | 110111 | 10111110 | 10111 | 100101 |
Color Harmonies of #496D74
Complementary color
Monochromatic Colors of #496D74
Black with #496D74
Text Example
Text Example
White with #496D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D74; }
p { color: rgb(73,109,116); }
H1.HeaderClassName
{
color: #496D74;
}
.AnyTagClassName
{
color: #496D74;
}
</style>
background-color css
<style>
a { background-color: #496D74; }
a { background-color: rgb(73,109,116); }
div.DivClassName
{
background-color: #496D74;
}
.BgClassName
{
background-color: #496D74;
}
</style>
border-color css
<style>
span { border-color: #496D74; }
span { border-color: rgb(73,109,116); }
td.TdClassName
{
border-color: #496D74;
}
.TagClassName
{
border-color: #496D74;
}
</style>