Shades of Bismark #426C76
Tints of Bismark #426C76
RGB
CMYK
RGB Variations
Color information
#426C76 (or 0x426C76) is known color: Bismark. HEX triplet: 42, 6C and 76. RGB value is (66,108,118). Sum of RGB (Red+Green+Blue) = 66+108+118=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #426C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C76 is #BD9389. Grayscale: #606060. Windows color (decimal): -12424074 or 7760962. OLE color: 7760962.
HSL color Cylindrical-coordinate representation of color #426C76: hue angle of 191.54º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426C76 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 108 | 118 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.54 |
| HSL | 191.54º | 0.28% | 0.36% | - |
| HSV(B) | 191.54º | 0.44% | 0.46% | - |
| XYZ | 10.88 | 13.19 | 19.11 | - |
| YUV | 96.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 118 | 0.44 | 0.08 | 0 | 0.54 | 191.54 | 0.28 | 0.36 |
| Hex | 42 | 6C | 76 | 2C | 8 | 0 | 36 | C0 | 1C | 24 |
| Octal | 102 | 154 | 166 | 54 | 10 | 0 | 66 | 300 | 34 | 44 |
| Binary | 1000010 | 1101100 | 1110110 | 101100 | 1000 | 0 | 110110 | 11000000 | 11100 | 100100 |
Color Harmonies of #426C76
Complementary color
Monochromatic Colors of #426C76
Black with #426C76
Text Example
Text Example
White with #426C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C76; }
p { color: rgb(66,108,118); }
H1.HeaderClassName
{
color: #426C76;
}
.AnyTagClassName
{
color: #426C76;
}
</style>
background-color css
<style>
a { background-color: #426C76; }
a { background-color: rgb(66,108,118); }
div.DivClassName
{
background-color: #426C76;
}
.BgClassName
{
background-color: #426C76;
}
</style>
border-color css
<style>
span { border-color: #426C76; }
span { border-color: rgb(66,108,118); }
td.TdClassName
{
border-color: #426C76;
}
.TagClassName
{
border-color: #426C76;
}
</style>