Shades of Bismark #4E717E
Tints of Bismark #4E717E
RGB
CMYK
RGB Variations
Color information
#4E717E (or 0x4E717E) is known color: Bismark. HEX triplet: 4E, 71 and 7E. RGB value is (78,113,126). Sum of RGB (Red+Green+Blue) = 78+113+126=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E717E is #B18E81. Grayscale: #676767. Windows color (decimal): -11636354 or 8286542. OLE color: 8286542.
HSL color Cylindrical-coordinate representation of color #4E717E: hue angle of 196.25º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E717E is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 113 | 126 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.51 |
| HSL | 196.25º | 0.24% | 0.4% | - |
| HSV(B) | 196.25º | 0.38% | 0.49% | - |
| XYZ | 12.81 | 14.94 | 21.95 | - |
| YUV | 104.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 126 | 0.38 | 0.10 | 0 | 0.51 | 196.25 | 0.24 | 0.4 |
| Hex | 4E | 71 | 7E | 26 | A | 0 | 33 | C4 | 18 | 28 |
| Octal | 116 | 161 | 176 | 46 | 12 | 0 | 63 | 304 | 30 | 50 |
| Binary | 1001110 | 1110001 | 1111110 | 100110 | 1010 | 0 | 110011 | 11000100 | 11000 | 101000 |
Color Harmonies of #4E717E
Complementary color
Monochromatic Colors of #4E717E
Black with #4E717E
Text Example
Text Example
White with #4E717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E717E; }
p { color: rgb(78,113,126); }
H1.HeaderClassName
{
color: #4E717E;
}
.AnyTagClassName
{
color: #4E717E;
}
</style>
background-color css
<style>
a { background-color: #4E717E; }
a { background-color: rgb(78,113,126); }
div.DivClassName
{
background-color: #4E717E;
}
.BgClassName
{
background-color: #4E717E;
}
</style>
border-color css
<style>
span { border-color: #4E717E; }
span { border-color: rgb(78,113,126); }
td.TdClassName
{
border-color: #4E717E;
}
.TagClassName
{
border-color: #4E717E;
}
</style>