Shades of Bismark #4E727C
Tints of Bismark #4E727C
RGB
CMYK
RGB Variations
Color information
#4E727C (or 0x4E727C) is known color: Bismark. HEX triplet: 4E, 72 and 7C. RGB value is (78,114,124). Sum of RGB (Red+Green+Blue) = 78+114+124=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E727C is #B18D83. Grayscale: #686868. Windows color (decimal): -11636100 or 8155726. OLE color: 8155726.
HSL color Cylindrical-coordinate representation of color #4E727C: hue angle of 193.04º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E727C is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 114 | 124 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.51 |
| HSL | 193.04º | 0.23% | 0.4% | - |
| HSV(B) | 193.04º | 0.37% | 0.49% | - |
| XYZ | 12.8 | 15.11 | 21.31 | - |
| YUV | 104.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 124 | 0.37 | 0.08 | 0 | 0.51 | 193.04 | 0.23 | 0.4 |
| Hex | 4E | 72 | 7C | 25 | 8 | 0 | 33 | C1 | 17 | 28 |
| Octal | 116 | 162 | 174 | 45 | 10 | 0 | 63 | 301 | 27 | 50 |
| Binary | 1001110 | 1110010 | 1111100 | 100101 | 1000 | 0 | 110011 | 11000001 | 10111 | 101000 |
Color Harmonies of #4E727C
Complementary color
Monochromatic Colors of #4E727C
Black with #4E727C
Text Example
Text Example
White with #4E727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E727C; }
p { color: rgb(78,114,124); }
H1.HeaderClassName
{
color: #4E727C;
}
.AnyTagClassName
{
color: #4E727C;
}
</style>
background-color css
<style>
a { background-color: #4E727C; }
a { background-color: rgb(78,114,124); }
div.DivClassName
{
background-color: #4E727C;
}
.BgClassName
{
background-color: #4E727C;
}
</style>
border-color css
<style>
span { border-color: #4E727C; }
span { border-color: rgb(78,114,124); }
td.TdClassName
{
border-color: #4E727C;
}
.TagClassName
{
border-color: #4E727C;
}
</style>