Shades of Bismark #46667B
Tints of Bismark #46667B
RGB
CMYK
RGB Variations
Color information
#46667B (or 0x46667B) is known color: Bismark. HEX triplet: 46, 66 and 7B. RGB value is (70,102,123). Sum of RGB (Red+Green+Blue) = 70+102+123=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #46667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46667B is #B99984. Grayscale: #5E5E5E. Windows color (decimal): -12163461 or 8087110. OLE color: 8087110.
HSL color Cylindrical-coordinate representation of color #46667B: hue angle of 203.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46667B is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 102 | 123 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.52 |
| HSL | 203.77º | 0.27% | 0.38% | - |
| HSV(B) | 203.77º | 0.43% | 0.48% | - |
| XYZ | 10.85 | 12.23 | 20.53 | - |
| YUV | 94.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 123 | 0.43 | 0.17 | 0 | 0.52 | 203.77 | 0.27 | 0.38 |
| Hex | 46 | 66 | 7B | 2B | 11 | 0 | 34 | CC | 1B | 26 |
| Octal | 106 | 146 | 173 | 53 | 21 | 0 | 64 | 314 | 33 | 46 |
| Binary | 1000110 | 1100110 | 1111011 | 101011 | 10001 | 0 | 110100 | 11001100 | 11011 | 100110 |
Color Harmonies of #46667B
Complementary color
Monochromatic Colors of #46667B
Black with #46667B
Text Example
Text Example
White with #46667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46667B; }
p { color: rgb(70,102,123); }
H1.HeaderClassName
{
color: #46667B;
}
.AnyTagClassName
{
color: #46667B;
}
</style>
background-color css
<style>
a { background-color: #46667B; }
a { background-color: rgb(70,102,123); }
div.DivClassName
{
background-color: #46667B;
}
.BgClassName
{
background-color: #46667B;
}
</style>
border-color css
<style>
span { border-color: #46667B; }
span { border-color: rgb(70,102,123); }
td.TdClassName
{
border-color: #46667B;
}
.TagClassName
{
border-color: #46667B;
}
</style>