Shades of Bismark #47707C
Tints of Bismark #47707C
RGB
CMYK
RGB Variations
Color information
#47707C (or 0x47707C) is known color: Bismark. HEX triplet: 47, 70 and 7C. RGB value is (71,112,124). Sum of RGB (Red+Green+Blue) = 71+112+124=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #47707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47707C is #B88F83. Grayscale: #656565. Windows color (decimal): -12095364 or 8155207. OLE color: 8155207.
HSL color Cylindrical-coordinate representation of color #47707C: hue angle of 193.58º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47707C is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 112 | 124 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.51 |
| HSL | 193.58º | 0.27% | 0.38% | - |
| HSV(B) | 193.58º | 0.43% | 0.49% | - |
| XYZ | 12.03 | 14.38 | 21.21 | - |
| YUV | 101.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 124 | 0.43 | 0.10 | 0 | 0.51 | 193.58 | 0.27 | 0.38 |
| Hex | 47 | 70 | 7C | 2B | A | 0 | 33 | C2 | 1B | 26 |
| Octal | 107 | 160 | 174 | 53 | 12 | 0 | 63 | 302 | 33 | 46 |
| Binary | 1000111 | 1110000 | 1111100 | 101011 | 1010 | 0 | 110011 | 11000010 | 11011 | 100110 |
Color Harmonies of #47707C
Complementary color
Monochromatic Colors of #47707C
Black with #47707C
Text Example
Text Example
White with #47707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47707C; }
p { color: rgb(71,112,124); }
H1.HeaderClassName
{
color: #47707C;
}
.AnyTagClassName
{
color: #47707C;
}
</style>
background-color css
<style>
a { background-color: #47707C; }
a { background-color: rgb(71,112,124); }
div.DivClassName
{
background-color: #47707C;
}
.BgClassName
{
background-color: #47707C;
}
</style>
border-color css
<style>
span { border-color: #47707C; }
span { border-color: rgb(71,112,124); }
td.TdClassName
{
border-color: #47707C;
}
.TagClassName
{
border-color: #47707C;
}
</style>