Shades of Bismark #426B77
Tints of Bismark #426B77
RGB
CMYK
RGB Variations
Color information
#426B77 (or 0x426B77) is known color: Bismark. HEX triplet: 42, 6B and 77. RGB value is (66,107,119). Sum of RGB (Red+Green+Blue) = 66+107+119=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #426B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B77 is #BD9488. Grayscale: #606060. Windows color (decimal): -12424329 or 7826242. OLE color: 7826242.
HSL color Cylindrical-coordinate representation of color #426B77: hue angle of 193.58º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426B77 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 107 | 119 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.53 |
| HSL | 193.58º | 0.29% | 0.36% | - |
| HSV(B) | 193.58º | 0.45% | 0.47% | - |
| XYZ | 10.83 | 13.01 | 19.39 | - |
| YUV | 96.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 119 | 0.45 | 0.10 | 0 | 0.53 | 193.58 | 0.29 | 0.36 |
| Hex | 42 | 6B | 77 | 2D | A | 0 | 35 | C2 | 1D | 24 |
| Octal | 102 | 153 | 167 | 55 | 12 | 0 | 65 | 302 | 35 | 44 |
| Binary | 1000010 | 1101011 | 1110111 | 101101 | 1010 | 0 | 110101 | 11000010 | 11101 | 100100 |
Color Harmonies of #426B77
Complementary color
Monochromatic Colors of #426B77
Black with #426B77
Text Example
Text Example
White with #426B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B77; }
p { color: rgb(66,107,119); }
H1.HeaderClassName
{
color: #426B77;
}
.AnyTagClassName
{
color: #426B77;
}
</style>
background-color css
<style>
a { background-color: #426B77; }
a { background-color: rgb(66,107,119); }
div.DivClassName
{
background-color: #426B77;
}
.BgClassName
{
background-color: #426B77;
}
</style>
border-color css
<style>
span { border-color: #426B77; }
span { border-color: rgb(66,107,119); }
td.TdClassName
{
border-color: #426B77;
}
.TagClassName
{
border-color: #426B77;
}
</style>