Shades of Bismark #466E7E
Tints of Bismark #466E7E
RGB
CMYK
RGB Variations
Color information
#466E7E (or 0x466E7E) is known color: Bismark. HEX triplet: 46, 6E and 7E. RGB value is (70,110,126). Sum of RGB (Red+Green+Blue) = 70+110+126=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #466E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E7E is #B99181. Grayscale: #636363. Windows color (decimal): -12161410 or 8285766. OLE color: 8285766.
HSL color Cylindrical-coordinate representation of color #466E7E: hue angle of 197.14º degrees, saturation: 0.29, 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 #466E7E is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 110 | 126 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.51 |
| HSL | 197.14º | 0.29% | 0.38% | - |
| HSV(B) | 197.14º | 0.44% | 0.49% | - |
| XYZ | 11.87 | 13.96 | 21.81 | - |
| YUV | 99.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 126 | 0.44 | 0.13 | 0 | 0.51 | 197.14 | 0.29 | 0.38 |
| Hex | 46 | 6E | 7E | 2C | D | 0 | 33 | C5 | 1D | 26 |
| Octal | 106 | 156 | 176 | 54 | 15 | 0 | 63 | 305 | 35 | 46 |
| Binary | 1000110 | 1101110 | 1111110 | 101100 | 1101 | 0 | 110011 | 11000101 | 11101 | 100110 |
Color Harmonies of #466E7E
Complementary color
Monochromatic Colors of #466E7E
Black with #466E7E
Text Example
Text Example
White with #466E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E7E; }
p { color: rgb(70,110,126); }
H1.HeaderClassName
{
color: #466E7E;
}
.AnyTagClassName
{
color: #466E7E;
}
</style>
background-color css
<style>
a { background-color: #466E7E; }
a { background-color: rgb(70,110,126); }
div.DivClassName
{
background-color: #466E7E;
}
.BgClassName
{
background-color: #466E7E;
}
</style>
border-color css
<style>
span { border-color: #466E7E; }
span { border-color: rgb(70,110,126); }
td.TdClassName
{
border-color: #466E7E;
}
.TagClassName
{
border-color: #466E7E;
}
</style>