Shades of Bismark #426A7A
Tints of Bismark #426A7A
RGB
CMYK
RGB Variations
Color information
#426A7A (or 0x426A7A) is known color: Bismark. HEX triplet: 42, 6A and 7A. RGB value is (66,106,122). Sum of RGB (Red+Green+Blue) = 66+106+122=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #426A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A7A is #BD9585. Grayscale: #5F5F5F. Windows color (decimal): -12424582 or 8022594. OLE color: 8022594.
HSL color Cylindrical-coordinate representation of color #426A7A: hue angle of 197.14º 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 #426A7A is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 106 | 122 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.52 |
| HSL | 197.14º | 0.3% | 0.37% | - |
| HSV(B) | 197.14º | 0.46% | 0.48% | - |
| XYZ | 10.91 | 12.87 | 20.32 | - |
| YUV | 95.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 122 | 0.46 | 0.13 | 0 | 0.52 | 197.14 | 0.3 | 0.37 |
| Hex | 42 | 6A | 7A | 2E | D | 0 | 34 | C5 | 1E | 25 |
| Octal | 102 | 152 | 172 | 56 | 15 | 0 | 64 | 305 | 36 | 45 |
| Binary | 1000010 | 1101010 | 1111010 | 101110 | 1101 | 0 | 110100 | 11000101 | 11110 | 100101 |
Color Harmonies of #426A7A
Complementary color
Monochromatic Colors of #426A7A
Black with #426A7A
Text Example
Text Example
White with #426A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A7A; }
p { color: rgb(66,106,122); }
H1.HeaderClassName
{
color: #426A7A;
}
.AnyTagClassName
{
color: #426A7A;
}
</style>
background-color css
<style>
a { background-color: #426A7A; }
a { background-color: rgb(66,106,122); }
div.DivClassName
{
background-color: #426A7A;
}
.BgClassName
{
background-color: #426A7A;
}
</style>
border-color css
<style>
span { border-color: #426A7A; }
span { border-color: rgb(66,106,122); }
td.TdClassName
{
border-color: #426A7A;
}
.TagClassName
{
border-color: #426A7A;
}
</style>