Shades of Bismark #4D7076
Tints of Bismark #4D7076
RGB
CMYK
RGB Variations
Color information
#4D7076 (or 0x4D7076) is known color: Bismark. HEX triplet: 4D, 70 and 76. RGB value is (77,112,118). Sum of RGB (Red+Green+Blue) = 77+112+118=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D7076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7076 is #B28F89. Grayscale: #666666. Windows color (decimal): -11702154 or 7761997. OLE color: 7761997.
HSL color Cylindrical-coordinate representation of color #4D7076: hue angle of 188.78º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7076 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 112 | 118 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.54 |
| HSL | 188.78º | 0.21% | 0.38% | - |
| HSV(B) | 188.78º | 0.35% | 0.46% | - |
| XYZ | 12.12 | 14.47 | 19.29 | - |
| YUV | 102.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 118 | 0.35 | 0.05 | 0 | 0.54 | 188.78 | 0.21 | 0.38 |
| Hex | 4D | 70 | 76 | 23 | 5 | 0 | 36 | BD | 15 | 26 |
| Octal | 115 | 160 | 166 | 43 | 5 | 0 | 66 | 275 | 25 | 46 |
| Binary | 1001101 | 1110000 | 1110110 | 100011 | 101 | 0 | 110110 | 10111101 | 10101 | 100110 |
Color Harmonies of #4D7076
Complementary color
Monochromatic Colors of #4D7076
Black with #4D7076
Text Example
Text Example
White with #4D7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7076; }
p { color: rgb(77,112,118); }
H1.HeaderClassName
{
color: #4D7076;
}
.AnyTagClassName
{
color: #4D7076;
}
</style>
background-color css
<style>
a { background-color: #4D7076; }
a { background-color: rgb(77,112,118); }
div.DivClassName
{
background-color: #4D7076;
}
.BgClassName
{
background-color: #4D7076;
}
</style>
border-color css
<style>
span { border-color: #4D7076; }
span { border-color: rgb(77,112,118); }
td.TdClassName
{
border-color: #4D7076;
}
.TagClassName
{
border-color: #4D7076;
}
</style>