Shades of Bismark #4E6C73
Tints of Bismark #4E6C73
RGB
CMYK
RGB Variations
Color information
#4E6C73 (or 0x4E6C73) is known color: Bismark. HEX triplet: 4E, 6C and 73. RGB value is (78,108,115). Sum of RGB (Red+Green+Blue) = 78+108+115=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E6C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6C73 is #B1938C. Grayscale: #636363. Windows color (decimal): -11637645 or 7564366. OLE color: 7564366.
HSL color Cylindrical-coordinate representation of color #4E6C73: hue angle of 191.35º 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 #4E6C73 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 108 | 115 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.55 |
| HSL | 191.35º | 0.19% | 0.38% | - |
| HSV(B) | 191.35º | 0.32% | 0.45% | - |
| XYZ | 11.6 | 13.58 | 18.23 | - |
| YUV | 99.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 115 | 0.32 | 0.06 | 0 | 0.55 | 191.35 | 0.19 | 0.38 |
| Hex | 4E | 6C | 73 | 20 | 6 | 0 | 37 | BF | 13 | 26 |
| Octal | 116 | 154 | 163 | 40 | 6 | 0 | 67 | 277 | 23 | 46 |
| Binary | 1001110 | 1101100 | 1110011 | 100000 | 110 | 0 | 110111 | 10111111 | 10011 | 100110 |
Color Harmonies of #4E6C73
Complementary color
Monochromatic Colors of #4E6C73
Black with #4E6C73
Text Example
Text Example
White with #4E6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6C73; }
p { color: rgb(78,108,115); }
H1.HeaderClassName
{
color: #4E6C73;
}
.AnyTagClassName
{
color: #4E6C73;
}
</style>
background-color css
<style>
a { background-color: #4E6C73; }
a { background-color: rgb(78,108,115); }
div.DivClassName
{
background-color: #4E6C73;
}
.BgClassName
{
background-color: #4E6C73;
}
</style>
border-color css
<style>
span { border-color: #4E6C73; }
span { border-color: rgb(78,108,115); }
td.TdClassName
{
border-color: #4E6C73;
}
.TagClassName
{
border-color: #4E6C73;
}
</style>