Shades of Bismark #44657B
Tints of Bismark #44657B
RGB
CMYK
RGB Variations
Color information
#44657B (or 0x44657B) is known color: Bismark. HEX triplet: 44, 65 and 7B. RGB value is (68,101,123). Sum of RGB (Red+Green+Blue) = 68+101+123=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #44657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44657B is #BB9A84. Grayscale: #5D5D5D. Windows color (decimal): -12294789 or 8086852. OLE color: 8086852.
HSL color Cylindrical-coordinate representation of color #44657B: hue angle of 204º 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 #44657B is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 101 | 123 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.52 |
| HSL | 204º | 0.29% | 0.37% | - |
| HSV(B) | 204º | 0.45% | 0.48% | - |
| XYZ | 10.61 | 11.97 | 20.49 | - |
| YUV | 93.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 123 | 0.45 | 0.18 | 0 | 0.52 | 204 | 0.29 | 0.37 |
| Hex | 44 | 65 | 7B | 2D | 12 | 0 | 34 | CC | 1D | 25 |
| Octal | 104 | 145 | 173 | 55 | 22 | 0 | 64 | 314 | 35 | 45 |
| Binary | 1000100 | 1100101 | 1111011 | 101101 | 10010 | 0 | 110100 | 11001100 | 11101 | 100101 |
Color Harmonies of #44657B
Complementary color
Monochromatic Colors of #44657B
Black with #44657B
Text Example
Text Example
White with #44657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44657B; }
p { color: rgb(68,101,123); }
H1.HeaderClassName
{
color: #44657B;
}
.AnyTagClassName
{
color: #44657B;
}
</style>
background-color css
<style>
a { background-color: #44657B; }
a { background-color: rgb(68,101,123); }
div.DivClassName
{
background-color: #44657B;
}
.BgClassName
{
background-color: #44657B;
}
</style>
border-color css
<style>
span { border-color: #44657B; }
span { border-color: rgb(68,101,123); }
td.TdClassName
{
border-color: #44657B;
}
.TagClassName
{
border-color: #44657B;
}
</style>