Shades of Bismark #49727A
Tints of Bismark #49727A
RGB
CMYK
RGB Variations
Color information
#49727A (or 0x49727A) is known color: Bismark. HEX triplet: 49, 72 and 7A. RGB value is (73,114,122). Sum of RGB (Red+Green+Blue) = 73+114+122=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #49727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49727A is #B68D85. Grayscale: #666666. Windows color (decimal): -11963782 or 8024649. OLE color: 8024649.
HSL color Cylindrical-coordinate representation of color #49727A: hue angle of 189.8º 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 #49727A is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 114 | 122 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.52 |
| HSL | 189.8º | 0.25% | 0.38% | - |
| HSV(B) | 189.8º | 0.4% | 0.48% | - |
| XYZ | 12.28 | 14.86 | 20.63 | - |
| YUV | 102.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 122 | 0.40 | 0.07 | 0 | 0.52 | 189.8 | 0.25 | 0.38 |
| Hex | 49 | 72 | 7A | 28 | 7 | 0 | 34 | BE | 19 | 26 |
| Octal | 111 | 162 | 172 | 50 | 7 | 0 | 64 | 276 | 31 | 46 |
| Binary | 1001001 | 1110010 | 1111010 | 101000 | 111 | 0 | 110100 | 10111110 | 11001 | 100110 |
Color Harmonies of #49727A
Complementary color
Monochromatic Colors of #49727A
Black with #49727A
Text Example
Text Example
White with #49727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49727A; }
p { color: rgb(73,114,122); }
H1.HeaderClassName
{
color: #49727A;
}
.AnyTagClassName
{
color: #49727A;
}
</style>
background-color css
<style>
a { background-color: #49727A; }
a { background-color: rgb(73,114,122); }
div.DivClassName
{
background-color: #49727A;
}
.BgClassName
{
background-color: #49727A;
}
</style>
border-color css
<style>
span { border-color: #49727A; }
span { border-color: rgb(73,114,122); }
td.TdClassName
{
border-color: #49727A;
}
.TagClassName
{
border-color: #49727A;
}
</style>