Shades of Bismark #44667C
Tints of Bismark #44667C
RGB
CMYK
RGB Variations
Color information
#44667C (or 0x44667C) is known color: Bismark. HEX triplet: 44, 66 and 7C. RGB value is (68,102,124). Sum of RGB (Red+Green+Blue) = 68+102+124=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #44667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44667C is #BB9983. Grayscale: #5E5E5E. Windows color (decimal): -12294532 or 8152644. OLE color: 8152644.
HSL color Cylindrical-coordinate representation of color #44667C: hue angle of 203.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44667C is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 102 | 124 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.51 |
| HSL | 203.57º | 0.29% | 0.38% | - |
| HSV(B) | 203.57º | 0.45% | 0.49% | - |
| XYZ | 10.77 | 12.19 | 20.85 | - |
| YUV | 94.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 102 | 124 | 0.45 | 0.18 | 0 | 0.51 | 203.57 | 0.29 | 0.38 |
| Hex | 44 | 66 | 7C | 2D | 12 | 0 | 33 | CC | 1D | 26 |
| Octal | 104 | 146 | 174 | 55 | 22 | 0 | 63 | 314 | 35 | 46 |
| Binary | 1000100 | 1100110 | 1111100 | 101101 | 10010 | 0 | 110011 | 11001100 | 11101 | 100110 |
Color Harmonies of #44667C
Complementary color
Monochromatic Colors of #44667C
Black with #44667C
Text Example
Text Example
White with #44667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44667C; }
p { color: rgb(68,102,124); }
H1.HeaderClassName
{
color: #44667C;
}
.AnyTagClassName
{
color: #44667C;
}
</style>
background-color css
<style>
a { background-color: #44667C; }
a { background-color: rgb(68,102,124); }
div.DivClassName
{
background-color: #44667C;
}
.BgClassName
{
background-color: #44667C;
}
</style>
border-color css
<style>
span { border-color: #44667C; }
span { border-color: rgb(68,102,124); }
td.TdClassName
{
border-color: #44667C;
}
.TagClassName
{
border-color: #44667C;
}
</style>