Shades of Bismark #466C77
Tints of Bismark #466C77
RGB
CMYK
RGB Variations
Color information
#466C77 (or 0x466C77) is known color: Bismark. HEX triplet: 46, 6C and 77. RGB value is (70,108,119). Sum of RGB (Red+Green+Blue) = 70+108+119=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #466C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C77 is #B99388. Grayscale: #616161. Windows color (decimal): -12161929 or 7826502. OLE color: 7826502.
HSL color Cylindrical-coordinate representation of color #466C77: hue angle of 193.47º 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 #466C77 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 108 | 119 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.53 |
| HSL | 193.47º | 0.26% | 0.37% | - |
| HSV(B) | 193.47º | 0.41% | 0.47% | - |
| XYZ | 11.22 | 13.36 | 19.44 | - |
| YUV | 97.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 119 | 0.41 | 0.09 | 0 | 0.53 | 193.47 | 0.26 | 0.37 |
| Hex | 46 | 6C | 77 | 29 | 9 | 0 | 35 | C1 | 1A | 25 |
| Octal | 106 | 154 | 167 | 51 | 11 | 0 | 65 | 301 | 32 | 45 |
| Binary | 1000110 | 1101100 | 1110111 | 101001 | 1001 | 0 | 110101 | 11000001 | 11010 | 100101 |
Color Harmonies of #466C77
Complementary color
Monochromatic Colors of #466C77
Black with #466C77
Text Example
Text Example
White with #466C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C77; }
p { color: rgb(70,108,119); }
H1.HeaderClassName
{
color: #466C77;
}
.AnyTagClassName
{
color: #466C77;
}
</style>
background-color css
<style>
a { background-color: #466C77; }
a { background-color: rgb(70,108,119); }
div.DivClassName
{
background-color: #466C77;
}
.BgClassName
{
background-color: #466C77;
}
</style>
border-color css
<style>
span { border-color: #466C77; }
span { border-color: rgb(70,108,119); }
td.TdClassName
{
border-color: #466C77;
}
.TagClassName
{
border-color: #466C77;
}
</style>