Shades of Bismark #446C81
Tints of Bismark #446C81
RGB
CMYK
RGB Variations
Color information
#446C81 (or 0x446C81) is known color: Bismark. HEX triplet: 44, 6C and 81. RGB value is (68,108,129). Sum of RGB (Red+Green+Blue) = 68+108+129=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #446C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C81 is #BB937E. Grayscale: #626262. Windows color (decimal): -12292991 or 8481860. OLE color: 8481860.
HSL color Cylindrical-coordinate representation of color #446C81: hue angle of 200.66º 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 #446C81 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 108 | 129 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.49 |
| HSL | 200.66º | 0.31% | 0.39% | - |
| HSV(B) | 200.66º | 0.47% | 0.51% | - |
| XYZ | 11.71 | 13.54 | 22.77 | - |
| YUV | 98.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 129 | 0.47 | 0.16 | 0 | 0.49 | 200.66 | 0.31 | 0.39 |
| Hex | 44 | 6C | 81 | 2F | 10 | 0 | 31 | C9 | 1F | 27 |
| Octal | 104 | 154 | 201 | 57 | 20 | 0 | 61 | 311 | 37 | 47 |
| Binary | 1000100 | 1101100 | 10000001 | 101111 | 10000 | 0 | 110001 | 11001001 | 11111 | 100111 |
Color Harmonies of #446C81
Complementary color
Monochromatic Colors of #446C81
Black with #446C81
Text Example
Text Example
White with #446C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C81; }
p { color: rgb(68,108,129); }
H1.HeaderClassName
{
color: #446C81;
}
.AnyTagClassName
{
color: #446C81;
}
</style>
background-color css
<style>
a { background-color: #446C81; }
a { background-color: rgb(68,108,129); }
div.DivClassName
{
background-color: #446C81;
}
.BgClassName
{
background-color: #446C81;
}
</style>
border-color css
<style>
span { border-color: #446C81; }
span { border-color: rgb(68,108,129); }
td.TdClassName
{
border-color: #446C81;
}
.TagClassName
{
border-color: #446C81;
}
</style>