Shades of Bismark #496373
Tints of Bismark #496373
RGB
CMYK
RGB Variations
Color information
#496373 (or 0x496373) is known color: Bismark. HEX triplet: 49, 63 and 73. RGB value is (73,99,115). Sum of RGB (Red+Green+Blue) = 73+99+115=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #496373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496373 is #B69C8C. Grayscale: #5C5C5C. Windows color (decimal): -11967629 or 7562057. OLE color: 7562057.
HSL color Cylindrical-coordinate representation of color #496373: hue angle of 202.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496373 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 99 | 115 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.55 |
| HSL | 202.86º | 0.22% | 0.37% | - |
| HSV(B) | 202.86º | 0.37% | 0.45% | - |
| XYZ | 10.3 | 11.58 | 17.91 | - |
| YUV | 93.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 115 | 0.37 | 0.14 | 0 | 0.55 | 202.86 | 0.22 | 0.37 |
| Hex | 49 | 63 | 73 | 25 | E | 0 | 37 | CB | 16 | 25 |
| Octal | 111 | 143 | 163 | 45 | 16 | 0 | 67 | 313 | 26 | 45 |
| Binary | 1001001 | 1100011 | 1110011 | 100101 | 1110 | 0 | 110111 | 11001011 | 10110 | 100101 |
Color Harmonies of #496373
Complementary color
Monochromatic Colors of #496373
Black with #496373
Text Example
Text Example
White with #496373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496373; }
p { color: rgb(73,99,115); }
H1.HeaderClassName
{
color: #496373;
}
.AnyTagClassName
{
color: #496373;
}
</style>
background-color css
<style>
a { background-color: #496373; }
a { background-color: rgb(73,99,115); }
div.DivClassName
{
background-color: #496373;
}
.BgClassName
{
background-color: #496373;
}
</style>
border-color css
<style>
span { border-color: #496373; }
span { border-color: rgb(73,99,115); }
td.TdClassName
{
border-color: #496373;
}
.TagClassName
{
border-color: #496373;
}
</style>