Shades of Bismark #4D646F
Tints of Bismark #4D646F
RGB
CMYK
RGB Variations
Color information
#4D646F (or 0x4D646F) is known color: Bismark. HEX triplet: 4D, 64 and 6F. RGB value is (77,100,111). Sum of RGB (Red+Green+Blue) = 77+100+111=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D646F is #B29B90. Grayscale: #5E5E5E. Windows color (decimal): -11705233 or 7300173. OLE color: 7300173.
HSL color Cylindrical-coordinate representation of color #4D646F: hue angle of 199.41º 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 #4D646F is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 100 | 111 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.56 |
| HSL | 199.41º | 0.18% | 0.37% | - |
| HSV(B) | 199.41º | 0.31% | 0.44% | - |
| XYZ | 10.49 | 11.84 | 16.77 | - |
| YUV | 94.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 111 | 0.31 | 0.10 | 0 | 0.56 | 199.41 | 0.18 | 0.37 |
| Hex | 4D | 64 | 6F | 1F | A | 0 | 38 | C7 | 12 | 25 |
| Octal | 115 | 144 | 157 | 37 | 12 | 0 | 70 | 307 | 22 | 45 |
| Binary | 1001101 | 1100100 | 1101111 | 11111 | 1010 | 0 | 111000 | 11000111 | 10010 | 100101 |
Color Harmonies of #4D646F
Complementary color
Monochromatic Colors of #4D646F
Black with #4D646F
Text Example
Text Example
White with #4D646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D646F; }
p { color: rgb(77,100,111); }
H1.HeaderClassName
{
color: #4D646F;
}
.AnyTagClassName
{
color: #4D646F;
}
</style>
background-color css
<style>
a { background-color: #4D646F; }
a { background-color: rgb(77,100,111); }
div.DivClassName
{
background-color: #4D646F;
}
.BgClassName
{
background-color: #4D646F;
}
</style>
border-color css
<style>
span { border-color: #4D646F; }
span { border-color: rgb(77,100,111); }
td.TdClassName
{
border-color: #4D646F;
}
.TagClassName
{
border-color: #4D646F;
}
</style>