Shades of Bismark #49697D
Tints of Bismark #49697D
RGB
CMYK
RGB Variations
Color information
#49697D (or 0x49697D) is known color: Bismark. HEX triplet: 49, 69 and 7D. RGB value is (73,105,125). Sum of RGB (Red+Green+Blue) = 73+105+125=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #49697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49697D is #B69682. Grayscale: #616161. Windows color (decimal): -11966083 or 8218953. OLE color: 8218953.
HSL color Cylindrical-coordinate representation of color #49697D: hue angle of 203.08º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49697D is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 105 | 125 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.51 |
| HSL | 203.08º | 0.26% | 0.39% | - |
| HSV(B) | 203.08º | 0.42% | 0.49% | - |
| XYZ | 11.5 | 13 | 21.31 | - |
| YUV | 97.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 125 | 0.42 | 0.16 | 0 | 0.51 | 203.08 | 0.26 | 0.39 |
| Hex | 49 | 69 | 7D | 2A | 10 | 0 | 33 | CB | 1A | 27 |
| Octal | 111 | 151 | 175 | 52 | 20 | 0 | 63 | 313 | 32 | 47 |
| Binary | 1001001 | 1101001 | 1111101 | 101010 | 10000 | 0 | 110011 | 11001011 | 11010 | 100111 |
Color Harmonies of #49697D
Complementary color
Monochromatic Colors of #49697D
Black with #49697D
Text Example
Text Example
White with #49697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49697D; }
p { color: rgb(73,105,125); }
H1.HeaderClassName
{
color: #49697D;
}
.AnyTagClassName
{
color: #49697D;
}
</style>
background-color css
<style>
a { background-color: #49697D; }
a { background-color: rgb(73,105,125); }
div.DivClassName
{
background-color: #49697D;
}
.BgClassName
{
background-color: #49697D;
}
</style>
border-color css
<style>
span { border-color: #49697D; }
span { border-color: rgb(73,105,125); }
td.TdClassName
{
border-color: #49697D;
}
.TagClassName
{
border-color: #49697D;
}
</style>