Shades of Bismark #42697A
Tints of Bismark #42697A
RGB
CMYK
RGB Variations
Color information
#42697A (or 0x42697A) is known color: Bismark. HEX triplet: 42, 69 and 7A. RGB value is (66,105,122). Sum of RGB (Red+Green+Blue) = 66+105+122=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #42697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42697A is #BD9685. Grayscale: #5F5F5F. Windows color (decimal): -12424838 or 8022338. OLE color: 8022338.
HSL color Cylindrical-coordinate representation of color #42697A: hue angle of 198.21º 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 #42697A is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 105 | 122 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.52 |
| HSL | 198.21º | 0.3% | 0.37% | - |
| HSV(B) | 198.21º | 0.46% | 0.48% | - |
| XYZ | 10.81 | 12.67 | 20.29 | - |
| YUV | 95.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 122 | 0.46 | 0.14 | 0 | 0.52 | 198.21 | 0.3 | 0.37 |
| Hex | 42 | 69 | 7A | 2E | E | 0 | 34 | C6 | 1E | 25 |
| Octal | 102 | 151 | 172 | 56 | 16 | 0 | 64 | 306 | 36 | 45 |
| Binary | 1000010 | 1101001 | 1111010 | 101110 | 1110 | 0 | 110100 | 11000110 | 11110 | 100101 |
Color Harmonies of #42697A
Complementary color
Monochromatic Colors of #42697A
Black with #42697A
Text Example
Text Example
White with #42697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42697A; }
p { color: rgb(66,105,122); }
H1.HeaderClassName
{
color: #42697A;
}
.AnyTagClassName
{
color: #42697A;
}
</style>
background-color css
<style>
a { background-color: #42697A; }
a { background-color: rgb(66,105,122); }
div.DivClassName
{
background-color: #42697A;
}
.BgClassName
{
background-color: #42697A;
}
</style>
border-color css
<style>
span { border-color: #42697A; }
span { border-color: rgb(66,105,122); }
td.TdClassName
{
border-color: #42697A;
}
.TagClassName
{
border-color: #42697A;
}
</style>