Shades of Bismark #446F7C
Tints of Bismark #446F7C
RGB
CMYK
RGB Variations
Color information
#446F7C (or 0x446F7C) is known color: Bismark. HEX triplet: 44, 6F and 7C. RGB value is (68,111,124). Sum of RGB (Red+Green+Blue) = 68+111+124=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #446F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F7C is #BB9083. Grayscale: #636363. Windows color (decimal): -12292228 or 8154948. OLE color: 8154948.
HSL color Cylindrical-coordinate representation of color #446F7C: hue angle of 193.93º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #446F7C is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 111 | 124 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.51 |
| HSL | 193.93º | 0.29% | 0.38% | - |
| HSV(B) | 193.93º | 0.45% | 0.49% | - |
| XYZ | 11.71 | 14.05 | 21.16 | - |
| YUV | 99.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 124 | 0.45 | 0.10 | 0 | 0.51 | 193.93 | 0.29 | 0.38 |
| Hex | 44 | 6F | 7C | 2D | A | 0 | 33 | C2 | 1D | 26 |
| Octal | 104 | 157 | 174 | 55 | 12 | 0 | 63 | 302 | 35 | 46 |
| Binary | 1000100 | 1101111 | 1111100 | 101101 | 1010 | 0 | 110011 | 11000010 | 11101 | 100110 |
Color Harmonies of #446F7C
Complementary color
Monochromatic Colors of #446F7C
Black with #446F7C
Text Example
Text Example
White with #446F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446F7C; }
p { color: rgb(68,111,124); }
H1.HeaderClassName
{
color: #446F7C;
}
.AnyTagClassName
{
color: #446F7C;
}
</style>
background-color css
<style>
a { background-color: #446F7C; }
a { background-color: rgb(68,111,124); }
div.DivClassName
{
background-color: #446F7C;
}
.BgClassName
{
background-color: #446F7C;
}
</style>
border-color css
<style>
span { border-color: #446F7C; }
span { border-color: rgb(68,111,124); }
td.TdClassName
{
border-color: #446F7C;
}
.TagClassName
{
border-color: #446F7C;
}
</style>