Shades of Bismark #496270
Tints of Bismark #496270
RGB
CMYK
RGB Variations
Color information
#496270 (or 0x496270) is known color: Bismark. HEX triplet: 49, 62 and 70. RGB value is (73,98,112). Sum of RGB (Red+Green+Blue) = 73+98+112=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #496270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496270 is #B69D8F. Grayscale: #5C5C5C. Windows color (decimal): -11967888 or 7365193. OLE color: 7365193.
HSL color Cylindrical-coordinate representation of color #496270: hue angle of 201.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496270 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 98 | 112 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.56 |
| HSL | 201.54º | 0.21% | 0.36% | - |
| HSV(B) | 201.54º | 0.35% | 0.44% | - |
| XYZ | 10.04 | 11.32 | 16.99 | - |
| YUV | 92.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 112 | 0.35 | 0.13 | 0 | 0.56 | 201.54 | 0.21 | 0.36 |
| Hex | 49 | 62 | 70 | 23 | D | 0 | 38 | CA | 15 | 24 |
| Octal | 111 | 142 | 160 | 43 | 15 | 0 | 70 | 312 | 25 | 44 |
| Binary | 1001001 | 1100010 | 1110000 | 100011 | 1101 | 0 | 111000 | 11001010 | 10101 | 100100 |
Color Harmonies of #496270
Complementary color
Monochromatic Colors of #496270
Black with #496270
Text Example
Text Example
White with #496270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496270; }
p { color: rgb(73,98,112); }
H1.HeaderClassName
{
color: #496270;
}
.AnyTagClassName
{
color: #496270;
}
</style>
background-color css
<style>
a { background-color: #496270; }
a { background-color: rgb(73,98,112); }
div.DivClassName
{
background-color: #496270;
}
.BgClassName
{
background-color: #496270;
}
</style>
border-color css
<style>
span { border-color: #496270; }
span { border-color: rgb(73,98,112); }
td.TdClassName
{
border-color: #496270;
}
.TagClassName
{
border-color: #496270;
}
</style>