Shades of Bismark #4E6972
Tints of Bismark #4E6972
RGB
CMYK
RGB Variations
Color information
#4E6972 (or 0x4E6972) is known color: Bismark. HEX triplet: 4E, 69 and 72. RGB value is (78,105,114). Sum of RGB (Red+Green+Blue) = 78+105+114=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6972 is #B1968D. Grayscale: #616161. Windows color (decimal): -11638414 or 7498062. OLE color: 7498062.
HSL color Cylindrical-coordinate representation of color #4E6972: hue angle of 195º 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 #4E6972 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 105 | 114 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.55 |
| HSL | 195º | 0.19% | 0.38% | - |
| HSV(B) | 195º | 0.32% | 0.45% | - |
| XYZ | 11.23 | 12.94 | 17.82 | - |
| YUV | 97.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 114 | 0.32 | 0.08 | 0 | 0.55 | 195 | 0.19 | 0.38 |
| Hex | 4E | 69 | 72 | 20 | 8 | 0 | 37 | C3 | 13 | 26 |
| Octal | 116 | 151 | 162 | 40 | 10 | 0 | 67 | 303 | 23 | 46 |
| Binary | 1001110 | 1101001 | 1110010 | 100000 | 1000 | 0 | 110111 | 11000011 | 10011 | 100110 |
Color Harmonies of #4E6972
Complementary color
Monochromatic Colors of #4E6972
Black with #4E6972
Text Example
Text Example
White with #4E6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6972; }
p { color: rgb(78,105,114); }
H1.HeaderClassName
{
color: #4E6972;
}
.AnyTagClassName
{
color: #4E6972;
}
</style>
background-color css
<style>
a { background-color: #4E6972; }
a { background-color: rgb(78,105,114); }
div.DivClassName
{
background-color: #4E6972;
}
.BgClassName
{
background-color: #4E6972;
}
</style>
border-color css
<style>
span { border-color: #4E6972; }
span { border-color: rgb(78,105,114); }
td.TdClassName
{
border-color: #4E6972;
}
.TagClassName
{
border-color: #4E6972;
}
</style>