Shades of Bismark #466A78
Tints of Bismark #466A78
RGB
CMYK
RGB Variations
Color information
#466A78 (or 0x466A78) is known color: Bismark. HEX triplet: 46, 6A and 78. RGB value is (70,106,120). Sum of RGB (Red+Green+Blue) = 70+106+120=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #466A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A78 is #B99587. Grayscale: #606060. Windows color (decimal): -12162440 or 7891526. OLE color: 7891526.
HSL color Cylindrical-coordinate representation of color #466A78: hue angle of 196.8º 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 #466A78 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 106 | 120 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.53 |
| HSL | 196.8º | 0.26% | 0.37% | - |
| HSV(B) | 196.8º | 0.42% | 0.47% | - |
| XYZ | 11.07 | 12.97 | 19.69 | - |
| YUV | 96.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 120 | 0.42 | 0.12 | 0 | 0.53 | 196.8 | 0.26 | 0.37 |
| Hex | 46 | 6A | 78 | 2A | C | 0 | 35 | C5 | 1A | 25 |
| Octal | 106 | 152 | 170 | 52 | 14 | 0 | 65 | 305 | 32 | 45 |
| Binary | 1000110 | 1101010 | 1111000 | 101010 | 1100 | 0 | 110101 | 11000101 | 11010 | 100101 |
Color Harmonies of #466A78
Complementary color
Monochromatic Colors of #466A78
Black with #466A78
Text Example
Text Example
White with #466A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A78; }
p { color: rgb(70,106,120); }
H1.HeaderClassName
{
color: #466A78;
}
.AnyTagClassName
{
color: #466A78;
}
</style>
background-color css
<style>
a { background-color: #466A78; }
a { background-color: rgb(70,106,120); }
div.DivClassName
{
background-color: #466A78;
}
.BgClassName
{
background-color: #466A78;
}
</style>
border-color css
<style>
span { border-color: #466A78; }
span { border-color: rgb(70,106,120); }
td.TdClassName
{
border-color: #466A78;
}
.TagClassName
{
border-color: #466A78;
}
</style>