Shades of Bismark #466A7D
Tints of Bismark #466A7D
RGB
CMYK
RGB Variations
Color information
#466A7D (or 0x466A7D) is known color: Bismark. HEX triplet: 46, 6A and 7D. RGB value is (70,106,125). Sum of RGB (Red+Green+Blue) = 70+106+125=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #466A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A7D is #B99582. Grayscale: #616161. Windows color (decimal): -12162435 or 8219206. OLE color: 8219206.
HSL color Cylindrical-coordinate representation of color #466A7D: hue angle of 200.73º degrees, saturation: 0.28, 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 #466A7D is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 106 | 125 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.51 |
| HSL | 200.73º | 0.28% | 0.38% | - |
| HSV(B) | 200.73º | 0.44% | 0.49% | - |
| XYZ | 11.38 | 13.09 | 21.33 | - |
| YUV | 97.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 125 | 0.44 | 0.15 | 0 | 0.51 | 200.73 | 0.28 | 0.38 |
| Hex | 46 | 6A | 7D | 2C | F | 0 | 33 | C9 | 1C | 26 |
| Octal | 106 | 152 | 175 | 54 | 17 | 0 | 63 | 311 | 34 | 46 |
| Binary | 1000110 | 1101010 | 1111101 | 101100 | 1111 | 0 | 110011 | 11001001 | 11100 | 100110 |
Color Harmonies of #466A7D
Complementary color
Monochromatic Colors of #466A7D
Black with #466A7D
Text Example
Text Example
White with #466A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A7D; }
p { color: rgb(70,106,125); }
H1.HeaderClassName
{
color: #466A7D;
}
.AnyTagClassName
{
color: #466A7D;
}
</style>
background-color css
<style>
a { background-color: #466A7D; }
a { background-color: rgb(70,106,125); }
div.DivClassName
{
background-color: #466A7D;
}
.BgClassName
{
background-color: #466A7D;
}
</style>
border-color css
<style>
span { border-color: #466A7D; }
span { border-color: rgb(70,106,125); }
td.TdClassName
{
border-color: #466A7D;
}
.TagClassName
{
border-color: #466A7D;
}
</style>