Shades of Bismark #466B77
Tints of Bismark #466B77
RGB
CMYK
RGB Variations
Color information
#466B77 (or 0x466B77) is known color: Bismark. HEX triplet: 46, 6B and 77. RGB value is (70,107,119). Sum of RGB (Red+Green+Blue) = 70+107+119=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #466B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B77 is #B99488. Grayscale: #616161. Windows color (decimal): -12162185 or 7826246. OLE color: 7826246.
HSL color Cylindrical-coordinate representation of color #466B77: hue angle of 194.69º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #466B77 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 107 | 119 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.53 |
| HSL | 194.69º | 0.26% | 0.37% | - |
| HSV(B) | 194.69º | 0.41% | 0.47% | - |
| XYZ | 11.11 | 13.15 | 19.41 | - |
| YUV | 97.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 119 | 0.41 | 0.10 | 0 | 0.53 | 194.69 | 0.26 | 0.37 |
| Hex | 46 | 6B | 77 | 29 | A | 0 | 35 | C3 | 1A | 25 |
| Octal | 106 | 153 | 167 | 51 | 12 | 0 | 65 | 303 | 32 | 45 |
| Binary | 1000110 | 1101011 | 1110111 | 101001 | 1010 | 0 | 110101 | 11000011 | 11010 | 100101 |
Color Harmonies of #466B77
Complementary color
Monochromatic Colors of #466B77
Black with #466B77
Text Example
Text Example
White with #466B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B77; }
p { color: rgb(70,107,119); }
H1.HeaderClassName
{
color: #466B77;
}
.AnyTagClassName
{
color: #466B77;
}
</style>
background-color css
<style>
a { background-color: #466B77; }
a { background-color: rgb(70,107,119); }
div.DivClassName
{
background-color: #466B77;
}
.BgClassName
{
background-color: #466B77;
}
</style>
border-color css
<style>
span { border-color: #466B77; }
span { border-color: rgb(70,107,119); }
td.TdClassName
{
border-color: #466B77;
}
.TagClassName
{
border-color: #466B77;
}
</style>