Shades of Bismark #4E6476
Tints of Bismark #4E6476
RGB
CMYK
RGB Variations
Color information
#4E6476 (or 0x4E6476) is known color: Bismark. HEX triplet: 4E, 64 and 76. RGB value is (78,100,118). Sum of RGB (Red+Green+Blue) = 78+100+118=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E6476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6476 is #B19B89. Grayscale: #5F5F5F. Windows color (decimal): -11639690 or 7758926. OLE color: 7758926.
HSL color Cylindrical-coordinate representation of color #4E6476: hue angle of 207º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E6476 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 100 | 118 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.54 |
| HSL | 207º | 0.2% | 0.38% | - |
| HSV(B) | 207º | 0.34% | 0.46% | - |
| XYZ | 10.97 | 12.04 | 18.89 | - |
| YUV | 95.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 118 | 0.34 | 0.15 | 0 | 0.54 | 207 | 0.2 | 0.38 |
| Hex | 4E | 64 | 76 | 22 | F | 0 | 36 | CF | 14 | 26 |
| Octal | 116 | 144 | 166 | 42 | 17 | 0 | 66 | 317 | 24 | 46 |
| Binary | 1001110 | 1100100 | 1110110 | 100010 | 1111 | 0 | 110110 | 11001111 | 10100 | 100110 |
Color Harmonies of #4E6476
Complementary color
Monochromatic Colors of #4E6476
Black with #4E6476
Text Example
Text Example
White with #4E6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6476; }
p { color: rgb(78,100,118); }
H1.HeaderClassName
{
color: #4E6476;
}
.AnyTagClassName
{
color: #4E6476;
}
</style>
background-color css
<style>
a { background-color: #4E6476; }
a { background-color: rgb(78,100,118); }
div.DivClassName
{
background-color: #4E6476;
}
.BgClassName
{
background-color: #4E6476;
}
</style>
border-color css
<style>
span { border-color: #4E6476; }
span { border-color: rgb(78,100,118); }
td.TdClassName
{
border-color: #4E6476;
}
.TagClassName
{
border-color: #4E6476;
}
</style>