Shades of Bismark #466E82
Tints of Bismark #466E82
RGB
CMYK
RGB Variations
Color information
#466E82 (or 0x466E82) is known color: Bismark. HEX triplet: 46, 6E and 82. RGB value is (70,110,130). Sum of RGB (Red+Green+Blue) = 70+110+130=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #466E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E82 is #B9917D. Grayscale: #646464. Windows color (decimal): -12161406 or 8547910. OLE color: 8547910.
HSL color Cylindrical-coordinate representation of color #466E82: hue angle of 200º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466E82 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 110 | 130 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.49 |
| HSL | 200º | 0.3% | 0.39% | - |
| HSV(B) | 200º | 0.46% | 0.51% | - |
| XYZ | 12.13 | 14.07 | 23.19 | - |
| YUV | 100.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 130 | 0.46 | 0.15 | 0 | 0.49 | 200 | 0.3 | 0.39 |
| Hex | 46 | 6E | 82 | 2E | F | 0 | 31 | C8 | 1E | 27 |
| Octal | 106 | 156 | 202 | 56 | 17 | 0 | 61 | 310 | 36 | 47 |
| Binary | 1000110 | 1101110 | 10000010 | 101110 | 1111 | 0 | 110001 | 11001000 | 11110 | 100111 |
Color Harmonies of #466E82
Complementary color
Monochromatic Colors of #466E82
Black with #466E82
Text Example
Text Example
White with #466E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E82; }
p { color: rgb(70,110,130); }
H1.HeaderClassName
{
color: #466E82;
}
.AnyTagClassName
{
color: #466E82;
}
</style>
background-color css
<style>
a { background-color: #466E82; }
a { background-color: rgb(70,110,130); }
div.DivClassName
{
background-color: #466E82;
}
.BgClassName
{
background-color: #466E82;
}
</style>
border-color css
<style>
span { border-color: #466E82; }
span { border-color: rgb(70,110,130); }
td.TdClassName
{
border-color: #466E82;
}
.TagClassName
{
border-color: #466E82;
}
</style>