Shades of Bismark #4D707B
Tints of Bismark #4D707B
RGB
CMYK
RGB Variations
Color information
#4D707B (or 0x4D707B) is known color: Bismark. HEX triplet: 4D, 70 and 7B. RGB value is (77,112,123). Sum of RGB (Red+Green+Blue) = 77+112+123=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D707B is #B28F84. Grayscale: #666666. Windows color (decimal): -11702149 or 8089677. OLE color: 8089677.
HSL color Cylindrical-coordinate representation of color #4D707B: hue angle of 194.35º 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 #4D707B is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 112 | 123 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.52 |
| HSL | 194.35º | 0.23% | 0.39% | - |
| HSV(B) | 194.35º | 0.37% | 0.48% | - |
| XYZ | 12.43 | 14.6 | 20.9 | - |
| YUV | 102.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 123 | 0.37 | 0.09 | 0 | 0.52 | 194.35 | 0.23 | 0.39 |
| Hex | 4D | 70 | 7B | 25 | 9 | 0 | 34 | C2 | 17 | 27 |
| Octal | 115 | 160 | 173 | 45 | 11 | 0 | 64 | 302 | 27 | 47 |
| Binary | 1001101 | 1110000 | 1111011 | 100101 | 1001 | 0 | 110100 | 11000010 | 10111 | 100111 |
Color Harmonies of #4D707B
Complementary color
Monochromatic Colors of #4D707B
Black with #4D707B
Text Example
Text Example
White with #4D707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D707B; }
p { color: rgb(77,112,123); }
H1.HeaderClassName
{
color: #4D707B;
}
.AnyTagClassName
{
color: #4D707B;
}
</style>
background-color css
<style>
a { background-color: #4D707B; }
a { background-color: rgb(77,112,123); }
div.DivClassName
{
background-color: #4D707B;
}
.BgClassName
{
background-color: #4D707B;
}
</style>
border-color css
<style>
span { border-color: #4D707B; }
span { border-color: rgb(77,112,123); }
td.TdClassName
{
border-color: #4D707B;
}
.TagClassName
{
border-color: #4D707B;
}
</style>