Shades of Bismark #446D75
Tints of Bismark #446D75
RGB
CMYK
RGB Variations
Color information
#446D75 (or 0x446D75) is known color: Bismark. HEX triplet: 44, 6D and 75. RGB value is (68,109,117). Sum of RGB (Red+Green+Blue) = 68+109+117=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #446D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D75 is #BB928A. Grayscale: #616161. Windows color (decimal): -12292747 or 7695684. OLE color: 7695684.
HSL color Cylindrical-coordinate representation of color #446D75: hue angle of 189.8º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446D75 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 109 | 117 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.54 |
| HSL | 189.8º | 0.26% | 0.36% | - |
| HSV(B) | 189.8º | 0.42% | 0.46% | - |
| XYZ | 11.06 | 13.45 | 18.84 | - |
| YUV | 97.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 117 | 0.42 | 0.07 | 0 | 0.54 | 189.8 | 0.26 | 0.36 |
| Hex | 44 | 6D | 75 | 2A | 7 | 0 | 36 | BE | 1A | 24 |
| Octal | 104 | 155 | 165 | 52 | 7 | 0 | 66 | 276 | 32 | 44 |
| Binary | 1000100 | 1101101 | 1110101 | 101010 | 111 | 0 | 110110 | 10111110 | 11010 | 100100 |
Color Harmonies of #446D75
Complementary color
Monochromatic Colors of #446D75
Black with #446D75
Text Example
Text Example
White with #446D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D75; }
p { color: rgb(68,109,117); }
H1.HeaderClassName
{
color: #446D75;
}
.AnyTagClassName
{
color: #446D75;
}
</style>
background-color css
<style>
a { background-color: #446D75; }
a { background-color: rgb(68,109,117); }
div.DivClassName
{
background-color: #446D75;
}
.BgClassName
{
background-color: #446D75;
}
</style>
border-color css
<style>
span { border-color: #446D75; }
span { border-color: rgb(68,109,117); }
td.TdClassName
{
border-color: #446D75;
}
.TagClassName
{
border-color: #446D75;
}
</style>