Shades of Bismark #426F80
Tints of Bismark #426F80
RGB
CMYK
RGB Variations
Color information
#426F80 (or 0x426F80) is known color: Bismark. HEX triplet: 42, 6F and 80. RGB value is (66,111,128). Sum of RGB (Red+Green+Blue) = 66+111+128=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #426F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F80 is #BD907F. Grayscale: #636363. Windows color (decimal): -12423296 or 8417090. OLE color: 8417090.
HSL color Cylindrical-coordinate representation of color #426F80: hue angle of 196.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426F80 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 111 | 128 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.50 |
| HSL | 196.45º | 0.32% | 0.38% | - |
| HSV(B) | 196.45º | 0.48% | 0.5% | - |
| XYZ | 11.83 | 14.09 | 22.52 | - |
| YUV | 99.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 128 | 0.48 | 0.13 | 0 | 0.50 | 196.45 | 0.32 | 0.38 |
| Hex | 42 | 6F | 80 | 30 | D | 0 | 32 | C4 | 20 | 26 |
| Octal | 102 | 157 | 200 | 60 | 15 | 0 | 62 | 304 | 40 | 46 |
| Binary | 1000010 | 1101111 | 10000000 | 110000 | 1101 | 0 | 110010 | 11000100 | 100000 | 100110 |
Color Harmonies of #426F80
Complementary color
Monochromatic Colors of #426F80
Black with #426F80
Text Example
Text Example
White with #426F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F80; }
p { color: rgb(66,111,128); }
H1.HeaderClassName
{
color: #426F80;
}
.AnyTagClassName
{
color: #426F80;
}
</style>
background-color css
<style>
a { background-color: #426F80; }
a { background-color: rgb(66,111,128); }
div.DivClassName
{
background-color: #426F80;
}
.BgClassName
{
background-color: #426F80;
}
</style>
border-color css
<style>
span { border-color: #426F80; }
span { border-color: rgb(66,111,128); }
td.TdClassName
{
border-color: #426F80;
}
.TagClassName
{
border-color: #426F80;
}
</style>