Shades of Bismark #44747E
Tints of Bismark #44747E
RGB
CMYK
RGB Variations
Color information
#44747E (or 0x44747E) is known color: Bismark. HEX triplet: 44, 74 and 7E. RGB value is (68,116,126). Sum of RGB (Red+Green+Blue) = 68+116+126=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #44747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44747E is #BB8B81. Grayscale: #666666. Windows color (decimal): -12290946 or 8287300. OLE color: 8287300.
HSL color Cylindrical-coordinate representation of color #44747E: hue angle of 190.34º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44747E is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 116 | 126 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.51 |
| HSL | 190.34º | 0.3% | 0.38% | - |
| HSV(B) | 190.34º | 0.46% | 0.49% | - |
| XYZ | 12.4 | 15.23 | 22.02 | - |
| YUV | 102.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 126 | 0.46 | 0.08 | 0 | 0.51 | 190.34 | 0.3 | 0.38 |
| Hex | 44 | 74 | 7E | 2E | 8 | 0 | 33 | BE | 1E | 26 |
| Octal | 104 | 164 | 176 | 56 | 10 | 0 | 63 | 276 | 36 | 46 |
| Binary | 1000100 | 1110100 | 1111110 | 101110 | 1000 | 0 | 110011 | 10111110 | 11110 | 100110 |
Color Harmonies of #44747E
Complementary color
Monochromatic Colors of #44747E
Black with #44747E
Text Example
Text Example
White with #44747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44747E; }
p { color: rgb(68,116,126); }
H1.HeaderClassName
{
color: #44747E;
}
.AnyTagClassName
{
color: #44747E;
}
</style>
background-color css
<style>
a { background-color: #44747E; }
a { background-color: rgb(68,116,126); }
div.DivClassName
{
background-color: #44747E;
}
.BgClassName
{
background-color: #44747E;
}
</style>
border-color css
<style>
span { border-color: #44747E; }
span { border-color: rgb(68,116,126); }
td.TdClassName
{
border-color: #44747E;
}
.TagClassName
{
border-color: #44747E;
}
</style>