Shades of Bismark #49707A
Tints of Bismark #49707A
RGB
CMYK
RGB Variations
Color information
#49707A (or 0x49707A) is known color: Bismark. HEX triplet: 49, 70 and 7A. RGB value is (73,112,122). Sum of RGB (Red+Green+Blue) = 73+112+122=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #49707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49707A is #B68F85. Grayscale: #656565. Windows color (decimal): -11964294 or 8024137. OLE color: 8024137.
HSL color Cylindrical-coordinate representation of color #49707A: hue angle of 192.24º 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 #49707A is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 112 | 122 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.52 |
| HSL | 192.24º | 0.25% | 0.38% | - |
| HSV(B) | 192.24º | 0.4% | 0.48% | - |
| XYZ | 12.05 | 14.41 | 20.56 | - |
| YUV | 101.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 122 | 0.40 | 0.08 | 0 | 0.52 | 192.24 | 0.25 | 0.38 |
| Hex | 49 | 70 | 7A | 28 | 8 | 0 | 34 | C0 | 19 | 26 |
| Octal | 111 | 160 | 172 | 50 | 10 | 0 | 64 | 300 | 31 | 46 |
| Binary | 1001001 | 1110000 | 1111010 | 101000 | 1000 | 0 | 110100 | 11000000 | 11001 | 100110 |
Color Harmonies of #49707A
Complementary color
Monochromatic Colors of #49707A
Black with #49707A
Text Example
Text Example
White with #49707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49707A; }
p { color: rgb(73,112,122); }
H1.HeaderClassName
{
color: #49707A;
}
.AnyTagClassName
{
color: #49707A;
}
</style>
background-color css
<style>
a { background-color: #49707A; }
a { background-color: rgb(73,112,122); }
div.DivClassName
{
background-color: #49707A;
}
.BgClassName
{
background-color: #49707A;
}
</style>
border-color css
<style>
span { border-color: #49707A; }
span { border-color: rgb(73,112,122); }
td.TdClassName
{
border-color: #49707A;
}
.TagClassName
{
border-color: #49707A;
}
</style>