Shades of Bismark #4E6472
Tints of Bismark #4E6472
RGB
CMYK
RGB Variations
Color information
#4E6472 (or 0x4E6472) is known color: Bismark. HEX triplet: 4E, 64 and 72. RGB value is (78,100,114). Sum of RGB (Red+Green+Blue) = 78+100+114=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E6472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6472 is #B19B8D. Grayscale: #5E5E5E. Windows color (decimal): -11639694 or 7496782. OLE color: 7496782.
HSL color Cylindrical-coordinate representation of color #4E6472: hue angle of 203.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E6472 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 100 | 114 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.55 |
| HSL | 203.33º | 0.19% | 0.38% | - |
| HSV(B) | 203.33º | 0.32% | 0.45% | - |
| XYZ | 10.74 | 11.95 | 17.66 | - |
| YUV | 95.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 114 | 0.32 | 0.12 | 0 | 0.55 | 203.33 | 0.19 | 0.38 |
| Hex | 4E | 64 | 72 | 20 | C | 0 | 37 | CB | 13 | 26 |
| Octal | 116 | 144 | 162 | 40 | 14 | 0 | 67 | 313 | 23 | 46 |
| Binary | 1001110 | 1100100 | 1110010 | 100000 | 1100 | 0 | 110111 | 11001011 | 10011 | 100110 |
Color Harmonies of #4E6472
Complementary color
Monochromatic Colors of #4E6472
Black with #4E6472
Text Example
Text Example
White with #4E6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6472; }
p { color: rgb(78,100,114); }
H1.HeaderClassName
{
color: #4E6472;
}
.AnyTagClassName
{
color: #4E6472;
}
</style>
background-color css
<style>
a { background-color: #4E6472; }
a { background-color: rgb(78,100,114); }
div.DivClassName
{
background-color: #4E6472;
}
.BgClassName
{
background-color: #4E6472;
}
</style>
border-color css
<style>
span { border-color: #4E6472; }
span { border-color: rgb(78,100,114); }
td.TdClassName
{
border-color: #4E6472;
}
.TagClassName
{
border-color: #4E6472;
}
</style>