Shades of Bismark #466D7D
Tints of Bismark #466D7D
RGB
CMYK
RGB Variations
Color information
#466D7D (or 0x466D7D) is known color: Bismark. HEX triplet: 46, 6D and 7D. RGB value is (70,109,125). Sum of RGB (Red+Green+Blue) = 70+109+125=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #466D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D7D is #B99282. Grayscale: #636363. Windows color (decimal): -12161667 or 8219974. OLE color: 8219974.
HSL color Cylindrical-coordinate representation of color #466D7D: hue angle of 197.45º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #466D7D is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 109 | 125 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.51 |
| HSL | 197.45º | 0.28% | 0.38% | - |
| HSV(B) | 197.45º | 0.44% | 0.49% | - |
| XYZ | 11.7 | 13.72 | 21.43 | - |
| YUV | 99.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 125 | 0.44 | 0.13 | 0 | 0.51 | 197.45 | 0.28 | 0.38 |
| Hex | 46 | 6D | 7D | 2C | D | 0 | 33 | C5 | 1C | 26 |
| Octal | 106 | 155 | 175 | 54 | 15 | 0 | 63 | 305 | 34 | 46 |
| Binary | 1000110 | 1101101 | 1111101 | 101100 | 1101 | 0 | 110011 | 11000101 | 11100 | 100110 |
Color Harmonies of #466D7D
Complementary color
Monochromatic Colors of #466D7D
Black with #466D7D
Text Example
Text Example
White with #466D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D7D; }
p { color: rgb(70,109,125); }
H1.HeaderClassName
{
color: #466D7D;
}
.AnyTagClassName
{
color: #466D7D;
}
</style>
background-color css
<style>
a { background-color: #466D7D; }
a { background-color: rgb(70,109,125); }
div.DivClassName
{
background-color: #466D7D;
}
.BgClassName
{
background-color: #466D7D;
}
</style>
border-color css
<style>
span { border-color: #466D7D; }
span { border-color: rgb(70,109,125); }
td.TdClassName
{
border-color: #466D7D;
}
.TagClassName
{
border-color: #466D7D;
}
</style>