Shades of Bismark #49737B
Tints of Bismark #49737B
RGB
CMYK
RGB Variations
Color information
#49737B (or 0x49737B) is known color: Bismark. HEX triplet: 49, 73 and 7B. RGB value is (73,115,123). Sum of RGB (Red+Green+Blue) = 73+115+123=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #49737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49737B is #B68C84. Grayscale: #676767. Windows color (decimal): -11963525 or 8090441. OLE color: 8090441.
HSL color Cylindrical-coordinate representation of color #49737B: hue angle of 189.6º 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 #49737B is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 115 | 123 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.52 |
| HSL | 189.6º | 0.26% | 0.38% | - |
| HSV(B) | 189.6º | 0.41% | 0.48% | - |
| XYZ | 12.45 | 15.11 | 21 | - |
| YUV | 103.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 123 | 0.41 | 0.07 | 0 | 0.52 | 189.6 | 0.26 | 0.38 |
| Hex | 49 | 73 | 7B | 29 | 7 | 0 | 34 | BE | 1A | 26 |
| Octal | 111 | 163 | 173 | 51 | 7 | 0 | 64 | 276 | 32 | 46 |
| Binary | 1001001 | 1110011 | 1111011 | 101001 | 111 | 0 | 110100 | 10111110 | 11010 | 100110 |
Color Harmonies of #49737B
Complementary color
Monochromatic Colors of #49737B
Black with #49737B
Text Example
Text Example
White with #49737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49737B; }
p { color: rgb(73,115,123); }
H1.HeaderClassName
{
color: #49737B;
}
.AnyTagClassName
{
color: #49737B;
}
</style>
background-color css
<style>
a { background-color: #49737B; }
a { background-color: rgb(73,115,123); }
div.DivClassName
{
background-color: #49737B;
}
.BgClassName
{
background-color: #49737B;
}
</style>
border-color css
<style>
span { border-color: #49737B; }
span { border-color: rgb(73,115,123); }
td.TdClassName
{
border-color: #49737B;
}
.TagClassName
{
border-color: #49737B;
}
</style>