Shades of Bismark #42687B
Tints of Bismark #42687B
RGB
CMYK
RGB Variations
Color information
#42687B (or 0x42687B) is known color: Bismark. HEX triplet: 42, 68 and 7B. RGB value is (66,104,123). Sum of RGB (Red+Green+Blue) = 66+104+123=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #42687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42687B is #BD9784. Grayscale: #5E5E5E. Windows color (decimal): -12425093 or 8087618. OLE color: 8087618.
HSL color Cylindrical-coordinate representation of color #42687B: hue angle of 200º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42687B is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 104 | 123 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.52 |
| HSL | 200º | 0.3% | 0.37% | - |
| HSV(B) | 200º | 0.46% | 0.48% | - |
| XYZ | 10.77 | 12.49 | 20.58 | - |
| YUV | 94.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 123 | 0.46 | 0.15 | 0 | 0.52 | 200 | 0.3 | 0.37 |
| Hex | 42 | 68 | 7B | 2E | F | 0 | 34 | C8 | 1E | 25 |
| Octal | 102 | 150 | 173 | 56 | 17 | 0 | 64 | 310 | 36 | 45 |
| Binary | 1000010 | 1101000 | 1111011 | 101110 | 1111 | 0 | 110100 | 11001000 | 11110 | 100101 |
Color Harmonies of #42687B
Complementary color
Monochromatic Colors of #42687B
Black with #42687B
Text Example
Text Example
White with #42687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42687B; }
p { color: rgb(66,104,123); }
H1.HeaderClassName
{
color: #42687B;
}
.AnyTagClassName
{
color: #42687B;
}
</style>
background-color css
<style>
a { background-color: #42687B; }
a { background-color: rgb(66,104,123); }
div.DivClassName
{
background-color: #42687B;
}
.BgClassName
{
background-color: #42687B;
}
</style>
border-color css
<style>
span { border-color: #42687B; }
span { border-color: rgb(66,104,123); }
td.TdClassName
{
border-color: #42687B;
}
.TagClassName
{
border-color: #42687B;
}
</style>