Shades of Bismark #49757F
Tints of Bismark #49757F
RGB
CMYK
RGB Variations
Color information
#49757F (or 0x49757F) is known color: Bismark. HEX triplet: 49, 75 and 7F. RGB value is (73,117,127). Sum of RGB (Red+Green+Blue) = 73+117+127=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #49757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49757F is #B68A80. Grayscale: #686868. Windows color (decimal): -11963009 or 8353097. OLE color: 8353097.
HSL color Cylindrical-coordinate representation of color #49757F: hue angle of 191.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49757F is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 117 | 127 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.50 |
| HSL | 191.11º | 0.27% | 0.39% | - |
| HSV(B) | 191.11º | 0.43% | 0.5% | - |
| XYZ | 12.94 | 15.67 | 22.42 | - |
| YUV | 104.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 127 | 0.43 | 0.08 | 0 | 0.50 | 191.11 | 0.27 | 0.39 |
| Hex | 49 | 75 | 7F | 2B | 8 | 0 | 32 | BF | 1B | 27 |
| Octal | 111 | 165 | 177 | 53 | 10 | 0 | 62 | 277 | 33 | 47 |
| Binary | 1001001 | 1110101 | 1111111 | 101011 | 1000 | 0 | 110010 | 10111111 | 11011 | 100111 |
Color Harmonies of #49757F
Complementary color
Monochromatic Colors of #49757F
Black with #49757F
Text Example
Text Example
White with #49757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49757F; }
p { color: rgb(73,117,127); }
H1.HeaderClassName
{
color: #49757F;
}
.AnyTagClassName
{
color: #49757F;
}
</style>
background-color css
<style>
a { background-color: #49757F; }
a { background-color: rgb(73,117,127); }
div.DivClassName
{
background-color: #49757F;
}
.BgClassName
{
background-color: #49757F;
}
</style>
border-color css
<style>
span { border-color: #49757F; }
span { border-color: rgb(73,117,127); }
td.TdClassName
{
border-color: #49757F;
}
.TagClassName
{
border-color: #49757F;
}
</style>