Shades of Bismark #49727B
Tints of Bismark #49727B
RGB
CMYK
RGB Variations
Color information
#49727B (or 0x49727B) is known color: Bismark. HEX triplet: 49, 72 and 7B. RGB value is (73,114,123). Sum of RGB (Red+Green+Blue) = 73+114+123=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #49727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49727B is #B68D84. Grayscale: #666666. Windows color (decimal): -11963781 or 8090185. OLE color: 8090185.
HSL color Cylindrical-coordinate representation of color #49727B: hue angle of 190.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49727B is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 114 | 123 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.52 |
| HSL | 190.8º | 0.26% | 0.38% | - |
| HSV(B) | 190.8º | 0.41% | 0.48% | - |
| XYZ | 12.34 | 14.88 | 20.96 | - |
| YUV | 102.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 123 | 0.41 | 0.07 | 0 | 0.52 | 190.8 | 0.26 | 0.38 |
| Hex | 49 | 72 | 7B | 29 | 7 | 0 | 34 | BF | 1A | 26 |
| Octal | 111 | 162 | 173 | 51 | 7 | 0 | 64 | 277 | 32 | 46 |
| Binary | 1001001 | 1110010 | 1111011 | 101001 | 111 | 0 | 110100 | 10111111 | 11010 | 100110 |
Color Harmonies of #49727B
Complementary color
Monochromatic Colors of #49727B
Black with #49727B
Text Example
Text Example
White with #49727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49727B; }
p { color: rgb(73,114,123); }
H1.HeaderClassName
{
color: #49727B;
}
.AnyTagClassName
{
color: #49727B;
}
</style>
background-color css
<style>
a { background-color: #49727B; }
a { background-color: rgb(73,114,123); }
div.DivClassName
{
background-color: #49727B;
}
.BgClassName
{
background-color: #49727B;
}
</style>
border-color css
<style>
span { border-color: #49727B; }
span { border-color: rgb(73,114,123); }
td.TdClassName
{
border-color: #49727B;
}
.TagClassName
{
border-color: #49727B;
}
</style>