Shades of Bismark #4D656F
Tints of Bismark #4D656F
RGB
CMYK
RGB Variations
Color information
#4D656F (or 0x4D656F) is known color: Bismark. HEX triplet: 4D, 65 and 6F. RGB value is (77,101,111). Sum of RGB (Red+Green+Blue) = 77+101+111=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D656F is #B29A90. Grayscale: #5E5E5E. Windows color (decimal): -11704977 or 7300429. OLE color: 7300429.
HSL color Cylindrical-coordinate representation of color #4D656F: hue angle of 197.65º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D656F is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 101 | 111 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.56 |
| HSL | 197.65º | 0.18% | 0.37% | - |
| HSV(B) | 197.65º | 0.31% | 0.44% | - |
| XYZ | 10.58 | 12.03 | 16.8 | - |
| YUV | 94.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 111 | 0.31 | 0.09 | 0 | 0.56 | 197.65 | 0.18 | 0.37 |
| Hex | 4D | 65 | 6F | 1F | 9 | 0 | 38 | C6 | 12 | 25 |
| Octal | 115 | 145 | 157 | 37 | 11 | 0 | 70 | 306 | 22 | 45 |
| Binary | 1001101 | 1100101 | 1101111 | 11111 | 1001 | 0 | 111000 | 11000110 | 10010 | 100101 |
Color Harmonies of #4D656F
Complementary color
Monochromatic Colors of #4D656F
Black with #4D656F
Text Example
Text Example
White with #4D656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D656F; }
p { color: rgb(77,101,111); }
H1.HeaderClassName
{
color: #4D656F;
}
.AnyTagClassName
{
color: #4D656F;
}
</style>
background-color css
<style>
a { background-color: #4D656F; }
a { background-color: rgb(77,101,111); }
div.DivClassName
{
background-color: #4D656F;
}
.BgClassName
{
background-color: #4D656F;
}
</style>
border-color css
<style>
span { border-color: #4D656F; }
span { border-color: rgb(77,101,111); }
td.TdClassName
{
border-color: #4D656F;
}
.TagClassName
{
border-color: #4D656F;
}
</style>