Shades of Bismark #47717B
Tints of Bismark #47717B
RGB
CMYK
RGB Variations
Color information
#47717B (or 0x47717B) is known color: Bismark. HEX triplet: 47, 71 and 7B. RGB value is (71,113,123). Sum of RGB (Red+Green+Blue) = 71+113+123=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #47717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47717B is #B88E84. Grayscale: #656565. Windows color (decimal): -12095109 or 8089927. OLE color: 8089927.
HSL color Cylindrical-coordinate representation of color #47717B: hue angle of 191.54º degrees, saturation: 0.27, 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 #47717B is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 113 | 123 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.52 |
| HSL | 191.54º | 0.27% | 0.38% | - |
| HSV(B) | 191.54º | 0.42% | 0.48% | - |
| XYZ | 12.08 | 14.58 | 20.92 | - |
| YUV | 101.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 123 | 0.42 | 0.08 | 0 | 0.52 | 191.54 | 0.27 | 0.38 |
| Hex | 47 | 71 | 7B | 2A | 8 | 0 | 34 | C0 | 1B | 26 |
| Octal | 107 | 161 | 173 | 52 | 10 | 0 | 64 | 300 | 33 | 46 |
| Binary | 1000111 | 1110001 | 1111011 | 101010 | 1000 | 0 | 110100 | 11000000 | 11011 | 100110 |
Color Harmonies of #47717B
Complementary color
Monochromatic Colors of #47717B
Black with #47717B
Text Example
Text Example
White with #47717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47717B; }
p { color: rgb(71,113,123); }
H1.HeaderClassName
{
color: #47717B;
}
.AnyTagClassName
{
color: #47717B;
}
</style>
background-color css
<style>
a { background-color: #47717B; }
a { background-color: rgb(71,113,123); }
div.DivClassName
{
background-color: #47717B;
}
.BgClassName
{
background-color: #47717B;
}
</style>
border-color css
<style>
span { border-color: #47717B; }
span { border-color: rgb(71,113,123); }
td.TdClassName
{
border-color: #47717B;
}
.TagClassName
{
border-color: #47717B;
}
</style>