Shades of Bismark #496D7A
Tints of Bismark #496D7A
RGB
CMYK
RGB Variations
Color information
#496D7A (or 0x496D7A) is known color: Bismark. HEX triplet: 49, 6D and 7A. RGB value is (73,109,122). Sum of RGB (Red+Green+Blue) = 73+109+122=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #496D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D7A is #B69285. Grayscale: #636363. Windows color (decimal): -11965062 or 8023369. OLE color: 8023369.
HSL color Cylindrical-coordinate representation of color #496D7A: hue angle of 195.92º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #496D7A is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 109 | 122 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.52 |
| HSL | 195.92º | 0.25% | 0.38% | - |
| HSV(B) | 195.92º | 0.4% | 0.48% | - |
| XYZ | 11.73 | 13.76 | 20.45 | - |
| YUV | 99.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 122 | 0.40 | 0.11 | 0 | 0.52 | 195.92 | 0.25 | 0.38 |
| Hex | 49 | 6D | 7A | 28 | B | 0 | 34 | C4 | 19 | 26 |
| Octal | 111 | 155 | 172 | 50 | 13 | 0 | 64 | 304 | 31 | 46 |
| Binary | 1001001 | 1101101 | 1111010 | 101000 | 1011 | 0 | 110100 | 11000100 | 11001 | 100110 |
Color Harmonies of #496D7A
Complementary color
Monochromatic Colors of #496D7A
Black with #496D7A
Text Example
Text Example
White with #496D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D7A; }
p { color: rgb(73,109,122); }
H1.HeaderClassName
{
color: #496D7A;
}
.AnyTagClassName
{
color: #496D7A;
}
</style>
background-color css
<style>
a { background-color: #496D7A; }
a { background-color: rgb(73,109,122); }
div.DivClassName
{
background-color: #496D7A;
}
.BgClassName
{
background-color: #496D7A;
}
</style>
border-color css
<style>
span { border-color: #496D7A; }
span { border-color: rgb(73,109,122); }
td.TdClassName
{
border-color: #496D7A;
}
.TagClassName
{
border-color: #496D7A;
}
</style>