Shades of Bismark #446D7F
Tints of Bismark #446D7F
RGB
CMYK
RGB Variations
Color information
#446D7F (or 0x446D7F) is known color: Bismark. HEX triplet: 44, 6D and 7F. RGB value is (68,109,127). Sum of RGB (Red+Green+Blue) = 68+109+127=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #446D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D7F is #BB9280. Grayscale: #626262. Windows color (decimal): -12292737 or 8351044. OLE color: 8351044.
HSL color Cylindrical-coordinate representation of color #446D7F: hue angle of 198.31º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #446D7F is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 109 | 127 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.50 |
| HSL | 198.31º | 0.3% | 0.38% | - |
| HSV(B) | 198.31º | 0.46% | 0.5% | - |
| XYZ | 11.68 | 13.7 | 22.11 | - |
| YUV | 98.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 127 | 0.46 | 0.14 | 0 | 0.50 | 198.31 | 0.3 | 0.38 |
| Hex | 44 | 6D | 7F | 2E | E | 0 | 32 | C6 | 1E | 26 |
| Octal | 104 | 155 | 177 | 56 | 16 | 0 | 62 | 306 | 36 | 46 |
| Binary | 1000100 | 1101101 | 1111111 | 101110 | 1110 | 0 | 110010 | 11000110 | 11110 | 100110 |
Color Harmonies of #446D7F
Complementary color
Monochromatic Colors of #446D7F
Black with #446D7F
Text Example
Text Example
White with #446D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D7F; }
p { color: rgb(68,109,127); }
H1.HeaderClassName
{
color: #446D7F;
}
.AnyTagClassName
{
color: #446D7F;
}
</style>
background-color css
<style>
a { background-color: #446D7F; }
a { background-color: rgb(68,109,127); }
div.DivClassName
{
background-color: #446D7F;
}
.BgClassName
{
background-color: #446D7F;
}
</style>
border-color css
<style>
span { border-color: #446D7F; }
span { border-color: rgb(68,109,127); }
td.TdClassName
{
border-color: #446D7F;
}
.TagClassName
{
border-color: #446D7F;
}
</style>