Shades of Bismark #49657A
Tints of Bismark #49657A
RGB
CMYK
RGB Variations
Color information
#49657A (or 0x49657A) is known color: Bismark. HEX triplet: 49, 65 and 7A. RGB value is (73,101,122). Sum of RGB (Red+Green+Blue) = 73+101+122=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #49657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49657A is #B69A85. Grayscale: #5E5E5E. Windows color (decimal): -11967110 or 8021321. OLE color: 8021321.
HSL color Cylindrical-coordinate representation of color #49657A: hue angle of 205.71º 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 #49657A is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 101 | 122 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.52 |
| HSL | 205.71º | 0.25% | 0.38% | - |
| HSV(B) | 205.71º | 0.4% | 0.48% | - |
| XYZ | 10.91 | 12.13 | 20.18 | - |
| YUV | 95.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 122 | 0.40 | 0.17 | 0 | 0.52 | 205.71 | 0.25 | 0.38 |
| Hex | 49 | 65 | 7A | 28 | 11 | 0 | 34 | CE | 19 | 26 |
| Octal | 111 | 145 | 172 | 50 | 21 | 0 | 64 | 316 | 31 | 46 |
| Binary | 1001001 | 1100101 | 1111010 | 101000 | 10001 | 0 | 110100 | 11001110 | 11001 | 100110 |
Color Harmonies of #49657A
Complementary color
Monochromatic Colors of #49657A
Black with #49657A
Text Example
Text Example
White with #49657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49657A; }
p { color: rgb(73,101,122); }
H1.HeaderClassName
{
color: #49657A;
}
.AnyTagClassName
{
color: #49657A;
}
</style>
background-color css
<style>
a { background-color: #49657A; }
a { background-color: rgb(73,101,122); }
div.DivClassName
{
background-color: #49657A;
}
.BgClassName
{
background-color: #49657A;
}
</style>
border-color css
<style>
span { border-color: #49657A; }
span { border-color: rgb(73,101,122); }
td.TdClassName
{
border-color: #49657A;
}
.TagClassName
{
border-color: #49657A;
}
</style>