Shades of Bismark #496A74
Tints of Bismark #496A74
RGB
CMYK
RGB Variations
Color information
#496A74 (or 0x496A74) is known color: Bismark. HEX triplet: 49, 6A and 74. RGB value is (73,106,116). Sum of RGB (Red+Green+Blue) = 73+106+116=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #496A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A74 is #B6958B. Grayscale: #616161. Windows color (decimal): -11965836 or 7629385. OLE color: 7629385.
HSL color Cylindrical-coordinate representation of color #496A74: hue angle of 193.95º degrees, saturation: 0.23, 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 #496A74 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 106 | 116 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.55 |
| HSL | 193.95º | 0.23% | 0.37% | - |
| HSV(B) | 193.95º | 0.37% | 0.45% | - |
| XYZ | 11.05 | 12.99 | 18.45 | - |
| YUV | 97.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 116 | 0.37 | 0.09 | 0 | 0.55 | 193.95 | 0.23 | 0.37 |
| Hex | 49 | 6A | 74 | 25 | 9 | 0 | 37 | C2 | 17 | 25 |
| Octal | 111 | 152 | 164 | 45 | 11 | 0 | 67 | 302 | 27 | 45 |
| Binary | 1001001 | 1101010 | 1110100 | 100101 | 1001 | 0 | 110111 | 11000010 | 10111 | 100101 |
Color Harmonies of #496A74
Complementary color
Monochromatic Colors of #496A74
Black with #496A74
Text Example
Text Example
White with #496A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A74; }
p { color: rgb(73,106,116); }
H1.HeaderClassName
{
color: #496A74;
}
.AnyTagClassName
{
color: #496A74;
}
</style>
background-color css
<style>
a { background-color: #496A74; }
a { background-color: rgb(73,106,116); }
div.DivClassName
{
background-color: #496A74;
}
.BgClassName
{
background-color: #496A74;
}
</style>
border-color css
<style>
span { border-color: #496A74; }
span { border-color: rgb(73,106,116); }
td.TdClassName
{
border-color: #496A74;
}
.TagClassName
{
border-color: #496A74;
}
</style>