Shades of Bismark #42687E
Tints of Bismark #42687E
RGB
CMYK
RGB Variations
Color information
#42687E (or 0x42687E) is known color: Bismark. HEX triplet: 42, 68 and 7E. RGB value is (66,104,126). Sum of RGB (Red+Green+Blue) = 66+104+126=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #42687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42687E is #BD9781. Grayscale: #5F5F5F. Windows color (decimal): -12425090 or 8284226. OLE color: 8284226.
HSL color Cylindrical-coordinate representation of color #42687E: hue angle of 202º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42687E is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 104 | 126 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.51 |
| HSL | 202º | 0.31% | 0.38% | - |
| HSV(B) | 202º | 0.48% | 0.49% | - |
| XYZ | 10.96 | 12.57 | 21.59 | - |
| YUV | 95.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 126 | 0.48 | 0.17 | 0 | 0.51 | 202 | 0.31 | 0.38 |
| Hex | 42 | 68 | 7E | 30 | 11 | 0 | 33 | CA | 1F | 26 |
| Octal | 102 | 150 | 176 | 60 | 21 | 0 | 63 | 312 | 37 | 46 |
| Binary | 1000010 | 1101000 | 1111110 | 110000 | 10001 | 0 | 110011 | 11001010 | 11111 | 100110 |
Color Harmonies of #42687E
Complementary color
Monochromatic Colors of #42687E
Black with #42687E
Text Example
Text Example
White with #42687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42687E; }
p { color: rgb(66,104,126); }
H1.HeaderClassName
{
color: #42687E;
}
.AnyTagClassName
{
color: #42687E;
}
</style>
background-color css
<style>
a { background-color: #42687E; }
a { background-color: rgb(66,104,126); }
div.DivClassName
{
background-color: #42687E;
}
.BgClassName
{
background-color: #42687E;
}
</style>
border-color css
<style>
span { border-color: #42687E; }
span { border-color: rgb(66,104,126); }
td.TdClassName
{
border-color: #42687E;
}
.TagClassName
{
border-color: #42687E;
}
</style>