Shades of Bismark #4E717A
Tints of Bismark #4E717A
RGB
CMYK
RGB Variations
Color information
#4E717A (or 0x4E717A) is known color: Bismark. HEX triplet: 4E, 71 and 7A. RGB value is (78,113,122). Sum of RGB (Red+Green+Blue) = 78+113+122=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E717A is #B18E85. Grayscale: #676767. Windows color (decimal): -11636358 or 8024398. OLE color: 8024398.
HSL color Cylindrical-coordinate representation of color #4E717A: hue angle of 192.27º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E717A is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 113 | 122 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.52 |
| HSL | 192.27º | 0.22% | 0.39% | - |
| HSV(B) | 192.27º | 0.36% | 0.48% | - |
| XYZ | 12.56 | 14.84 | 20.61 | - |
| YUV | 103.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 122 | 0.36 | 0.07 | 0 | 0.52 | 192.27 | 0.22 | 0.39 |
| Hex | 4E | 71 | 7A | 24 | 7 | 0 | 34 | C0 | 16 | 27 |
| Octal | 116 | 161 | 172 | 44 | 7 | 0 | 64 | 300 | 26 | 47 |
| Binary | 1001110 | 1110001 | 1111010 | 100100 | 111 | 0 | 110100 | 11000000 | 10110 | 100111 |
Color Harmonies of #4E717A
Complementary color
Monochromatic Colors of #4E717A
Black with #4E717A
Text Example
Text Example
White with #4E717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E717A; }
p { color: rgb(78,113,122); }
H1.HeaderClassName
{
color: #4E717A;
}
.AnyTagClassName
{
color: #4E717A;
}
</style>
background-color css
<style>
a { background-color: #4E717A; }
a { background-color: rgb(78,113,122); }
div.DivClassName
{
background-color: #4E717A;
}
.BgClassName
{
background-color: #4E717A;
}
</style>
border-color css
<style>
span { border-color: #4E717A; }
span { border-color: rgb(78,113,122); }
td.TdClassName
{
border-color: #4E717A;
}
.TagClassName
{
border-color: #4E717A;
}
</style>