Shades of Bismark #42687F
Tints of Bismark #42687F
RGB
CMYK
RGB Variations
Color information
#42687F (or 0x42687F) is known color: Bismark. HEX triplet: 42, 68 and 7F. RGB value is (66,104,127). Sum of RGB (Red+Green+Blue) = 66+104+127=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #42687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42687F is #BD9780. Grayscale: #5F5F5F. Windows color (decimal): -12425089 or 8349762. OLE color: 8349762.
HSL color Cylindrical-coordinate representation of color #42687F: hue angle of 202.62º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42687F is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 104 | 127 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.50 |
| HSL | 202.62º | 0.32% | 0.38% | - |
| HSV(B) | 202.62º | 0.48% | 0.5% | - |
| XYZ | 11.03 | 12.59 | 21.93 | - |
| YUV | 95.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 127 | 0.48 | 0.18 | 0 | 0.50 | 202.62 | 0.32 | 0.38 |
| Hex | 42 | 68 | 7F | 30 | 12 | 0 | 32 | CB | 20 | 26 |
| Octal | 102 | 150 | 177 | 60 | 22 | 0 | 62 | 313 | 40 | 46 |
| Binary | 1000010 | 1101000 | 1111111 | 110000 | 10010 | 0 | 110010 | 11001011 | 100000 | 100110 |
Color Harmonies of #42687F
Complementary color
Monochromatic Colors of #42687F
Black with #42687F
Text Example
Text Example
White with #42687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42687F; }
p { color: rgb(66,104,127); }
H1.HeaderClassName
{
color: #42687F;
}
.AnyTagClassName
{
color: #42687F;
}
</style>
background-color css
<style>
a { background-color: #42687F; }
a { background-color: rgb(66,104,127); }
div.DivClassName
{
background-color: #42687F;
}
.BgClassName
{
background-color: #42687F;
}
</style>
border-color css
<style>
span { border-color: #42687F; }
span { border-color: rgb(66,104,127); }
td.TdClassName
{
border-color: #42687F;
}
.TagClassName
{
border-color: #42687F;
}
</style>