Shades of Bismark #496D7E
Tints of Bismark #496D7E
RGB
CMYK
RGB Variations
Color information
#496D7E (or 0x496D7E) is known color: Bismark. HEX triplet: 49, 6D and 7E. RGB value is (73,109,126). Sum of RGB (Red+Green+Blue) = 73+109+126=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #496D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D7E is #B69281. Grayscale: #646464. Windows color (decimal): -11965058 or 8285513. OLE color: 8285513.
HSL color Cylindrical-coordinate representation of color #496D7E: hue angle of 199.25º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #496D7E is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 109 | 126 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.51 |
| HSL | 199.25º | 0.27% | 0.39% | - |
| HSV(B) | 199.25º | 0.42% | 0.49% | - |
| XYZ | 11.98 | 13.86 | 21.78 | - |
| YUV | 100.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 126 | 0.42 | 0.13 | 0 | 0.51 | 199.25 | 0.27 | 0.39 |
| Hex | 49 | 6D | 7E | 2A | D | 0 | 33 | C7 | 1B | 27 |
| Octal | 111 | 155 | 176 | 52 | 15 | 0 | 63 | 307 | 33 | 47 |
| Binary | 1001001 | 1101101 | 1111110 | 101010 | 1101 | 0 | 110011 | 11000111 | 11011 | 100111 |
Color Harmonies of #496D7E
Complementary color
Monochromatic Colors of #496D7E
Black with #496D7E
Text Example
Text Example
White with #496D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D7E; }
p { color: rgb(73,109,126); }
H1.HeaderClassName
{
color: #496D7E;
}
.AnyTagClassName
{
color: #496D7E;
}
</style>
background-color css
<style>
a { background-color: #496D7E; }
a { background-color: rgb(73,109,126); }
div.DivClassName
{
background-color: #496D7E;
}
.BgClassName
{
background-color: #496D7E;
}
</style>
border-color css
<style>
span { border-color: #496D7E; }
span { border-color: rgb(73,109,126); }
td.TdClassName
{
border-color: #496D7E;
}
.TagClassName
{
border-color: #496D7E;
}
</style>