Shades of Bismark #426E7A
Tints of Bismark #426E7A
RGB
CMYK
RGB Variations
Color information
#426E7A (or 0x426E7A) is known color: Bismark. HEX triplet: 42, 6E and 7A. RGB value is (66,110,122). Sum of RGB (Red+Green+Blue) = 66+110+122=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #426E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E7A is #BD9185. Grayscale: #626262. Windows color (decimal): -12423558 or 8023618. OLE color: 8023618.
HSL color Cylindrical-coordinate representation of color #426E7A: hue angle of 192.86º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #426E7A is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 110 | 122 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.52 |
| HSL | 192.86º | 0.3% | 0.37% | - |
| HSV(B) | 192.86º | 0.46% | 0.48% | - |
| XYZ | 11.34 | 13.72 | 20.46 | - |
| YUV | 98.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 122 | 0.46 | 0.10 | 0 | 0.52 | 192.86 | 0.3 | 0.37 |
| Hex | 42 | 6E | 7A | 2E | A | 0 | 34 | C1 | 1E | 25 |
| Octal | 102 | 156 | 172 | 56 | 12 | 0 | 64 | 301 | 36 | 45 |
| Binary | 1000010 | 1101110 | 1111010 | 101110 | 1010 | 0 | 110100 | 11000001 | 11110 | 100101 |
Color Harmonies of #426E7A
Complementary color
Monochromatic Colors of #426E7A
Black with #426E7A
Text Example
Text Example
White with #426E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E7A; }
p { color: rgb(66,110,122); }
H1.HeaderClassName
{
color: #426E7A;
}
.AnyTagClassName
{
color: #426E7A;
}
</style>
background-color css
<style>
a { background-color: #426E7A; }
a { background-color: rgb(66,110,122); }
div.DivClassName
{
background-color: #426E7A;
}
.BgClassName
{
background-color: #426E7A;
}
</style>
border-color css
<style>
span { border-color: #426E7A; }
span { border-color: rgb(66,110,122); }
td.TdClassName
{
border-color: #426E7A;
}
.TagClassName
{
border-color: #426E7A;
}
</style>