Shades of Bismark #446B81
Tints of Bismark #446B81
RGB
CMYK
RGB Variations
Color information
#446B81 (or 0x446B81) is known color: Bismark. HEX triplet: 44, 6B and 81. RGB value is (68,107,129). Sum of RGB (Red+Green+Blue) = 68+107+129=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #446B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B81 is #BB947E. Grayscale: #616161. Windows color (decimal): -12293247 or 8481604. OLE color: 8481604.
HSL color Cylindrical-coordinate representation of color #446B81: hue angle of 201.64º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #446B81 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 107 | 129 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.49 |
| HSL | 201.64º | 0.31% | 0.39% | - |
| HSV(B) | 201.64º | 0.47% | 0.51% | - |
| XYZ | 11.6 | 13.33 | 22.73 | - |
| YUV | 97.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 129 | 0.47 | 0.17 | 0 | 0.49 | 201.64 | 0.31 | 0.39 |
| Hex | 44 | 6B | 81 | 2F | 11 | 0 | 31 | CA | 1F | 27 |
| Octal | 104 | 153 | 201 | 57 | 21 | 0 | 61 | 312 | 37 | 47 |
| Binary | 1000100 | 1101011 | 10000001 | 101111 | 10001 | 0 | 110001 | 11001010 | 11111 | 100111 |
Color Harmonies of #446B81
Complementary color
Monochromatic Colors of #446B81
Black with #446B81
Text Example
Text Example
White with #446B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446B81; }
p { color: rgb(68,107,129); }
H1.HeaderClassName
{
color: #446B81;
}
.AnyTagClassName
{
color: #446B81;
}
</style>
background-color css
<style>
a { background-color: #446B81; }
a { background-color: rgb(68,107,129); }
div.DivClassName
{
background-color: #446B81;
}
.BgClassName
{
background-color: #446B81;
}
</style>
border-color css
<style>
span { border-color: #446B81; }
span { border-color: rgb(68,107,129); }
td.TdClassName
{
border-color: #446B81;
}
.TagClassName
{
border-color: #446B81;
}
</style>