Shades of Bismark #466C78
Tints of Bismark #466C78
RGB
CMYK
RGB Variations
Color information
#466C78 (or 0x466C78) is known color: Bismark. HEX triplet: 46, 6C and 78. RGB value is (70,108,120). Sum of RGB (Red+Green+Blue) = 70+108+120=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #466C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C78 is #B99387. Grayscale: #616161. Windows color (decimal): -12161928 or 7892038. OLE color: 7892038.
HSL color Cylindrical-coordinate representation of color #466C78: hue angle of 194.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #466C78 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 108 | 120 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.53 |
| HSL | 194.4º | 0.26% | 0.37% | - |
| HSV(B) | 194.4º | 0.42% | 0.47% | - |
| XYZ | 11.28 | 13.38 | 19.76 | - |
| YUV | 98.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 120 | 0.42 | 0.10 | 0 | 0.53 | 194.4 | 0.26 | 0.37 |
| Hex | 46 | 6C | 78 | 2A | A | 0 | 35 | C2 | 1A | 25 |
| Octal | 106 | 154 | 170 | 52 | 12 | 0 | 65 | 302 | 32 | 45 |
| Binary | 1000110 | 1101100 | 1111000 | 101010 | 1010 | 0 | 110101 | 11000010 | 11010 | 100101 |
Color Harmonies of #466C78
Complementary color
Monochromatic Colors of #466C78
Black with #466C78
Text Example
Text Example
White with #466C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C78; }
p { color: rgb(70,108,120); }
H1.HeaderClassName
{
color: #466C78;
}
.AnyTagClassName
{
color: #466C78;
}
</style>
background-color css
<style>
a { background-color: #466C78; }
a { background-color: rgb(70,108,120); }
div.DivClassName
{
background-color: #466C78;
}
.BgClassName
{
background-color: #466C78;
}
</style>
border-color css
<style>
span { border-color: #466C78; }
span { border-color: rgb(70,108,120); }
td.TdClassName
{
border-color: #466C78;
}
.TagClassName
{
border-color: #466C78;
}
</style>