Shades of Bismark #47697A
Tints of Bismark #47697A
RGB
CMYK
RGB Variations
Color information
#47697A (or 0x47697A) is known color: Bismark. HEX triplet: 47, 69 and 7A. RGB value is (71,105,122). Sum of RGB (Red+Green+Blue) = 71+105+122=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #47697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47697A is #B89685. Grayscale: #606060. Windows color (decimal): -12097158 or 8022343. OLE color: 8022343.
HSL color Cylindrical-coordinate representation of color #47697A: hue angle of 200º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47697A is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 105 | 122 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.52 |
| HSL | 200º | 0.26% | 0.38% | - |
| HSV(B) | 200º | 0.42% | 0.48% | - |
| XYZ | 11.16 | 12.85 | 20.3 | - |
| YUV | 96.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 122 | 0.42 | 0.14 | 0 | 0.52 | 200 | 0.26 | 0.38 |
| Hex | 47 | 69 | 7A | 2A | E | 0 | 34 | C8 | 1A | 26 |
| Octal | 107 | 151 | 172 | 52 | 16 | 0 | 64 | 310 | 32 | 46 |
| Binary | 1000111 | 1101001 | 1111010 | 101010 | 1110 | 0 | 110100 | 11001000 | 11010 | 100110 |
Color Harmonies of #47697A
Complementary color
Monochromatic Colors of #47697A
Black with #47697A
Text Example
Text Example
White with #47697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47697A; }
p { color: rgb(71,105,122); }
H1.HeaderClassName
{
color: #47697A;
}
.AnyTagClassName
{
color: #47697A;
}
</style>
background-color css
<style>
a { background-color: #47697A; }
a { background-color: rgb(71,105,122); }
div.DivClassName
{
background-color: #47697A;
}
.BgClassName
{
background-color: #47697A;
}
</style>
border-color css
<style>
span { border-color: #47697A; }
span { border-color: rgb(71,105,122); }
td.TdClassName
{
border-color: #47697A;
}
.TagClassName
{
border-color: #47697A;
}
</style>