Shades of Bismark #446A77
Tints of Bismark #446A77
RGB
CMYK
RGB Variations
Color information
#446A77 (or 0x446A77) is known color: Bismark. HEX triplet: 44, 6A and 77. RGB value is (68,106,119). Sum of RGB (Red+Green+Blue) = 68+106+119=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #446A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A77 is #BB9588. Grayscale: #606060. Windows color (decimal): -12293513 or 7825988. OLE color: 7825988.
HSL color Cylindrical-coordinate representation of color #446A77: hue angle of 195.29º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #446A77 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 106 | 119 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.53 |
| HSL | 195.29º | 0.27% | 0.37% | - |
| HSV(B) | 195.29º | 0.43% | 0.47% | - |
| XYZ | 10.87 | 12.87 | 19.36 | - |
| YUV | 96.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 119 | 0.43 | 0.11 | 0 | 0.53 | 195.29 | 0.27 | 0.37 |
| Hex | 44 | 6A | 77 | 2B | B | 0 | 35 | C3 | 1B | 25 |
| Octal | 104 | 152 | 167 | 53 | 13 | 0 | 65 | 303 | 33 | 45 |
| Binary | 1000100 | 1101010 | 1110111 | 101011 | 1011 | 0 | 110101 | 11000011 | 11011 | 100101 |
Color Harmonies of #446A77
Complementary color
Monochromatic Colors of #446A77
Black with #446A77
Text Example
Text Example
White with #446A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A77; }
p { color: rgb(68,106,119); }
H1.HeaderClassName
{
color: #446A77;
}
.AnyTagClassName
{
color: #446A77;
}
</style>
background-color css
<style>
a { background-color: #446A77; }
a { background-color: rgb(68,106,119); }
div.DivClassName
{
background-color: #446A77;
}
.BgClassName
{
background-color: #446A77;
}
</style>
border-color css
<style>
span { border-color: #446A77; }
span { border-color: rgb(68,106,119); }
td.TdClassName
{
border-color: #446A77;
}
.TagClassName
{
border-color: #446A77;
}
</style>