Shades of Bismark #4D6876
Tints of Bismark #4D6876
RGB
CMYK
RGB Variations
Color information
#4D6876 (or 0x4D6876) is known color: Bismark. HEX triplet: 4D, 68 and 76. RGB value is (77,104,118). Sum of RGB (Red+Green+Blue) = 77+104+118=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6876 is #B29789. Grayscale: #616161. Windows color (decimal): -11704202 or 7759949. OLE color: 7759949.
HSL color Cylindrical-coordinate representation of color #4D6876: hue angle of 200.49º 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 #4D6876 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 104 | 118 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.54 |
| HSL | 200.49º | 0.21% | 0.38% | - |
| HSV(B) | 200.49º | 0.35% | 0.46% | - |
| XYZ | 11.28 | 12.79 | 19.01 | - |
| YUV | 97.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 118 | 0.35 | 0.12 | 0 | 0.54 | 200.49 | 0.21 | 0.38 |
| Hex | 4D | 68 | 76 | 23 | C | 0 | 36 | C8 | 15 | 26 |
| Octal | 115 | 150 | 166 | 43 | 14 | 0 | 66 | 310 | 25 | 46 |
| Binary | 1001101 | 1101000 | 1110110 | 100011 | 1100 | 0 | 110110 | 11001000 | 10101 | 100110 |
Color Harmonies of #4D6876
Complementary color
Monochromatic Colors of #4D6876
Black with #4D6876
Text Example
Text Example
White with #4D6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6876; }
p { color: rgb(77,104,118); }
H1.HeaderClassName
{
color: #4D6876;
}
.AnyTagClassName
{
color: #4D6876;
}
</style>
background-color css
<style>
a { background-color: #4D6876; }
a { background-color: rgb(77,104,118); }
div.DivClassName
{
background-color: #4D6876;
}
.BgClassName
{
background-color: #4D6876;
}
</style>
border-color css
<style>
span { border-color: #4D6876; }
span { border-color: rgb(77,104,118); }
td.TdClassName
{
border-color: #4D6876;
}
.TagClassName
{
border-color: #4D6876;
}
</style>