Shades of Bismark #446D7A
Tints of Bismark #446D7A
RGB
CMYK
RGB Variations
Color information
#446D7A (or 0x446D7A) is known color: Bismark. HEX triplet: 44, 6D and 7A. RGB value is (68,109,122). Sum of RGB (Red+Green+Blue) = 68+109+122=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #446D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D7A is #BB9285. Grayscale: #626262. Windows color (decimal): -12292742 or 8023364. OLE color: 8023364.
HSL color Cylindrical-coordinate representation of color #446D7A: hue angle of 194.44º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446D7A is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 109 | 122 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.52 |
| HSL | 194.44º | 0.28% | 0.37% | - |
| HSV(B) | 194.44º | 0.44% | 0.48% | - |
| XYZ | 11.37 | 13.57 | 20.43 | - |
| YUV | 98.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 122 | 0.44 | 0.11 | 0 | 0.52 | 194.44 | 0.28 | 0.37 |
| Hex | 44 | 6D | 7A | 2C | B | 0 | 34 | C2 | 1C | 25 |
| Octal | 104 | 155 | 172 | 54 | 13 | 0 | 64 | 302 | 34 | 45 |
| Binary | 1000100 | 1101101 | 1111010 | 101100 | 1011 | 0 | 110100 | 11000010 | 11100 | 100101 |
Color Harmonies of #446D7A
Complementary color
Monochromatic Colors of #446D7A
Black with #446D7A
Text Example
Text Example
White with #446D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D7A; }
p { color: rgb(68,109,122); }
H1.HeaderClassName
{
color: #446D7A;
}
.AnyTagClassName
{
color: #446D7A;
}
</style>
background-color css
<style>
a { background-color: #446D7A; }
a { background-color: rgb(68,109,122); }
div.DivClassName
{
background-color: #446D7A;
}
.BgClassName
{
background-color: #446D7A;
}
</style>
border-color css
<style>
span { border-color: #446D7A; }
span { border-color: rgb(68,109,122); }
td.TdClassName
{
border-color: #446D7A;
}
.TagClassName
{
border-color: #446D7A;
}
</style>