Shades of Bismark #466C7A
Tints of Bismark #466C7A
RGB
CMYK
RGB Variations
Color information
#466C7A (or 0x466C7A) is known color: Bismark. HEX triplet: 46, 6C and 7A. RGB value is (70,108,122). Sum of RGB (Red+Green+Blue) = 70+108+122=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #466C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C7A is #B99385. Grayscale: #626262. Windows color (decimal): -12161926 or 8023110. OLE color: 8023110.
HSL color Cylindrical-coordinate representation of color #466C7A: hue angle of 196.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #466C7A is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 108 | 122 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.52 |
| HSL | 196.15º | 0.27% | 0.38% | - |
| HSV(B) | 196.15º | 0.43% | 0.48% | - |
| XYZ | 11.4 | 13.43 | 20.4 | - |
| YUV | 98.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 122 | 0.43 | 0.11 | 0 | 0.52 | 196.15 | 0.27 | 0.38 |
| Hex | 46 | 6C | 7A | 2B | B | 0 | 34 | C4 | 1B | 26 |
| Octal | 106 | 154 | 172 | 53 | 13 | 0 | 64 | 304 | 33 | 46 |
| Binary | 1000110 | 1101100 | 1111010 | 101011 | 1011 | 0 | 110100 | 11000100 | 11011 | 100110 |
Color Harmonies of #466C7A
Complementary color
Monochromatic Colors of #466C7A
Black with #466C7A
Text Example
Text Example
White with #466C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C7A; }
p { color: rgb(70,108,122); }
H1.HeaderClassName
{
color: #466C7A;
}
.AnyTagClassName
{
color: #466C7A;
}
</style>
background-color css
<style>
a { background-color: #466C7A; }
a { background-color: rgb(70,108,122); }
div.DivClassName
{
background-color: #466C7A;
}
.BgClassName
{
background-color: #466C7A;
}
</style>
border-color css
<style>
span { border-color: #466C7A; }
span { border-color: rgb(70,108,122); }
td.TdClassName
{
border-color: #466C7A;
}
.TagClassName
{
border-color: #466C7A;
}
</style>