Shades of Bismark #4D6376
Tints of Bismark #4D6376
RGB
CMYK
RGB Variations
Color information
#4D6376 (or 0x4D6376) is known color: Bismark. HEX triplet: 4D, 63 and 76. RGB value is (77,99,118). Sum of RGB (Red+Green+Blue) = 77+99+118=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D6376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6376 is #B29C89. Grayscale: #5E5E5E. Windows color (decimal): -11705482 or 7758669. OLE color: 7758669.
HSL color Cylindrical-coordinate representation of color #4D6376: hue angle of 207.8º 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 #4D6376 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 99 | 118 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.54 |
| HSL | 207.8º | 0.21% | 0.38% | - |
| HSV(B) | 207.8º | 0.35% | 0.46% | - |
| XYZ | 10.79 | 11.81 | 18.85 | - |
| YUV | 94.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 118 | 0.35 | 0.16 | 0 | 0.54 | 207.8 | 0.21 | 0.38 |
| Hex | 4D | 63 | 76 | 23 | 10 | 0 | 36 | D0 | 15 | 26 |
| Octal | 115 | 143 | 166 | 43 | 20 | 0 | 66 | 320 | 25 | 46 |
| Binary | 1001101 | 1100011 | 1110110 | 100011 | 10000 | 0 | 110110 | 11010000 | 10101 | 100110 |
Color Harmonies of #4D6376
Complementary color
Monochromatic Colors of #4D6376
Black with #4D6376
Text Example
Text Example
White with #4D6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6376; }
p { color: rgb(77,99,118); }
H1.HeaderClassName
{
color: #4D6376;
}
.AnyTagClassName
{
color: #4D6376;
}
</style>
background-color css
<style>
a { background-color: #4D6376; }
a { background-color: rgb(77,99,118); }
div.DivClassName
{
background-color: #4D6376;
}
.BgClassName
{
background-color: #4D6376;
}
</style>
border-color css
<style>
span { border-color: #4D6376; }
span { border-color: rgb(77,99,118); }
td.TdClassName
{
border-color: #4D6376;
}
.TagClassName
{
border-color: #4D6376;
}
</style>