Shades of Bismark #44667B
Tints of Bismark #44667B
RGB
CMYK
RGB Variations
Color information
#44667B (or 0x44667B) is known color: Bismark. HEX triplet: 44, 66 and 7B. RGB value is (68,102,123). Sum of RGB (Red+Green+Blue) = 68+102+123=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #44667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44667B is #BB9984. Grayscale: #5E5E5E. Windows color (decimal): -12294533 or 8087108. OLE color: 8087108.
HSL color Cylindrical-coordinate representation of color #44667B: hue angle of 202.91º 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 #44667B is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 102 | 123 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.52 |
| HSL | 202.91º | 0.29% | 0.37% | - |
| HSV(B) | 202.91º | 0.45% | 0.48% | - |
| XYZ | 10.71 | 12.16 | 20.52 | - |
| YUV | 94.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 102 | 123 | 0.45 | 0.17 | 0 | 0.52 | 202.91 | 0.29 | 0.37 |
| Hex | 44 | 66 | 7B | 2D | 11 | 0 | 34 | CB | 1D | 25 |
| Octal | 104 | 146 | 173 | 55 | 21 | 0 | 64 | 313 | 35 | 45 |
| Binary | 1000100 | 1100110 | 1111011 | 101101 | 10001 | 0 | 110100 | 11001011 | 11101 | 100101 |
Color Harmonies of #44667B
Complementary color
Monochromatic Colors of #44667B
Black with #44667B
Text Example
Text Example
White with #44667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44667B; }
p { color: rgb(68,102,123); }
H1.HeaderClassName
{
color: #44667B;
}
.AnyTagClassName
{
color: #44667B;
}
</style>
background-color css
<style>
a { background-color: #44667B; }
a { background-color: rgb(68,102,123); }
div.DivClassName
{
background-color: #44667B;
}
.BgClassName
{
background-color: #44667B;
}
</style>
border-color css
<style>
span { border-color: #44667B; }
span { border-color: rgb(68,102,123); }
td.TdClassName
{
border-color: #44667B;
}
.TagClassName
{
border-color: #44667B;
}
</style>