Shades of Bismark #466D83
Tints of Bismark #466D83
RGB
CMYK
RGB Variations
Color information
#466D83 (or 0x466D83) is known color: Bismark. HEX triplet: 46, 6D and 83. RGB value is (70,109,131). Sum of RGB (Red+Green+Blue) = 70+109+131=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #466D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D83 is #B9927C. Grayscale: #636363. Windows color (decimal): -12161661 or 8613190. OLE color: 8613190.
HSL color Cylindrical-coordinate representation of color #466D83: hue angle of 201.64º degrees, saturation: 0.3, 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 #466D83 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 109 | 131 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.49 |
| HSL | 201.64º | 0.3% | 0.39% | - |
| HSV(B) | 201.64º | 0.47% | 0.51% | - |
| XYZ | 12.09 | 13.88 | 23.51 | - |
| YUV | 99.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 131 | 0.47 | 0.17 | 0 | 0.49 | 201.64 | 0.3 | 0.39 |
| Hex | 46 | 6D | 83 | 2F | 11 | 0 | 31 | CA | 1E | 27 |
| Octal | 106 | 155 | 203 | 57 | 21 | 0 | 61 | 312 | 36 | 47 |
| Binary | 1000110 | 1101101 | 10000011 | 101111 | 10001 | 0 | 110001 | 11001010 | 11110 | 100111 |
Color Harmonies of #466D83
Complementary color
Monochromatic Colors of #466D83
Black with #466D83
Text Example
Text Example
White with #466D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D83; }
p { color: rgb(70,109,131); }
H1.HeaderClassName
{
color: #466D83;
}
.AnyTagClassName
{
color: #466D83;
}
</style>
background-color css
<style>
a { background-color: #466D83; }
a { background-color: rgb(70,109,131); }
div.DivClassName
{
background-color: #466D83;
}
.BgClassName
{
background-color: #466D83;
}
</style>
border-color css
<style>
span { border-color: #466D83; }
span { border-color: rgb(70,109,131); }
td.TdClassName
{
border-color: #466D83;
}
.TagClassName
{
border-color: #466D83;
}
</style>