Shades of Bismark #496875
Tints of Bismark #496875
RGB
CMYK
RGB Variations
Color information
#496875 (or 0x496875) is known color: Bismark. HEX triplet: 49, 68 and 75. RGB value is (73,104,117). Sum of RGB (Red+Green+Blue) = 73+104+117=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #496875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496875 is #B6978A. Grayscale: #606060. Windows color (decimal): -11966347 or 7694409. OLE color: 7694409.
HSL color Cylindrical-coordinate representation of color #496875: hue angle of 197.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #496875 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 104 | 117 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.54 |
| HSL | 197.73º | 0.23% | 0.37% | - |
| HSV(B) | 197.73º | 0.38% | 0.46% | - |
| XYZ | 10.91 | 12.6 | 18.69 | - |
| YUV | 96.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 117 | 0.38 | 0.11 | 0 | 0.54 | 197.73 | 0.23 | 0.37 |
| Hex | 49 | 68 | 75 | 26 | B | 0 | 36 | C6 | 17 | 25 |
| Octal | 111 | 150 | 165 | 46 | 13 | 0 | 66 | 306 | 27 | 45 |
| Binary | 1001001 | 1101000 | 1110101 | 100110 | 1011 | 0 | 110110 | 11000110 | 10111 | 100101 |
Color Harmonies of #496875
Complementary color
Monochromatic Colors of #496875
Black with #496875
Text Example
Text Example
White with #496875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496875; }
p { color: rgb(73,104,117); }
H1.HeaderClassName
{
color: #496875;
}
.AnyTagClassName
{
color: #496875;
}
</style>
background-color css
<style>
a { background-color: #496875; }
a { background-color: rgb(73,104,117); }
div.DivClassName
{
background-color: #496875;
}
.BgClassName
{
background-color: #496875;
}
</style>
border-color css
<style>
span { border-color: #496875; }
span { border-color: rgb(73,104,117); }
td.TdClassName
{
border-color: #496875;
}
.TagClassName
{
border-color: #496875;
}
</style>