Shades of Bismark #49697A
Tints of Bismark #49697A
RGB
CMYK
RGB Variations
Color information
#49697A (or 0x49697A) is known color: Bismark. HEX triplet: 49, 69 and 7A. RGB value is (73,105,122). Sum of RGB (Red+Green+Blue) = 73+105+122=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #49697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49697A is #B69685. Grayscale: #616161. Windows color (decimal): -11966086 or 8022345. OLE color: 8022345.
HSL color Cylindrical-coordinate representation of color #49697A: hue angle of 200.82º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49697A is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 105 | 122 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.52 |
| HSL | 200.82º | 0.25% | 0.38% | - |
| HSV(B) | 200.82º | 0.4% | 0.48% | - |
| XYZ | 11.31 | 12.92 | 20.31 | - |
| YUV | 97.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 122 | 0.40 | 0.14 | 0 | 0.52 | 200.82 | 0.25 | 0.38 |
| Hex | 49 | 69 | 7A | 28 | E | 0 | 34 | C9 | 19 | 26 |
| Octal | 111 | 151 | 172 | 50 | 16 | 0 | 64 | 311 | 31 | 46 |
| Binary | 1001001 | 1101001 | 1111010 | 101000 | 1110 | 0 | 110100 | 11001001 | 11001 | 100110 |
Color Harmonies of #49697A
Complementary color
Monochromatic Colors of #49697A
Black with #49697A
Text Example
Text Example
White with #49697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49697A; }
p { color: rgb(73,105,122); }
H1.HeaderClassName
{
color: #49697A;
}
.AnyTagClassName
{
color: #49697A;
}
</style>
background-color css
<style>
a { background-color: #49697A; }
a { background-color: rgb(73,105,122); }
div.DivClassName
{
background-color: #49697A;
}
.BgClassName
{
background-color: #49697A;
}
</style>
border-color css
<style>
span { border-color: #49697A; }
span { border-color: rgb(73,105,122); }
td.TdClassName
{
border-color: #49697A;
}
.TagClassName
{
border-color: #49697A;
}
</style>