Shades of Bismark #4E6870
Tints of Bismark #4E6870
RGB
CMYK
RGB Variations
Color information
#4E6870 (or 0x4E6870) is known color: Bismark. HEX triplet: 4E, 68 and 70. RGB value is (78,104,112). Sum of RGB (Red+Green+Blue) = 78+104+112=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6870 is #B1978F. Grayscale: #616161. Windows color (decimal): -11638672 or 7366734. OLE color: 7366734.
HSL color Cylindrical-coordinate representation of color #4E6870: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6870 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 104 | 112 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.56 |
| HSL | 194.12º | 0.18% | 0.37% | - |
| HSV(B) | 194.12º | 0.3% | 0.44% | - |
| XYZ | 11.02 | 12.69 | 17.2 | - |
| YUV | 97.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 112 | 0.30 | 0.07 | 0 | 0.56 | 194.12 | 0.18 | 0.37 |
| Hex | 4E | 68 | 70 | 1E | 7 | 0 | 38 | C2 | 12 | 25 |
| Octal | 116 | 150 | 160 | 36 | 7 | 0 | 70 | 302 | 22 | 45 |
| Binary | 1001110 | 1101000 | 1110000 | 11110 | 111 | 0 | 111000 | 11000010 | 10010 | 100101 |
Color Harmonies of #4E6870
Complementary color
Monochromatic Colors of #4E6870
Black with #4E6870
Text Example
Text Example
White with #4E6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6870; }
p { color: rgb(78,104,112); }
H1.HeaderClassName
{
color: #4E6870;
}
.AnyTagClassName
{
color: #4E6870;
}
</style>
background-color css
<style>
a { background-color: #4E6870; }
a { background-color: rgb(78,104,112); }
div.DivClassName
{
background-color: #4E6870;
}
.BgClassName
{
background-color: #4E6870;
}
</style>
border-color css
<style>
span { border-color: #4E6870; }
span { border-color: rgb(78,104,112); }
td.TdClassName
{
border-color: #4E6870;
}
.TagClassName
{
border-color: #4E6870;
}
</style>