Shades of Bismark #49687C
Tints of Bismark #49687C
RGB
CMYK
RGB Variations
Color information
#49687C (or 0x49687C) is known color: Bismark. HEX triplet: 49, 68 and 7C. RGB value is (73,104,124). Sum of RGB (Red+Green+Blue) = 73+104+124=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #49687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49687C is #B69783. Grayscale: #606060. Windows color (decimal): -11966340 or 8153161. OLE color: 8153161.
HSL color Cylindrical-coordinate representation of color #49687C: hue angle of 203.53º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49687C is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 104 | 124 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.51 |
| HSL | 203.53º | 0.26% | 0.39% | - |
| HSV(B) | 203.53º | 0.41% | 0.49% | - |
| XYZ | 11.34 | 12.77 | 20.94 | - |
| YUV | 97.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 124 | 0.41 | 0.16 | 0 | 0.51 | 203.53 | 0.26 | 0.39 |
| Hex | 49 | 68 | 7C | 29 | 10 | 0 | 33 | CC | 1A | 27 |
| Octal | 111 | 150 | 174 | 51 | 20 | 0 | 63 | 314 | 32 | 47 |
| Binary | 1001001 | 1101000 | 1111100 | 101001 | 10000 | 0 | 110011 | 11001100 | 11010 | 100111 |
Color Harmonies of #49687C
Complementary color
Monochromatic Colors of #49687C
Black with #49687C
Text Example
Text Example
White with #49687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49687C; }
p { color: rgb(73,104,124); }
H1.HeaderClassName
{
color: #49687C;
}
.AnyTagClassName
{
color: #49687C;
}
</style>
background-color css
<style>
a { background-color: #49687C; }
a { background-color: rgb(73,104,124); }
div.DivClassName
{
background-color: #49687C;
}
.BgClassName
{
background-color: #49687C;
}
</style>
border-color css
<style>
span { border-color: #49687C; }
span { border-color: rgb(73,104,124); }
td.TdClassName
{
border-color: #49687C;
}
.TagClassName
{
border-color: #49687C;
}
</style>