Shades of Bismark #42677E
Tints of Bismark #42677E
RGB
CMYK
RGB Variations
Color information
#42677E (or 0x42677E) is known color: Bismark. HEX triplet: 42, 67 and 7E. RGB value is (66,103,126). Sum of RGB (Red+Green+Blue) = 66+103+126=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #42677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42677E is #BD9881. Grayscale: #5E5E5E. Windows color (decimal): -12425346 or 8283970. OLE color: 8283970.
HSL color Cylindrical-coordinate representation of color #42677E: hue angle of 203º 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 #42677E is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 103 | 126 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.51 |
| HSL | 203º | 0.31% | 0.38% | - |
| HSV(B) | 203º | 0.48% | 0.49% | - |
| XYZ | 10.86 | 12.37 | 21.55 | - |
| YUV | 94.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 126 | 0.48 | 0.18 | 0 | 0.51 | 203 | 0.31 | 0.38 |
| Hex | 42 | 67 | 7E | 30 | 12 | 0 | 33 | CB | 1F | 26 |
| Octal | 102 | 147 | 176 | 60 | 22 | 0 | 63 | 313 | 37 | 46 |
| Binary | 1000010 | 1100111 | 1111110 | 110000 | 10010 | 0 | 110011 | 11001011 | 11111 | 100110 |
Color Harmonies of #42677E
Complementary color
Monochromatic Colors of #42677E
Black with #42677E
Text Example
Text Example
White with #42677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42677E; }
p { color: rgb(66,103,126); }
H1.HeaderClassName
{
color: #42677E;
}
.AnyTagClassName
{
color: #42677E;
}
</style>
background-color css
<style>
a { background-color: #42677E; }
a { background-color: rgb(66,103,126); }
div.DivClassName
{
background-color: #42677E;
}
.BgClassName
{
background-color: #42677E;
}
</style>
border-color css
<style>
span { border-color: #42677E; }
span { border-color: rgb(66,103,126); }
td.TdClassName
{
border-color: #42677E;
}
.TagClassName
{
border-color: #42677E;
}
</style>