Shades of Bismark #466C7E
Tints of Bismark #466C7E
RGB
CMYK
RGB Variations
Color information
#466C7E (or 0x466C7E) is known color: Bismark. HEX triplet: 46, 6C and 7E. RGB value is (70,108,126). Sum of RGB (Red+Green+Blue) = 70+108+126=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #466C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C7E is #B99381. Grayscale: #626262. Windows color (decimal): -12161922 or 8285254. OLE color: 8285254.
HSL color Cylindrical-coordinate representation of color #466C7E: hue angle of 199.29º degrees, saturation: 0.29, 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 #466C7E is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 108 | 126 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.51 |
| HSL | 199.29º | 0.29% | 0.38% | - |
| HSV(B) | 199.29º | 0.44% | 0.49% | - |
| XYZ | 11.65 | 13.53 | 21.74 | - |
| YUV | 98.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 126 | 0.44 | 0.14 | 0 | 0.51 | 199.29 | 0.29 | 0.38 |
| Hex | 46 | 6C | 7E | 2C | E | 0 | 33 | C7 | 1D | 26 |
| Octal | 106 | 154 | 176 | 54 | 16 | 0 | 63 | 307 | 35 | 46 |
| Binary | 1000110 | 1101100 | 1111110 | 101100 | 1110 | 0 | 110011 | 11000111 | 11101 | 100110 |
Color Harmonies of #466C7E
Complementary color
Monochromatic Colors of #466C7E
Black with #466C7E
Text Example
Text Example
White with #466C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C7E; }
p { color: rgb(70,108,126); }
H1.HeaderClassName
{
color: #466C7E;
}
.AnyTagClassName
{
color: #466C7E;
}
</style>
background-color css
<style>
a { background-color: #466C7E; }
a { background-color: rgb(70,108,126); }
div.DivClassName
{
background-color: #466C7E;
}
.BgClassName
{
background-color: #466C7E;
}
</style>
border-color css
<style>
span { border-color: #466C7E; }
span { border-color: rgb(70,108,126); }
td.TdClassName
{
border-color: #466C7E;
}
.TagClassName
{
border-color: #466C7E;
}
</style>