Shades of Bismark #4E737A
Tints of Bismark #4E737A
RGB
CMYK
RGB Variations
Color information
#4E737A (or 0x4E737A) is known color: Bismark. HEX triplet: 4E, 73 and 7A. RGB value is (78,115,122). Sum of RGB (Red+Green+Blue) = 78+115+122=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E737A is #B18C85. Grayscale: #686868. Windows color (decimal): -11635846 or 8024910. OLE color: 8024910.
HSL color Cylindrical-coordinate representation of color #4E737A: hue angle of 189.55º 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 #4E737A is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 115 | 122 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.52 |
| HSL | 189.55º | 0.22% | 0.39% | - |
| HSV(B) | 189.55º | 0.36% | 0.48% | - |
| XYZ | 12.79 | 15.29 | 20.69 | - |
| YUV | 104.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 122 | 0.36 | 0.06 | 0 | 0.52 | 189.55 | 0.22 | 0.39 |
| Hex | 4E | 73 | 7A | 24 | 6 | 0 | 34 | BE | 16 | 27 |
| Octal | 116 | 163 | 172 | 44 | 6 | 0 | 64 | 276 | 26 | 47 |
| Binary | 1001110 | 1110011 | 1111010 | 100100 | 110 | 0 | 110100 | 10111110 | 10110 | 100111 |
Color Harmonies of #4E737A
Complementary color
Monochromatic Colors of #4E737A
Black with #4E737A
Text Example
Text Example
White with #4E737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E737A; }
p { color: rgb(78,115,122); }
H1.HeaderClassName
{
color: #4E737A;
}
.AnyTagClassName
{
color: #4E737A;
}
</style>
background-color css
<style>
a { background-color: #4E737A; }
a { background-color: rgb(78,115,122); }
div.DivClassName
{
background-color: #4E737A;
}
.BgClassName
{
background-color: #4E737A;
}
</style>
border-color css
<style>
span { border-color: #4E737A; }
span { border-color: rgb(78,115,122); }
td.TdClassName
{
border-color: #4E737A;
}
.TagClassName
{
border-color: #4E737A;
}
</style>