Shades of Bismark #44677D
Tints of Bismark #44677D
RGB
CMYK
RGB Variations
Color information
#44677D (or 0x44677D) is known color: Bismark. HEX triplet: 44, 67 and 7D. RGB value is (68,103,125). Sum of RGB (Red+Green+Blue) = 68+103+125=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #44677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44677D is #BB9882. Grayscale: #5E5E5E. Windows color (decimal): -12294275 or 8218436. OLE color: 8218436.
HSL color Cylindrical-coordinate representation of color #44677D: hue angle of 203.16º 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 #44677D is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 103 | 125 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.51 |
| HSL | 203.16º | 0.3% | 0.38% | - |
| HSV(B) | 203.16º | 0.46% | 0.49% | - |
| XYZ | 10.94 | 12.41 | 21.22 | - |
| YUV | 95.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 125 | 0.46 | 0.18 | 0 | 0.51 | 203.16 | 0.3 | 0.38 |
| Hex | 44 | 67 | 7D | 2E | 12 | 0 | 33 | CB | 1E | 26 |
| Octal | 104 | 147 | 175 | 56 | 22 | 0 | 63 | 313 | 36 | 46 |
| Binary | 1000100 | 1100111 | 1111101 | 101110 | 10010 | 0 | 110011 | 11001011 | 11110 | 100110 |
Color Harmonies of #44677D
Complementary color
Monochromatic Colors of #44677D
Black with #44677D
Text Example
Text Example
White with #44677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44677D; }
p { color: rgb(68,103,125); }
H1.HeaderClassName
{
color: #44677D;
}
.AnyTagClassName
{
color: #44677D;
}
</style>
background-color css
<style>
a { background-color: #44677D; }
a { background-color: rgb(68,103,125); }
div.DivClassName
{
background-color: #44677D;
}
.BgClassName
{
background-color: #44677D;
}
</style>
border-color css
<style>
span { border-color: #44677D; }
span { border-color: rgb(68,103,125); }
td.TdClassName
{
border-color: #44677D;
}
.TagClassName
{
border-color: #44677D;
}
</style>