Shades of Bismark #4E7080
Tints of Bismark #4E7080
RGB
CMYK
RGB Variations
Color information
#4E7080 (or 0x4E7080) is known color: Bismark. HEX triplet: 4E, 70 and 80. RGB value is (78,112,128). Sum of RGB (Red+Green+Blue) = 78+112+128=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E7080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7080 is #B18F7F. Grayscale: #676767. Windows color (decimal): -11636608 or 8417358. OLE color: 8417358.
HSL color Cylindrical-coordinate representation of color #4E7080: hue angle of 199.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E7080 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 112 | 128 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.50 |
| HSL | 199.2º | 0.24% | 0.4% | - |
| HSV(B) | 199.2º | 0.39% | 0.5% | - |
| XYZ | 12.83 | 14.77 | 22.6 | - |
| YUV | 103.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 128 | 0.39 | 0.12 | 0 | 0.50 | 199.2 | 0.24 | 0.4 |
| Hex | 4E | 70 | 80 | 27 | C | 0 | 32 | C7 | 18 | 28 |
| Octal | 116 | 160 | 200 | 47 | 14 | 0 | 62 | 307 | 30 | 50 |
| Binary | 1001110 | 1110000 | 10000000 | 100111 | 1100 | 0 | 110010 | 11000111 | 11000 | 101000 |
Color Harmonies of #4E7080
Complementary color
Monochromatic Colors of #4E7080
Black with #4E7080
Text Example
Text Example
White with #4E7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7080; }
p { color: rgb(78,112,128); }
H1.HeaderClassName
{
color: #4E7080;
}
.AnyTagClassName
{
color: #4E7080;
}
</style>
background-color css
<style>
a { background-color: #4E7080; }
a { background-color: rgb(78,112,128); }
div.DivClassName
{
background-color: #4E7080;
}
.BgClassName
{
background-color: #4E7080;
}
</style>
border-color css
<style>
span { border-color: #4E7080; }
span { border-color: rgb(78,112,128); }
td.TdClassName
{
border-color: #4E7080;
}
.TagClassName
{
border-color: #4E7080;
}
</style>