Shades of Bismark #426B76
Tints of Bismark #426B76
RGB
CMYK
RGB Variations
Color information
#426B76 (or 0x426B76) is known color: Bismark. HEX triplet: 42, 6B and 76. RGB value is (66,107,118). Sum of RGB (Red+Green+Blue) = 66+107+118=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #426B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B76 is #BD9489. Grayscale: #5F5F5F. Windows color (decimal): -12424330 or 7760706. OLE color: 7760706.
HSL color Cylindrical-coordinate representation of color #426B76: hue angle of 192.69º 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 #426B76 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 107 | 118 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.54 |
| HSL | 192.69º | 0.28% | 0.36% | - |
| HSV(B) | 192.69º | 0.44% | 0.46% | - |
| XYZ | 10.77 | 12.98 | 19.08 | - |
| YUV | 96 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 118 | 0.44 | 0.09 | 0 | 0.54 | 192.69 | 0.28 | 0.36 |
| Hex | 42 | 6B | 76 | 2C | 9 | 0 | 36 | C1 | 1C | 24 |
| Octal | 102 | 153 | 166 | 54 | 11 | 0 | 66 | 301 | 34 | 44 |
| Binary | 1000010 | 1101011 | 1110110 | 101100 | 1001 | 0 | 110110 | 11000001 | 11100 | 100100 |
Color Harmonies of #426B76
Complementary color
Monochromatic Colors of #426B76
Black with #426B76
Text Example
Text Example
White with #426B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B76; }
p { color: rgb(66,107,118); }
H1.HeaderClassName
{
color: #426B76;
}
.AnyTagClassName
{
color: #426B76;
}
</style>
background-color css
<style>
a { background-color: #426B76; }
a { background-color: rgb(66,107,118); }
div.DivClassName
{
background-color: #426B76;
}
.BgClassName
{
background-color: #426B76;
}
</style>
border-color css
<style>
span { border-color: #426B76; }
span { border-color: rgb(66,107,118); }
td.TdClassName
{
border-color: #426B76;
}
.TagClassName
{
border-color: #426B76;
}
</style>