Shades of Bismark #4D6872
Tints of Bismark #4D6872
RGB
CMYK
RGB Variations
Color information
#4D6872 (or 0x4D6872) is known color: Bismark. HEX triplet: 4D, 68 and 72. RGB value is (77,104,114). Sum of RGB (Red+Green+Blue) = 77+104+114=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D6872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6872 is #B2978D. Grayscale: #616161. Windows color (decimal): -11704206 or 7497805. OLE color: 7497805.
HSL color Cylindrical-coordinate representation of color #4D6872: hue angle of 196.22º 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 #4D6872 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 104 | 114 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.55 |
| HSL | 196.22º | 0.19% | 0.37% | - |
| HSV(B) | 196.22º | 0.32% | 0.45% | - |
| XYZ | 11.05 | 12.69 | 17.79 | - |
| YUV | 97.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 114 | 0.32 | 0.09 | 0 | 0.55 | 196.22 | 0.19 | 0.37 |
| Hex | 4D | 68 | 72 | 20 | 9 | 0 | 37 | C4 | 13 | 25 |
| Octal | 115 | 150 | 162 | 40 | 11 | 0 | 67 | 304 | 23 | 45 |
| Binary | 1001101 | 1101000 | 1110010 | 100000 | 1001 | 0 | 110111 | 11000100 | 10011 | 100101 |
Color Harmonies of #4D6872
Complementary color
Monochromatic Colors of #4D6872
Black with #4D6872
Text Example
Text Example
White with #4D6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6872; }
p { color: rgb(77,104,114); }
H1.HeaderClassName
{
color: #4D6872;
}
.AnyTagClassName
{
color: #4D6872;
}
</style>
background-color css
<style>
a { background-color: #4D6872; }
a { background-color: rgb(77,104,114); }
div.DivClassName
{
background-color: #4D6872;
}
.BgClassName
{
background-color: #4D6872;
}
</style>
border-color css
<style>
span { border-color: #4D6872; }
span { border-color: rgb(77,104,114); }
td.TdClassName
{
border-color: #4D6872;
}
.TagClassName
{
border-color: #4D6872;
}
</style>