Shades of Bismark #4D6672
Tints of Bismark #4D6672
RGB
CMYK
RGB Variations
Color information
#4D6672 (or 0x4D6672) is known color: Bismark. HEX triplet: 4D, 66 and 72. RGB value is (77,102,114). Sum of RGB (Red+Green+Blue) = 77+102+114=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6672 is #B2998D. Grayscale: #5F5F5F. Windows color (decimal): -11704718 or 7497293. OLE color: 7497293.
HSL color Cylindrical-coordinate representation of color #4D6672: hue angle of 199.46º 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 #4D6672 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 102 | 114 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.55 |
| HSL | 199.46º | 0.19% | 0.37% | - |
| HSV(B) | 199.46º | 0.32% | 0.45% | - |
| XYZ | 10.85 | 12.3 | 17.72 | - |
| YUV | 95.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 114 | 0.32 | 0.11 | 0 | 0.55 | 199.46 | 0.19 | 0.37 |
| Hex | 4D | 66 | 72 | 20 | B | 0 | 37 | C7 | 13 | 25 |
| Octal | 115 | 146 | 162 | 40 | 13 | 0 | 67 | 307 | 23 | 45 |
| Binary | 1001101 | 1100110 | 1110010 | 100000 | 1011 | 0 | 110111 | 11000111 | 10011 | 100101 |
Color Harmonies of #4D6672
Complementary color
Monochromatic Colors of #4D6672
Black with #4D6672
Text Example
Text Example
White with #4D6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6672; }
p { color: rgb(77,102,114); }
H1.HeaderClassName
{
color: #4D6672;
}
.AnyTagClassName
{
color: #4D6672;
}
</style>
background-color css
<style>
a { background-color: #4D6672; }
a { background-color: rgb(77,102,114); }
div.DivClassName
{
background-color: #4D6672;
}
.BgClassName
{
background-color: #4D6672;
}
</style>
border-color css
<style>
span { border-color: #4D6672; }
span { border-color: rgb(77,102,114); }
td.TdClassName
{
border-color: #4D6672;
}
.TagClassName
{
border-color: #4D6672;
}
</style>