Shades of Bismark #49677C
Tints of Bismark #49677C
RGB
CMYK
RGB Variations
Color information
#49677C (or 0x49677C) is known color: Bismark. HEX triplet: 49, 67 and 7C. RGB value is (73,103,124). Sum of RGB (Red+Green+Blue) = 73+103+124=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #49677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49677C is #B69883. Grayscale: #606060. Windows color (decimal): -11966596 or 8152905. OLE color: 8152905.
HSL color Cylindrical-coordinate representation of color #49677C: hue angle of 204.71º 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 #49677C is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 103 | 124 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.51 |
| HSL | 204.71º | 0.26% | 0.39% | - |
| HSV(B) | 204.71º | 0.41% | 0.49% | - |
| XYZ | 11.24 | 12.57 | 20.9 | - |
| YUV | 96.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 124 | 0.41 | 0.17 | 0 | 0.51 | 204.71 | 0.26 | 0.39 |
| Hex | 49 | 67 | 7C | 29 | 11 | 0 | 33 | CD | 1A | 27 |
| Octal | 111 | 147 | 174 | 51 | 21 | 0 | 63 | 315 | 32 | 47 |
| Binary | 1001001 | 1100111 | 1111100 | 101001 | 10001 | 0 | 110011 | 11001101 | 11010 | 100111 |
Color Harmonies of #49677C
Complementary color
Monochromatic Colors of #49677C
Black with #49677C
Text Example
Text Example
White with #49677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49677C; }
p { color: rgb(73,103,124); }
H1.HeaderClassName
{
color: #49677C;
}
.AnyTagClassName
{
color: #49677C;
}
</style>
background-color css
<style>
a { background-color: #49677C; }
a { background-color: rgb(73,103,124); }
div.DivClassName
{
background-color: #49677C;
}
.BgClassName
{
background-color: #49677C;
}
</style>
border-color css
<style>
span { border-color: #49677C; }
span { border-color: rgb(73,103,124); }
td.TdClassName
{
border-color: #49677C;
}
.TagClassName
{
border-color: #49677C;
}
</style>