Shades of Bismark #46647B
Tints of Bismark #46647B
RGB
CMYK
RGB Variations
Color information
#46647B (or 0x46647B) is known color: Bismark. HEX triplet: 46, 64 and 7B. RGB value is (70,100,123). Sum of RGB (Red+Green+Blue) = 70+100+123=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #46647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46647B is #B99B84. Grayscale: #5D5D5D. Windows color (decimal): -12163973 or 8086598. OLE color: 8086598.
HSL color Cylindrical-coordinate representation of color #46647B: hue angle of 206.04º 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 #46647B is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 100 | 123 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.52 |
| HSL | 206.04º | 0.27% | 0.38% | - |
| HSV(B) | 206.04º | 0.43% | 0.48% | - |
| XYZ | 10.66 | 11.85 | 20.46 | - |
| YUV | 93.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 123 | 0.43 | 0.19 | 0 | 0.52 | 206.04 | 0.27 | 0.38 |
| Hex | 46 | 64 | 7B | 2B | 13 | 0 | 34 | CE | 1B | 26 |
| Octal | 106 | 144 | 173 | 53 | 23 | 0 | 64 | 316 | 33 | 46 |
| Binary | 1000110 | 1100100 | 1111011 | 101011 | 10011 | 0 | 110100 | 11001110 | 11011 | 100110 |
Color Harmonies of #46647B
Complementary color
Monochromatic Colors of #46647B
Black with #46647B
Text Example
Text Example
White with #46647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46647B; }
p { color: rgb(70,100,123); }
H1.HeaderClassName
{
color: #46647B;
}
.AnyTagClassName
{
color: #46647B;
}
</style>
background-color css
<style>
a { background-color: #46647B; }
a { background-color: rgb(70,100,123); }
div.DivClassName
{
background-color: #46647B;
}
.BgClassName
{
background-color: #46647B;
}
</style>
border-color css
<style>
span { border-color: #46647B; }
span { border-color: rgb(70,100,123); }
td.TdClassName
{
border-color: #46647B;
}
.TagClassName
{
border-color: #46647B;
}
</style>