Shades of Bismark #446B7E
Tints of Bismark #446B7E
RGB
CMYK
RGB Variations
Color information
#446B7E (or 0x446B7E) is known color: Bismark. HEX triplet: 44, 6B and 7E. RGB value is (68,107,126). Sum of RGB (Red+Green+Blue) = 68+107+126=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #446B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B7E is #BB9481. Grayscale: #616161. Windows color (decimal): -12293250 or 8284996. OLE color: 8284996.
HSL color Cylindrical-coordinate representation of color #446B7E: hue angle of 199.66º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #446B7E is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 107 | 126 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.51 |
| HSL | 199.66º | 0.3% | 0.38% | - |
| HSV(B) | 199.66º | 0.46% | 0.49% | - |
| XYZ | 11.41 | 13.25 | 21.7 | - |
| YUV | 97.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 126 | 0.46 | 0.15 | 0 | 0.51 | 199.66 | 0.3 | 0.38 |
| Hex | 44 | 6B | 7E | 2E | F | 0 | 33 | C8 | 1E | 26 |
| Octal | 104 | 153 | 176 | 56 | 17 | 0 | 63 | 310 | 36 | 46 |
| Binary | 1000100 | 1101011 | 1111110 | 101110 | 1111 | 0 | 110011 | 11001000 | 11110 | 100110 |
Color Harmonies of #446B7E
Complementary color
Monochromatic Colors of #446B7E
Black with #446B7E
Text Example
Text Example
White with #446B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446B7E; }
p { color: rgb(68,107,126); }
H1.HeaderClassName
{
color: #446B7E;
}
.AnyTagClassName
{
color: #446B7E;
}
</style>
background-color css
<style>
a { background-color: #446B7E; }
a { background-color: rgb(68,107,126); }
div.DivClassName
{
background-color: #446B7E;
}
.BgClassName
{
background-color: #446B7E;
}
</style>
border-color css
<style>
span { border-color: #446B7E; }
span { border-color: rgb(68,107,126); }
td.TdClassName
{
border-color: #446B7E;
}
.TagClassName
{
border-color: #446B7E;
}
</style>