Shades of Bismark #4E6872
Tints of Bismark #4E6872
RGB
CMYK
RGB Variations
Color information
#4E6872 (or 0x4E6872) is known color: Bismark. HEX triplet: 4E, 68 and 72. RGB value is (78,104,114). Sum of RGB (Red+Green+Blue) = 78+104+114=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E6872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6872 is #B1978D. Grayscale: #616161. Windows color (decimal): -11638670 or 7497806. OLE color: 7497806.
HSL color Cylindrical-coordinate representation of color #4E6872: hue angle of 196.67º 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 #4E6872 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 104 | 114 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.55 |
| HSL | 196.67º | 0.19% | 0.38% | - |
| HSV(B) | 196.67º | 0.32% | 0.45% | - |
| XYZ | 11.13 | 12.74 | 17.79 | - |
| YUV | 97.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 114 | 0.32 | 0.09 | 0 | 0.55 | 196.67 | 0.19 | 0.38 |
| Hex | 4E | 68 | 72 | 20 | 9 | 0 | 37 | C5 | 13 | 26 |
| Octal | 116 | 150 | 162 | 40 | 11 | 0 | 67 | 305 | 23 | 46 |
| Binary | 1001110 | 1101000 | 1110010 | 100000 | 1001 | 0 | 110111 | 11000101 | 10011 | 100110 |
Color Harmonies of #4E6872
Complementary color
Monochromatic Colors of #4E6872
Black with #4E6872
Text Example
Text Example
White with #4E6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6872; }
p { color: rgb(78,104,114); }
H1.HeaderClassName
{
color: #4E6872;
}
.AnyTagClassName
{
color: #4E6872;
}
</style>
background-color css
<style>
a { background-color: #4E6872; }
a { background-color: rgb(78,104,114); }
div.DivClassName
{
background-color: #4E6872;
}
.BgClassName
{
background-color: #4E6872;
}
</style>
border-color css
<style>
span { border-color: #4E6872; }
span { border-color: rgb(78,104,114); }
td.TdClassName
{
border-color: #4E6872;
}
.TagClassName
{
border-color: #4E6872;
}
</style>