Shades of Bismark #4D6772
Tints of Bismark #4D6772
RGB
CMYK
RGB Variations
Color information
#4D6772 (or 0x4D6772) is known color: Bismark. HEX triplet: 4D, 67 and 72. RGB value is (77,103,114). Sum of RGB (Red+Green+Blue) = 77+103+114=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6772 is #B2988D. Grayscale: #606060. Windows color (decimal): -11704462 or 7497549. OLE color: 7497549.
HSL color Cylindrical-coordinate representation of color #4D6772: hue angle of 197.84º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D6772 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 103 | 114 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.55 |
| HSL | 197.84º | 0.19% | 0.37% | - |
| HSV(B) | 197.84º | 0.32% | 0.45% | - |
| XYZ | 10.95 | 12.49 | 17.75 | - |
| YUV | 96.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 114 | 0.32 | 0.10 | 0 | 0.55 | 197.84 | 0.19 | 0.37 |
| Hex | 4D | 67 | 72 | 20 | A | 0 | 37 | C6 | 13 | 25 |
| Octal | 115 | 147 | 162 | 40 | 12 | 0 | 67 | 306 | 23 | 45 |
| Binary | 1001101 | 1100111 | 1110010 | 100000 | 1010 | 0 | 110111 | 11000110 | 10011 | 100101 |
Color Harmonies of #4D6772
Complementary color
Monochromatic Colors of #4D6772
Black with #4D6772
Text Example
Text Example
White with #4D6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6772; }
p { color: rgb(77,103,114); }
H1.HeaderClassName
{
color: #4D6772;
}
.AnyTagClassName
{
color: #4D6772;
}
</style>
background-color css
<style>
a { background-color: #4D6772; }
a { background-color: rgb(77,103,114); }
div.DivClassName
{
background-color: #4D6772;
}
.BgClassName
{
background-color: #4D6772;
}
</style>
border-color css
<style>
span { border-color: #4D6772; }
span { border-color: rgb(77,103,114); }
td.TdClassName
{
border-color: #4D6772;
}
.TagClassName
{
border-color: #4D6772;
}
</style>