Shades of Bismark #44707F
Tints of Bismark #44707F
RGB
CMYK
RGB Variations
Color information
#44707F (or 0x44707F) is known color: Bismark. HEX triplet: 44, 70 and 7F. RGB value is (68,112,127). Sum of RGB (Red+Green+Blue) = 68+112+127=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #44707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44707F is #BB8F80. Grayscale: #646464. Windows color (decimal): -12291969 or 8351812. OLE color: 8351812.
HSL color Cylindrical-coordinate representation of color #44707F: hue angle of 195.25º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44707F is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 112 | 127 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.50 |
| HSL | 195.25º | 0.3% | 0.38% | - |
| HSV(B) | 195.25º | 0.46% | 0.5% | - |
| XYZ | 12.01 | 14.35 | 22.22 | - |
| YUV | 100.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 127 | 0.46 | 0.12 | 0 | 0.50 | 195.25 | 0.3 | 0.38 |
| Hex | 44 | 70 | 7F | 2E | C | 0 | 32 | C3 | 1E | 26 |
| Octal | 104 | 160 | 177 | 56 | 14 | 0 | 62 | 303 | 36 | 46 |
| Binary | 1000100 | 1110000 | 1111111 | 101110 | 1100 | 0 | 110010 | 11000011 | 11110 | 100110 |
Color Harmonies of #44707F
Complementary color
Monochromatic Colors of #44707F
Black with #44707F
Text Example
Text Example
White with #44707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44707F; }
p { color: rgb(68,112,127); }
H1.HeaderClassName
{
color: #44707F;
}
.AnyTagClassName
{
color: #44707F;
}
</style>
background-color css
<style>
a { background-color: #44707F; }
a { background-color: rgb(68,112,127); }
div.DivClassName
{
background-color: #44707F;
}
.BgClassName
{
background-color: #44707F;
}
</style>
border-color css
<style>
span { border-color: #44707F; }
span { border-color: rgb(68,112,127); }
td.TdClassName
{
border-color: #44707F;
}
.TagClassName
{
border-color: #44707F;
}
</style>