Shades of Bismark #4D717B
Tints of Bismark #4D717B
RGB
CMYK
RGB Variations
Color information
#4D717B (or 0x4D717B) is known color: Bismark. HEX triplet: 4D, 71 and 7B. RGB value is (77,113,123). Sum of RGB (Red+Green+Blue) = 77+113+123=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D717B is #B28E84. Grayscale: #676767. Windows color (decimal): -11701893 or 8089933. OLE color: 8089933.
HSL color Cylindrical-coordinate representation of color #4D717B: hue angle of 193.04º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D717B is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 113 | 123 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.52 |
| HSL | 193.04º | 0.23% | 0.39% | - |
| HSV(B) | 193.04º | 0.37% | 0.48% | - |
| XYZ | 12.54 | 14.82 | 20.94 | - |
| YUV | 103.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 123 | 0.37 | 0.08 | 0 | 0.52 | 193.04 | 0.23 | 0.39 |
| Hex | 4D | 71 | 7B | 25 | 8 | 0 | 34 | C1 | 17 | 27 |
| Octal | 115 | 161 | 173 | 45 | 10 | 0 | 64 | 301 | 27 | 47 |
| Binary | 1001101 | 1110001 | 1111011 | 100101 | 1000 | 0 | 110100 | 11000001 | 10111 | 100111 |
Color Harmonies of #4D717B
Complementary color
Monochromatic Colors of #4D717B
Black with #4D717B
Text Example
Text Example
White with #4D717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D717B; }
p { color: rgb(77,113,123); }
H1.HeaderClassName
{
color: #4D717B;
}
.AnyTagClassName
{
color: #4D717B;
}
</style>
background-color css
<style>
a { background-color: #4D717B; }
a { background-color: rgb(77,113,123); }
div.DivClassName
{
background-color: #4D717B;
}
.BgClassName
{
background-color: #4D717B;
}
</style>
border-color css
<style>
span { border-color: #4D717B; }
span { border-color: rgb(77,113,123); }
td.TdClassName
{
border-color: #4D717B;
}
.TagClassName
{
border-color: #4D717B;
}
</style>