Shades of Bismark #426D80
Tints of Bismark #426D80
RGB
CMYK
RGB Variations
Color information
#426D80 (or 0x426D80) is known color: Bismark. HEX triplet: 42, 6D and 80. RGB value is (66,109,128). Sum of RGB (Red+Green+Blue) = 66+109+128=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #426D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D80 is #BD927F. Grayscale: #626262. Windows color (decimal): -12423808 or 8416578. OLE color: 8416578.
HSL color Cylindrical-coordinate representation of color #426D80: hue angle of 198.39º 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 #426D80 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 109 | 128 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.50 |
| HSL | 198.39º | 0.32% | 0.38% | - |
| HSV(B) | 198.39º | 0.48% | 0.5% | - |
| XYZ | 11.61 | 13.65 | 22.45 | - |
| YUV | 98.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 128 | 0.48 | 0.15 | 0 | 0.50 | 198.39 | 0.32 | 0.38 |
| Hex | 42 | 6D | 80 | 30 | F | 0 | 32 | C6 | 20 | 26 |
| Octal | 102 | 155 | 200 | 60 | 17 | 0 | 62 | 306 | 40 | 46 |
| Binary | 1000010 | 1101101 | 10000000 | 110000 | 1111 | 0 | 110010 | 11000110 | 100000 | 100110 |
Color Harmonies of #426D80
Complementary color
Monochromatic Colors of #426D80
Black with #426D80
Text Example
Text Example
White with #426D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426D80; }
p { color: rgb(66,109,128); }
H1.HeaderClassName
{
color: #426D80;
}
.AnyTagClassName
{
color: #426D80;
}
</style>
background-color css
<style>
a { background-color: #426D80; }
a { background-color: rgb(66,109,128); }
div.DivClassName
{
background-color: #426D80;
}
.BgClassName
{
background-color: #426D80;
}
</style>
border-color css
<style>
span { border-color: #426D80; }
span { border-color: rgb(66,109,128); }
td.TdClassName
{
border-color: #426D80;
}
.TagClassName
{
border-color: #426D80;
}
</style>