Shades of Bismark #466A73
Tints of Bismark #466A73
RGB
CMYK
RGB Variations
Color information
#466A73 (or 0x466A73) is known color: Bismark. HEX triplet: 46, 6A and 73. RGB value is (70,106,115). Sum of RGB (Red+Green+Blue) = 70+106+115=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #466A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A73 is #B9958C. Grayscale: #606060. Windows color (decimal): -12162445 or 7563846. OLE color: 7563846.
HSL color Cylindrical-coordinate representation of color #466A73: hue angle of 192º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466A73 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 106 | 115 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.55 |
| HSL | 192º | 0.24% | 0.36% | - |
| HSV(B) | 192º | 0.39% | 0.45% | - |
| XYZ | 10.77 | 12.85 | 18.13 | - |
| YUV | 96.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 115 | 0.39 | 0.08 | 0 | 0.55 | 192 | 0.24 | 0.36 |
| Hex | 46 | 6A | 73 | 27 | 8 | 0 | 37 | C0 | 18 | 24 |
| Octal | 106 | 152 | 163 | 47 | 10 | 0 | 67 | 300 | 30 | 44 |
| Binary | 1000110 | 1101010 | 1110011 | 100111 | 1000 | 0 | 110111 | 11000000 | 11000 | 100100 |
Color Harmonies of #466A73
Complementary color
Monochromatic Colors of #466A73
Black with #466A73
Text Example
Text Example
White with #466A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A73; }
p { color: rgb(70,106,115); }
H1.HeaderClassName
{
color: #466A73;
}
.AnyTagClassName
{
color: #466A73;
}
</style>
background-color css
<style>
a { background-color: #466A73; }
a { background-color: rgb(70,106,115); }
div.DivClassName
{
background-color: #466A73;
}
.BgClassName
{
background-color: #466A73;
}
</style>
border-color css
<style>
span { border-color: #466A73; }
span { border-color: rgb(70,106,115); }
td.TdClassName
{
border-color: #466A73;
}
.TagClassName
{
border-color: #466A73;
}
</style>