Shades of Bismark #44707B
Tints of Bismark #44707B
RGB
CMYK
RGB Variations
Color information
#44707B (or 0x44707B) is known color: Bismark. HEX triplet: 44, 70 and 7B. RGB value is (68,112,123). Sum of RGB (Red+Green+Blue) = 68+112+123=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #44707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44707B is #BB8F84. Grayscale: #646464. Windows color (decimal): -12291973 or 8089668. OLE color: 8089668.
HSL color Cylindrical-coordinate representation of color #44707B: hue angle of 192º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44707B is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 112 | 123 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.52 |
| HSL | 192º | 0.29% | 0.37% | - |
| HSV(B) | 192º | 0.45% | 0.48% | - |
| XYZ | 11.75 | 14.25 | 20.87 | - |
| YUV | 100.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 123 | 0.45 | 0.09 | 0 | 0.52 | 192 | 0.29 | 0.37 |
| Hex | 44 | 70 | 7B | 2D | 9 | 0 | 34 | C0 | 1D | 25 |
| Octal | 104 | 160 | 173 | 55 | 11 | 0 | 64 | 300 | 35 | 45 |
| Binary | 1000100 | 1110000 | 1111011 | 101101 | 1001 | 0 | 110100 | 11000000 | 11101 | 100101 |
Color Harmonies of #44707B
Complementary color
Monochromatic Colors of #44707B
Black with #44707B
Text Example
Text Example
White with #44707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44707B; }
p { color: rgb(68,112,123); }
H1.HeaderClassName
{
color: #44707B;
}
.AnyTagClassName
{
color: #44707B;
}
</style>
background-color css
<style>
a { background-color: #44707B; }
a { background-color: rgb(68,112,123); }
div.DivClassName
{
background-color: #44707B;
}
.BgClassName
{
background-color: #44707B;
}
</style>
border-color css
<style>
span { border-color: #44707B; }
span { border-color: rgb(68,112,123); }
td.TdClassName
{
border-color: #44707B;
}
.TagClassName
{
border-color: #44707B;
}
</style>