Shades of Bismark #4E6D73
Tints of Bismark #4E6D73
RGB
CMYK
RGB Variations
Color information
#4E6D73 (or 0x4E6D73) is known color: Bismark. HEX triplet: 4E, 6D and 73. RGB value is (78,109,115). Sum of RGB (Red+Green+Blue) = 78+109+115=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E6D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6D73 is #B1928C. Grayscale: #646464. Windows color (decimal): -11637389 or 7564622. OLE color: 7564622.
HSL color Cylindrical-coordinate representation of color #4E6D73: hue angle of 189.73º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E6D73 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 109 | 115 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.55 |
| HSL | 189.73º | 0.19% | 0.38% | - |
| HSV(B) | 189.73º | 0.32% | 0.45% | - |
| XYZ | 11.71 | 13.79 | 18.27 | - |
| YUV | 100.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 115 | 0.32 | 0.05 | 0 | 0.55 | 189.73 | 0.19 | 0.38 |
| Hex | 4E | 6D | 73 | 20 | 5 | 0 | 37 | BE | 13 | 26 |
| Octal | 116 | 155 | 163 | 40 | 5 | 0 | 67 | 276 | 23 | 46 |
| Binary | 1001110 | 1101101 | 1110011 | 100000 | 101 | 0 | 110111 | 10111110 | 10011 | 100110 |
Color Harmonies of #4E6D73
Complementary color
Monochromatic Colors of #4E6D73
Black with #4E6D73
Text Example
Text Example
White with #4E6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D73; }
p { color: rgb(78,109,115); }
H1.HeaderClassName
{
color: #4E6D73;
}
.AnyTagClassName
{
color: #4E6D73;
}
</style>
background-color css
<style>
a { background-color: #4E6D73; }
a { background-color: rgb(78,109,115); }
div.DivClassName
{
background-color: #4E6D73;
}
.BgClassName
{
background-color: #4E6D73;
}
</style>
border-color css
<style>
span { border-color: #4E6D73; }
span { border-color: rgb(78,109,115); }
td.TdClassName
{
border-color: #4E6D73;
}
.TagClassName
{
border-color: #4E6D73;
}
</style>