Shades of Bismark #49636F
Tints of Bismark #49636F
RGB
CMYK
RGB Variations
Color information
#49636F (or 0x49636F) is known color: Bismark. HEX triplet: 49, 63 and 6F. RGB value is (73,99,111). Sum of RGB (Red+Green+Blue) = 73+99+111=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #49636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49636F is #B69C90. Grayscale: #5C5C5C. Windows color (decimal): -11967633 or 7299913. OLE color: 7299913.
HSL color Cylindrical-coordinate representation of color #49636F: hue angle of 198.95º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49636F is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 99 | 111 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.56 |
| HSL | 198.95º | 0.21% | 0.36% | - |
| HSV(B) | 198.95º | 0.34% | 0.44% | - |
| XYZ | 10.08 | 11.49 | 16.73 | - |
| YUV | 92.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 111 | 0.34 | 0.11 | 0 | 0.56 | 198.95 | 0.21 | 0.36 |
| Hex | 49 | 63 | 6F | 22 | B | 0 | 38 | C7 | 15 | 24 |
| Octal | 111 | 143 | 157 | 42 | 13 | 0 | 70 | 307 | 25 | 44 |
| Binary | 1001001 | 1100011 | 1101111 | 100010 | 1011 | 0 | 111000 | 11000111 | 10101 | 100100 |
Color Harmonies of #49636F
Complementary color
Monochromatic Colors of #49636F
Black with #49636F
Text Example
Text Example
White with #49636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49636F; }
p { color: rgb(73,99,111); }
H1.HeaderClassName
{
color: #49636F;
}
.AnyTagClassName
{
color: #49636F;
}
</style>
background-color css
<style>
a { background-color: #49636F; }
a { background-color: rgb(73,99,111); }
div.DivClassName
{
background-color: #49636F;
}
.BgClassName
{
background-color: #49636F;
}
</style>
border-color css
<style>
span { border-color: #49636F; }
span { border-color: rgb(73,99,111); }
td.TdClassName
{
border-color: #49636F;
}
.TagClassName
{
border-color: #49636F;
}
</style>