Shades of Bismark #466F7E
Tints of Bismark #466F7E
RGB
CMYK
RGB Variations
Color information
#466F7E (or 0x466F7E) is known color: Bismark. HEX triplet: 46, 6F and 7E. RGB value is (70,111,126). Sum of RGB (Red+Green+Blue) = 70+111+126=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #466F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F7E is #B99081. Grayscale: #646464. Windows color (decimal): -12161154 or 8286022. OLE color: 8286022.
HSL color Cylindrical-coordinate representation of color #466F7E: hue angle of 196.07º 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 #466F7E is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 111 | 126 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.51 |
| HSL | 196.07º | 0.29% | 0.38% | - |
| HSV(B) | 196.07º | 0.44% | 0.49% | - |
| XYZ | 11.98 | 14.18 | 21.84 | - |
| YUV | 100.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 126 | 0.44 | 0.12 | 0 | 0.51 | 196.07 | 0.29 | 0.38 |
| Hex | 46 | 6F | 7E | 2C | C | 0 | 33 | C4 | 1D | 26 |
| Octal | 106 | 157 | 176 | 54 | 14 | 0 | 63 | 304 | 35 | 46 |
| Binary | 1000110 | 1101111 | 1111110 | 101100 | 1100 | 0 | 110011 | 11000100 | 11101 | 100110 |
Color Harmonies of #466F7E
Complementary color
Monochromatic Colors of #466F7E
Black with #466F7E
Text Example
Text Example
White with #466F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F7E; }
p { color: rgb(70,111,126); }
H1.HeaderClassName
{
color: #466F7E;
}
.AnyTagClassName
{
color: #466F7E;
}
</style>
background-color css
<style>
a { background-color: #466F7E; }
a { background-color: rgb(70,111,126); }
div.DivClassName
{
background-color: #466F7E;
}
.BgClassName
{
background-color: #466F7E;
}
</style>
border-color css
<style>
span { border-color: #466F7E; }
span { border-color: rgb(70,111,126); }
td.TdClassName
{
border-color: #466F7E;
}
.TagClassName
{
border-color: #466F7E;
}
</style>