Shades of Bismark #446E7A
Tints of Bismark #446E7A
RGB
CMYK
RGB Variations
Color information
#446E7A (or 0x446E7A) is known color: Bismark. HEX triplet: 44, 6E and 7A. RGB value is (68,110,122). Sum of RGB (Red+Green+Blue) = 68+110+122=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #446E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E7A is #BB9185. Grayscale: #626262. Windows color (decimal): -12292486 or 8023620. OLE color: 8023620.
HSL color Cylindrical-coordinate representation of color #446E7A: hue angle of 193.33º 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 #446E7A is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 110 | 122 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.52 |
| HSL | 193.33º | 0.28% | 0.37% | - |
| HSV(B) | 193.33º | 0.44% | 0.48% | - |
| XYZ | 11.47 | 13.79 | 20.47 | - |
| YUV | 98.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 122 | 0.44 | 0.10 | 0 | 0.52 | 193.33 | 0.28 | 0.37 |
| Hex | 44 | 6E | 7A | 2C | A | 0 | 34 | C1 | 1C | 25 |
| Octal | 104 | 156 | 172 | 54 | 12 | 0 | 64 | 301 | 34 | 45 |
| Binary | 1000100 | 1101110 | 1111010 | 101100 | 1010 | 0 | 110100 | 11000001 | 11100 | 100101 |
Color Harmonies of #446E7A
Complementary color
Monochromatic Colors of #446E7A
Black with #446E7A
Text Example
Text Example
White with #446E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446E7A; }
p { color: rgb(68,110,122); }
H1.HeaderClassName
{
color: #446E7A;
}
.AnyTagClassName
{
color: #446E7A;
}
</style>
background-color css
<style>
a { background-color: #446E7A; }
a { background-color: rgb(68,110,122); }
div.DivClassName
{
background-color: #446E7A;
}
.BgClassName
{
background-color: #446E7A;
}
</style>
border-color css
<style>
span { border-color: #446E7A; }
span { border-color: rgb(68,110,122); }
td.TdClassName
{
border-color: #446E7A;
}
.TagClassName
{
border-color: #446E7A;
}
</style>